Iconic Queenscliff Opportunity – 1400m² Commercial 1 Zoned Land - Victoria Hotel Rich in history and positioned for the future, the former Victoria Hotel presents an extraordinary opportunity to secure a landmark site in the very heart of Queenscliff. Set on an expansive 1400m² (approx.) parcel of Commercial 1 zoned land, this prominent property offers endless potential for visionaries and developers alike. Whether you choose to restore the existing building to its former grandeur or pursue a complete redevelopment (S.T.C.A.), the possibilities here are truly exceptional. Adding further appeal, an in-principal redevelopment plan is available for a residential project, providing a valuable head start for those looking to capitalise on this premium coastal location. Perfectly positioned just metres from Swan Bay, Port Phillip, the harbour, local galleries, cafés, and the charming steam train railway station, the lifestyle and tourism appeal of this location is second to none. Key Highlights: • 1400m² (approx.) landholding in Commercial 1 Zone • Iconic former hotel building with restoration potential • Scope for full redevelopment (S.T.C.A.) • In-principle plans available for residential development • Prime central location moments from waterfront and amenities This is a rare and exciting opportunity to secure a significant site in one of Victoria’s most tightly held coastal towns. Ideal for commercial operators, developers, or those seeking to create something truly special. Unlock the potential and make your mark in Queenscliff. Location .leaflet-pane, .leaflet-map-pane { z-index: 40; } .leaflet-top, .leaflet-bottom { z-index: 80; } // The default zoom control location is top-left, but the legacy React component had it top-right // There is no simple way to 'move' the default zoom control here, so initilizing map without it // and then adding new controls to top-right var map = L.map('map_6a576efb2dd37', { zoomControl: false }); map.addControl( L.control.zoom({position: 'topright'}) ) map.scrollWheelZoom.disable(); // Stadiamaps as the provider L.tileLayer('https://tiles.stadiamaps.com/tiles/alidade_smooth/{z}/{x}/{y}{r}.png', { maxZoom: 20, }).addTo(map); // Create a feature group to hold the markers var markerGroup = new L.FeatureGroup(); map.addLayer(markerGroup); // Custom icon that matches legacy React component and allows for colouring const markerHtmlStyles = `background-color: #fdb813; width: 3rem; height: 3rem; display: block; left: -1.5rem; top: -1.5rem; position: relative; border-radius: 3rem 3rem 0; transform: rotate(45deg); border: 1px solid #FFFFFF`; const icon = L.divIcon({ className: "my-custom-pin", iconAnchor: [0, 24], labelAnchor: [-6, 0], popupAnchor: [0, -36], html: `<span style="${markerHtmlStyles}" />` }); // add the markers var markerOptions = { icon: icon } var marker = L.marker([-38.26562280, 144.66185850], markerOptions); markerGroup.addLayer(marker); map.fitBounds(markerGroup.getBounds()); // Only set the default Zoom if there is only one marker map.setZoom(17);