Get In Touch

EMAIL:

PHONE:

Please fill out the form and one of our team members will get back to you shortly.

We service Tweed Heads, Lismore, Ballina, Casino, Kingscliff, Murwillumbah, Tamborine Mountain, Byron Bay, Kyogle, Bangalow, Lennox Head, Mullumbimby, Evans Head and Grafton and the Gold Coast.

 

 

<!DOCTYPE html>
<html>
  <head>
    <title>Locator</title>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width,initial-scale=1">
    <link href="locatorplus.css" rel="stylesheet">
    <script>
      const CONFIGURATION = {
        "locations": [
          {"title":"Hardy Electrical \u0026 Solar","address1":"764 Cudgen Road","address2":"Kingscliff, NSW, Australia","coords":{"lat":-28.2652159,"lng":153.567306},"placeId":"ChIJ_bAj8Vf_kGsRitHnin1efi0"},
          {"title":"Murwillumbah","address1":"Murwillumbah NSW 2484","address2":"Australia","coords":{"lat":-28.33213403271185,"lng":153.3827180490738},"placeId":"ChIJWWvV1AfwkGsR4iWp0TFH-Eg"},
          {"title":"Tweed Heads","address1":"Tweed Heads NSW","address2":"Australia","coords":{"lat":-28.17861839790106,"lng":153.53706066441802},"placeId":"ChIJWd6vwdT_kGsRQDBEkLQJBgU"},
          {"title":"Gold Coast","address1":"Gold Coast QLD","address2":"Australia","coords":{"lat":-28.016534398437127,"lng":153.39999463558198},"placeId":"ChIJt2BdK0cakWsRcK_e81qjAgM"}
        ],
        "mapOptions": {"center":{"lat":38.0,"lng":-100.0},"fullscreenControl":true,"mapTypeControl":false,"streetViewControl":false,"zoom":4,"zoomControl":true,"maxZoom":17,"mapId":""},
        "mapsApiKey": "YOUR_API_KEY_HERE",
        "capabilities": {"input":true,"autocomplete":true,"directions":true,"distanceMatrix":true,"details":true,"actions":false}
      };

    </script>
    <script src="locatorplus.js" type="module"></script>
  </head>
  <body>
    <!-- Please note unpkg.com is unaffiliated with Google Maps Platform. -->
    <script type="module" src="https://unpkg.com/@googlemaps/extended-component-library@0.6"></script>

    <!-- Uses components from the Extended Component Library; see
         https://github.com/googlemaps/extended-component-library for more information
         on these HTML tags and how to configure them. -->
    <gmpx-api-loader key="YOUR_API_KEY_HERE" solution-channel="GMP_QB_locatorplus_v10_cABCDE"></gmpx-api-loader>
    <gmpx-store-locator map-id="DEMO_MAP_ID"></gmpx-store-locator>
  </body>
</html>