Attention Retirees, Downsizers & First Home Buyers
67 Dodson Valley Road, Atawhai
Sold
Ref: AR41626
3 Beds
1 Bath
130 m2408 m2
1 Garage
Revealing a delightful property, nestled conveniently close to town on a flat section. With 3 spacious bedrooms, a large lounge, and a sunroom, there's ample space for relaxation. Complete with an internal-access garage and a spacious, fully fenced, established, easy-maintenance garden, this home is bathed in sunlight throughout the day. Positioned in a sought-after location, it offers an inviting retreat for those seeking comfort and convenience, with schools nearby for the kids.
{
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 || []);
}
});">