This low-maintenance brick-clad home in the heart of The Wood offers you the chance to have an easy lifestyle. The property has a small garden and a double internal-access garage. Thermal comfort and lower electric bills come from full double glazing, solar hot water, a heat transfer system and all-day sun. Situated within an easy stroll to Bobby Franks Cafe, this delightful property is the perfect downsizer.
{
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 || []);
}
});">