Ideally located near New Zealand's 3rd-largest floating marina, this delightful property offers easy access to Beach Road's boat launch, marine services, restaurants, and bars. Lovingly maintained as a holiday retreat since its construction, this home is ready to welcome its new owners. Designed with family and entertaining in mind, the home features 3 spacious bedrooms, 2 bathrooms, and a separate guest toilet. Two generous living areas flow seamlessly to the outdoor patio, perfect for relaxation and hosting guests. Boating enthusiasts will appreciate the garage, which accommodates a 7-metre boat with ease. This is a rare first-time market opportunity for discerning buyers looking for comfort, functionality, and proximity to marine activities. Ready to make a move? Be the one to turn the key to your new home.
{
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 || []);
}
});">