This 190sqm, 4-bedroom home was built in 2001 and has a big open plan kitchen, dining, and living room with concealed ranchsliders connecting to the formal lounge. The full living area opens to a large deck, which wraps around to the master bedroom. The 4 bedrooms are all doubles, and the master has an ensuite and a walk-in wardrobe. The hall is wide enough for disabled access, and the main living area has high stud ceilings, giving a feeling of space and light. The decks and garden merge into one, giving an absolute house and garden experience.
{
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 || []);
}
});">