Position your business at the centre of Richmond's thriving commercial hub with this high-profile tenancy on popular Queen Street. Comprising approximately 164sqm of well-presented, open-plan space, this property benefits from excellent natural light and a versatile layout suited to a range of business uses. Located in the heart of Richmond, with close proximity to key amenities and strong pedestrian traffic, this is a strategic leasing opportunity for businesses looking to establish or expand their presence in a premium location. For Lease: $45,000+GST+OPEX
{
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 || []);
}
});">