Wow! This property has it all. Originally built in 1950 and now totally renovated, extended and signed off by Nelson City Council. There are 3 double bedrooms and 2 bathrooms (including an ensuite). Fabulous open-plan living with a log fire and a bespoke kitchen opening to wide, sunny decks amongst the treetops. New double-glazed joinery and a new roof. Internal-access from a fully sized basement garage and workshop. All on a 905sqm section with subdivision possibilities. Sketch plan available.
{
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 || []);
}
});">