Step inside and enjoy generous family living with a large, sunny lounge complete with a heat pump for year-round comfort. The kitchen and dining area flow seamlessly into the patio, perfect for entertaining or relaxing outdoors.
This home offers 4 bedrooms, the master with an ensuite and a walk-in wardrobe, 2 additional doubles with built-in wardrobes, and a fourth bedroom conveniently located off the lounge, ideal for guests or a home office.
A large internal-access garage provides plenty of storage, with the bonus of a separate single garage. Ample off-street parking for the caravan, boat, or extra toys, this property is perfectly set up for family living and adventure. Birchwood Primary School and Kindergarten are just a short stroll away, with intermediate and college options all within easy access, making this an ideal location for families of all ages.
{
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 || []);
}
});">