This large family home offers space, comfort, and an unbeatable location within easy walking distance of Nelson CBD. Recently upgraded with double glazing and a cosy fireplace, the home remains warm and comfortable year-round.
Upstairs features 2 bedrooms, along with an open-plan living, dining, and kitchen area. Downstairs offers a generous rumpus room - ideal for children, hobbies, or a home office plus a single internal-access garage for added convenience.
Set on an elevated site, the home enjoys excellent sun and attractive views. A private deck provides the perfect place to relax or entertain while soaking up the sunshine.
A fantastic opportunity for families seeking space, warmth, and central-city living.
{
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 || []);
}
});">