If you would like to be within walking distance of Tahunanui Beach, golf course, sports fields and cafes, look no further! This home features an open-plan living area, 2 bedrooms, a renovated bathroom, and a secure section, waiting for the new owner to enjoy. Tahunanui School, kindergarten and community hub are within easy reach. There is off-street parking and a garden shed for all the extras. This home will suit first-home buyers, investors, or those seeking an easy-care, lock-up-and-leave property.
Call to view, as properties in this area do not stay on the market for long.
{
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 || []);
}
});">