Set on a quiet Beachville street, this well-appointed home offers easy living just minutes from the heart of Nelson. Spread over 2 levels and offering 170sqm of well-designed space, the property features 3 comfortable bedrooms and light-filled open-plan living that flows effortlessly for everyday life and entertaining.
Recent upgrades, including new internal paint, carpet and curtains, give the home a fresh, modern feel, while the double internal-access garage adds practicality and excellent storage. The layout is ideal for families, professionals or anyone wanting space without sacrificing convenience.
Enjoy being just a 10-minute walk to Nelson town and the marina, with nearby schools and local amenities close at hand. This is a peaceful, well-located home that combines comfort, functionality and lifestyle in 1 appealing package.
{
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 || []);
}
});">