This character bungalow sits on a 546sqm freehold section and offers a great mix of charm, location, and potential. It's had some exterior work done - so now it's ready for someone to come in and make it their own inside.
The layout includes 2 bedrooms, an open-plan kitchen and dining area, a bathroom, a separate laundry, and 2 sunrooms.
You're a short stroll to Neale Park, great local cafes, the Centre of New Zealand, and just minutes from the Nelson CBD. It's a lifestyle spot, and it's easy to see why homes in this area are so sought after.
If you've been looking for a character home with room to add value - this could be the one. Come and take a look!
{
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 || []);
}
});">