Calling all developers, investors and DIY enthusiasts – here’s a project with style and endless potential. This original 1950’s Art Deco home stands proudly on a generous corner site, ready for its next chapter. Offering 3 bedrooms, a conservatory, deck, heat pump, wood burner, water well, separate garage with attached carport, sheds plus extra parking, it’s packed with character and options.
Set on a freehold 812sqm garden section, right across the road from the local shop. The home has been lovingly held by the same family for 68 years. Now it’s your turn – renovate, redevelop, subdivide (subject to council approval), add a minor dwelling, land bank, or simply enjoy the family-sized grounds as they are.
A rare opportunity not to be missed – roll up your sleeves, unlock the potential and reap the rewards!
{
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 || []);
}
});">