3 Beds
1 Bath
2 Spaces
Pets Allowed
No Smoking
Available:
24 April
The 3 bedroom property with a extra room for an office or hobby space. Located within walking distance to the CBD and offering a medium size living area with fireplace, with a large outdoor space and a garage.
Apply Now*Please only apply after you have viewed the property.
Share
{
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 || []);
}
});">