On a quiet sunny street in Stoke within easy access of Enner Glyn School, Nayland College and pool plus Stoke shopping centre. This 4-bedroom home offers a large space for a family or could be a 3-bedroom home with a 1-bedroom Airbnb for extra income. Good parking and a flat section, carport and storage plus outside an BBQ entertainment area. The large deck faces north with steps to the private lawn and gardens. With a main bathroom, separate shower room and an ensuite, this is a fabulous family property.
{
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 || []);
}
});">