You can walk to the Stoke shops from this free-standing 3-bedroom townhouse. The sun-filled living area is kept comfortable with a heat pump and HRV ventilation system and opens to a sheltered patio, a perfect place for a cuppa in the morning sun, which overlooks the privately screened courtyard. Peacefully set away from the road this freehold property is a hidden gem, a fantastic opportunity, and with some simple TLC you could make this home even better. The separate garage with power and a workshop is ideal for the handyman or hobbyist. You can leave the car at home and walk almost everywhere from here to there, there is also a bus stop out front. Immediate possession is available. Call Michael now and view it today!
{
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 || []);
}
});">