Situated on a generous 739sqm freehold title, this 1940s bungalow is positioned close to Nelson's CBD and offers sunny, affordable living with excellent convenience. Double-glazed windows throughout provide great natural light, while the lounge includes a heat pump for year-round comfort.
The practical layout features an open-plan kitchen and dining area that opens to the outdoor space, along with a separate laundry and family bathroom. The section offers plenty of room for kids and pets, plus off-street parking.
A fantastic opportunity for first-home buyers, families, or investors seeking value in a city-fringe location.
{
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 || []);
}
});">