3 Beds
1 Bath
2 Spaces
No Smoking
Available:
18 June
Lovely 3 bedroom home will be available in Renwick shortly.
Fully fenced with a large double garage and large double carport attached. This home is heated with a pellet fire for those cooler nights. The home has a separate shower, no bath. Two double bedrooms with a single room.
Please go to the following website to book a viewing
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 || []);
}
});">