This 1980's, Hardie Plank weatherboard exterior home awaits a new owner. Current rental assessed at $520 per week. This is a Rainbow Cottage design which embraces simple living for busy folk or investors. It would benefit from a décor upgrade, but it is comfortable and near, healthy home compliant. There is open-plan living with a heat pump, an upright stove in the kitchen and a good-sized pantry beside. Also, a separate laundry with an updated electric hot water cylinder. The bathroom has a shower, a vanity and toilet. Enjoy the afternoon sun or just enjoy the view from a veranda to the front. The home is on a fully fenced site with a carport and a large garden shed.
{
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 || []);
}
});">