Whether you're seeking a cosy base while on the road or a charming home of your own, this property has it all! It features 1 spacious bedroom, an open plan kitchen and a dining/living area that flows out to a patio and private garden area. The bathroom has a shower and a separate toilet. There is a single carport, off-street parking, a garden shed, a workshop area, and extra storage in a container with a second carport attached (this isn't consented). Don't miss out - call Tracy Beer today to schedule your viewing and explore the potential this property holds!
{
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 || []);
}
});">