Can you breathe new life into it or put it out of its misery and build new? This circa 1904 villa has seen a lot of Nelson's history in its 120-year life. Currently it has 3 bedrooms, a separate lounge, kitchen/dining, 1 bathroom, 2 toilets and a large laundry. There is a single garage/workshop plus a carport and extra parking. The home is in very poor condition, so maybe you would prefer to demolish and re-use the 453sqm section. Situated close to Nelson hospital, colleges, schools, shopping centre and bus route, this is an ideal opportunity to add value and reap the rewards.
{
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 || []);
}
});">