A fantastic opportunity to secure a modern, well-maintained industrial facility situated on a high-profile corner site in the heart of Stoke. Offering excellent exposure and accessibility, the property also benefits from a sealed yard with generous on-site parking.
Conveniently positioned near State Highway 6 and Lower Nayland Road, the location provides seamless access for both customers and freight operations.
The building is well-equipped with multiple kitchenettes located in the warehouse, showroom, and mezzanine office areas - supporting a wide range of commercial uses.
This adaptable and centrally located property is ideal for businesses seeking a practical and high-performing industrial space within the Nelson/Tasman region.
{
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 || []);
}
});">