This first-floor tenancy presents a flexible and functional office layout ideal for a range of professional services. Featuring a large open-plan area and multiple partitioned offices with prominent street frontage, the space offers both versatility and visibility.
Tenants enjoy access to quality shared amenities and common areas, along with 3 exclusive car parks and shared use of 8 additional common spaces - providing generous onsite parking for staff and visitors.
An ideal opportunity for businesses seeking a professional, well-located premises in the heart of a thriving commercial precinct.
{
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 || []);
}
});">