If location is important, then this property has a lot in its favour. The shopping centre, bus service, preschool, schools and colleges are close by, as is access to Nelson's cycle and walkways. The home, built in 1948, has 3 bedrooms (2 double and a twin). The bathroom has a separate shower, bath and vanity, and there is a separate toilet. Open-plan living includes the kitchen, dining, and living areas, with a heat pump and Wi-Fi. The kitchen opens to a deck for outdoor entertaining. With higher than normal stud height, the home feels spacious. Under the home, there is a very large storage area with a concrete floor. Add a double garage and garden shed, all on a 1,467sqm section, and the possibilities for improvement and capital gain are obvious.
{
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 || []);
}
});">