Tucked away in a quiet cul-de-sac, this appealing 3-bedroom home offers a wonderful opportunity for first-home buyers, investors, or anyone looking for a rewarding refurbishment project. Set on a lovely, good-sized section with back access to the riverside walking track, the property combines a peaceful setting with plenty of potential.
The home features weatherboard construction, a tile roof, and single-glazed wooden joinery. Inside, you’ll find 3 bedrooms, all with built-in wardrobes, a separate lounge, and open-plan kitchen and dining spaces designed for comfortable everyday living.
Heating is well catered for with a built-in Masport logburner in the lounge and a floor-mounted Mitsubishi heat pump in the dining area. The kitchen offers good storage, a large rangehood, a Shacklock chippie, and the added bonus of a new oven.
The bathroom features a corner shower, a single vanity, and a separate toilet. A dedicated laundry in the entrance porch adds extra practicality. Located in a good area and offering plenty of scope to add value, this property is packed with promise and is ready for its next chapter.
{
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 || []);
}
});">