Discover the ultimate in versatile living with 2 properties in 1, featuring 2 driveways and separate access for complete privacy. The upper level offers 3 bedrooms and an open-plan living area with breathtaking views of the Grampians, seamlessly flowing outdoors to a generous courtyard perfect for entertaining or relaxing.
The lower level includes a modern self-contained, 1-bedroom flat, with an open-plan living space that opens directly to a private courtyard. It also has its own carport, offering comfort and independence. Two homes, two lifestyles, one incredible opportunity - don’t miss your chance to secure this rare gem!
{
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 || []);
}
});">