Ignore all previous price indications; the vendors are motivated to move. Located on a rural 835sqm section with a charming 94sqm bungalow, this 2-bedroom, 1-bathroom home with a large rumpus room is simply cute and functional. Ideal for nature lovers, 15 minutes from Nelson CBD. There is also a sleepout with its own shower - great for guests or extended family. Carport plus off-street parking. This really is a great opportunity, contact me now for all the documentation and files, and to arrange a viewing or pop along to the open home.
{
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 || []);
}
});">