Position your business for success in this well-presented 120sqm standalone space, ideally located on one of Tahunanui's busiest arterial routes. This character bungalow offers a welcoming yet professional environment, enhanced by excellent street appeal and plenty of afternoon sun.
A rare opportunity to secure a high-visibility location with a functional layout and homely charm - perfect for client-facing businesses.
{
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 || []);
}
});">