A welcoming home for holidays or your year-round residence. There is space for your runabout, caravan and a double garage. Give the second street frontage garage a new makeover or take the space for more parking. Three bedrooms, an ensuite, and a second bathroom, plus the generous living areas have access to the private decking overlooking the mature garden with fruit trees and vegetable-growing areas. A studio for any hobbies you may have, with power connected - so much on offer! Close to the marina, walking tracks and boating amenities - it's all at a price that is hard to match!
{
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 || []);
}
});">