With 3 bedrooms, a new bathroom and a new kitchen, this sunny gem of a house has wonderful artisanal flair. The country cottage garden has established veggie beds, fruit trees and storage sheds. There are 2 garages on the property; one is currently used as a working studio, and the other as a single garage. With also gas fire and a heat pump in the separate lounge, and expansive views that create wonderful privacy, this cosy and beautiful home offers you a peaceful haven in central Nelson.
{
console.log('Received listingsUpdated event', event.detail);
// Check if this is a load more operation
if (event.detail.isLoadMore && event.detail.newListings) {
// Add only the new listings without clearing existing ones
addNewListings(event.detail.newListings);
} else {
// Regular update - replace all listings
updateListings(event.detail.listings || []);
}
});">