This spacious property with a double internal-garage access is located in a quiet, sought after Atawhai neighbourhood. With Clifton Terrace School nearby and a playground on the doorstep, this is a great family home. Nelson CBD is just a 10 minute drive away.
The large open-plan living area has a well-designed flow out to the gardens, enabling easy alfresco dining and relaxation. A separate lounge provides an additional room to relax.
The well-appointed main bedroom with an ensuite and a large walk in wardrobe has its own access to the gardens.
The property's construction and exterior spaces are low-maintenance. With excellent presentation throughout, all you need to do is move in and enjoy!
{
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 || []);
}
});">