Set on just over 2ha of land, this charming property offers space, lifestyle, and endless potential. Featuring 3 spacious bedrooms and 1 bathroom, the classic villa includes a separate living room, a large kitchen, and open-plan dining - perfect for family living and entertaining. While the home could use a little love, mostly cosmetic, it presents a fantastic opportunity to add real value and truly make it your own. Outside, the features continue with a separate 2-bedroom sleepout, a huge 5-car garage, workshops, an additional storage shed, and a double carport with plenty of extra parking. The beautifully maintained gardens, private well, 4 separate paddocks, and hay shed make this property ideal for those wanting a rural lifestyle with room to run a few sheep or other animals. Properties with this much potential and space don't come along often. Call me now to arrange your viewing for this property.
{
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 || []);
}
});">