3 Beds
1 Bath
1 Garage
2 Spaces
Pets Allowed
No Smoking
Available:
13 July
This charming 3 bedroom home offers, plenty of natural light, and a warm, sunny feel throughout. Set on a large section with plenty of outdoor space, it’s perfect for families, kids, or anyone who enjoys room to spread out.
Located in a sought-after area close to local amenities, schools, shops, and transport, this home combines comfort, character, and convenience.
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 || []);
}
});">