This 4-year-old home features 2 double bedrooms, an open-plan kitchen/living area, a separate toilet, the bathroom with a bath and corner shower, and ample storage throughout. The landscaping is all ready for you to create your own gardens. There is a patio area off the living room for you to relax on these summer nights. There is a single internal-access garage plus plenty of off-street parking for campers and extra vehicles. Don't delay, call Tracy today to view.
{
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 || []);
}
});">