This inviting 3-bedroom home offers easy family living in a great location. Step inside to a spacious kitchen, dining, and lounge area, complete with a cosy log burner for those cooler nights. A newly updated bathroom adds modern comfort, while the layout ensures space and practicality for everyday life.
Set on a private rear section, the property provides room to relax and enjoy the outdoors. Garaging plus off-street parking adds to the convenience, making it easy for busy households.
Families will love the location – with Enner Glynn School nearby, excellent bus routes, and cycleways connecting you to Stoke and Nelson. A short drive brings you to Stoke shopping, cafes, sports fields, and a full range of schooling options.
{
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 || []);
}
});">