Enter the walled gardens of this central Nelson residence and discover a chic 4-bedroom house with wonderful outdoor entertaining areas. The uber-stylish contemporary bathroom is juxtaposed by the property's polished Rimu floors. With all-day sun and Bobby Franks Cafe a 5-minute stroll away, this lovely low-maintenance home in the heart of The Wood has both charisma and elegance.
{
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 || []);
}
});">