A Bygone Era Beauty Steeped in character and rich in history, this federation style weatherboard home is calling out for a transformative revival. It is a true head-turner—full of warmth, personality, and stories waiting to be continued. Most importantly, this is a location that does all the heavy lifting. Set directly opposite the stunning Princess Park and Queenscliff Pier, you can stroll to the beach, harbour, and enjoy the cafes, galleries, and restaurants just around the corner. The home itself whispers of yesteryear with every room being a nostalgic nod to the past. Avid renovators and lovers of heritage will delight in the generous proportions, towering ceilings, ornate wall mouldings, hallway fretwork, and a stunning original fireplace—a craftsmanship rarely seen today. The bones are solid, the details are distinctive, and the potential is limitless. Embrace the beauty of a bygone era or reimagine it entirely with your own creative vision. Set on a 480sqm allotment with a wide street frontage, there’s ample off-street parking and a north/west facing rear garden—ideal for future landscaping, alfresco entertaining, or simply enjoying the afternoon light. The zoning is Mixed Use which offers exciting flexibility whether it be a residential restoration, business venture, or both (S.T.C.A). This is a rare and wonderful chance to restore and renew a true Queenscliff classic. Whether you’re dreaming of a grand restoration, a sympathetic update, or simply falling in love with a slice of history. It promises a bright future, in one of Queenscliff’s most enviable positions. Features Air Conditioning Built In Robes Open Fire Place Outdoor Entertaining Reverse Cycle Aircon Rumpus Room Secure Parking Shed Study Workshop 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_6a576ed7c6258', { 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.26628900, 144.66313400], markerOptions); markerGroup.addLayer(marker); map.fitBounds(markerGroup.getBounds()); // Only set the default Zoom if there is only one marker map.setZoom(17);