Built in 2023, this pristine home is a winner. The north-facing, open-plan living and 2 bedrooms plus office, all open out to a private deck and entertaining area. With a main bathroom and an ensuite, a single internal-access garage plus car park and a visitors carpark, this is a well-set-up town residence. Ideal for work-from-home, retired or business couples and a great investment property.
{
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 || []);
}
});">