An excellent opportunity to secure a fully tenanted, multi-dwelling property in a sought-after Nelson location. Situated on a 733sqm freehold section, this property includes a 4-bedroom home plus 4 2-bedroom units. Currently tenanted by one company who wish to stay on, making it a great option for investors.
Located close to Nelson's CBD, restaurants, schools, and supermarkets, it provides convenience for tenants. The house and each unit have a heat pump, and some have been recently updated to enhance comfort and appeal.
Investment properties like this are rarely available in The Wood - contact us today to find out more.
{
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 || []);
}
});">