Discover a vibrant and welcoming 3-bedroom family home that radiates charm and warmth. The open-plan living area flows effortlessly to outdoor spaces, perfect for sun-filled days and entertaining. Surrounded by established gardens, this home brings nature to your doorstep while offering the practicality of double garaging and off-street parking for your boat or caravan.
Set on a private 547sqm freehold section, this peaceful retreat is conveniently located close to Nelson CBD, schools, the hospital, walking tracks, and public transport.
{
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 || []);
}
});">