Prime - Civil And Resource Contractor This business is a quality endorsed civil, concrete and infrastructure specialist with over 15 years experience in the construction, resource and infrastructure sectors in Australia. With a commitment to quality work, strong attention to detail and maintaining our resolve to a strong and healthy environment we pride ourselves in these endeavors. Specialist Contracting in • Civil Construction • Detailed earth Works • Plant Hire • Skilled Labour Hire Using the latest technology for the best results possible we develop long term and lasting relationships in the resources, construction and infrastructure industry in Western Australia and beyond. Current key contracts, licenses and preferred contractor basis in place with a number of key resources, infrastructure clients and regulatory bodies or Departments and others The company scale, combined with a loyal crew, with strategic capabilities that add "tangible confidence" to maintaining, very high long-term rewards. Incremental investment in growth over short and medium-term. A transition can be arranged with various growth plans outlined. I believe your confidence will soon manifest after meeting our outgoing amiable client. The possibility of "Under Management" buyout is also worth thought, as the experienced team manage business operations well in the owners absence. Do not miss this very timely and desirable investment by making your enquiry today, in strict confidence. (NB: Confidentiality Deed to be executed) Please contact: Wayne Walker - Mob 0407 288 780 E: wayne@jonesballard.com.au Jones Ballard - Commercial Location +− Leaflet .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_6a60c4fec1969', { 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: #003244; 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([-23.37167510, 119.73041918], markerOptions); markerGroup.addLayer(marker); map.fitBounds(markerGroup.getBounds()); // Only set the default Zoom if there is only one marker map.setZoom(17);