This sunny, private home has 2 double bedrooms and open-plan living opening to a private deck that steps down to the lawn and gardens. The full-length deck is on the northwest side of the home for maximum sun. The rest of the home contains a laundry, a separate toilet, a bathroom with a shower over the bath and a vanity unit. Keep warm in the winter with a heat pump and HRV system or enjoy the sun on the deck. A great home to relax in.
{
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 || []);
}
});">