This light-filled, low-maintenance home is perfectly positioned with a sunny, elevated outlook and a section that boasts mature landscaping, offering wide appeal for first-home buyers, investors, downsizers, or anyone seeking a lock-up-and-leave lifestyle.
Featuring a functional layout with three double bedrooms and a refreshed bathroom, the generous kitchen and open-plan living flow seamlessly onto a large deck, perfect for entertaining or simply enjoying the sun. Located just a short drive from Nelson city and set below the stunning Grampians Reserve with walking trails, this home provides easy access to both city amenities and nature. Fitted with a DVS system, heat pump, double internal-access garage, additional off-street parking, all on an easy-care section, everything comes together here - come and see it for yourself!
{
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 || []);
}
});">