This Atawhai property offers you one of the best views in the region. The lounge with its wood burner opens onto a north-facing deck. There are 3 bedrooms, an office area and an upgraded bathroom. With 2 separate external-access garages, a carport and plenty of off-road car-parking, there's room for the caravan or boat. The lawned back garden is a great space to relax in. Come and imagine how you would make this lovely property your own. This property is Healthy Homes compliant.
{
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 || []);
}
});">