This charming 2-bedroom home offers polished wooden floors and an updated kitchen and bathroom, blending character with modern comfort. Set on a large section, there's plenty of space for kids to play, while the location couldn't be better - just a short walk to Nelson's CBD, schools, and the hospital. The external-access garage has been converted into a warm and inviting sleepout with a heat pump, and 2 additional cabins provide versatile options as an office, rumpus room, or creative spaces. With so much potential and a motivated vendor, this is an opportunity not to be missed.
{
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 || []);
}
});">