Hello,
Please do you have any idea why my Google Map is not loading on my contact page?
Thank you very much!
Radim
6 replies · opened Jul 23, 2019
Hello,
Please do you have any idea why my Google Map is not loading on my contact page?
Thank you very much!
Radim
<!-- Google Map
============================================= -->
<div class="col_half col_last">
<section id="google-map" class="gmap" style="height: 410px;"></section>
<script type="text/javascript">
$('#google-map').gMap({
address: 'Precision Prosthetics & Orthotics, Casper, Wyoming',
maptype: 'ROADMAP',
zoom: 14,
markers: [
{
address: "Precision Prosthetics & Orthotics, Casper, Wyoming"
}
],
doubleclickzoom: false,
controls: {
panControl: true,
zoomControl: true,
mapTypeControl: true,
scaleControl: false,
streetViewControl: false,
overviewMapControl: false
}
});
</script>
</div><!-- Google Map End --><!-- External JavaScripts
============================================= -->
<script src="js/jquery.js"></script>
<script src="js/plugins.js"></script>
<script type="text/javascript" src="https://maps.google.com/maps/api/js?key=AIzaSyD7NRCiHZO5ppgd3Ae1E6zEEJyUF5j8AGc"></script>
<script type="text/javascript" src="js/jquery.gmap.js"></script>Hello,
Please provide us with a Live URL so that we can check out the exact issue and provide you with more assistance on this. Thanks for your Patience.
Meanwhile, do let us know if we can help you with anything else or if you find any further issues with Canvas.
Thank you very much, I will provide a Live URL as soon as I have it.
Regards,
Radim
Hello,
This is the page where the map won't load.
http://new.wyomingprosthetics.com/contact-us.html
Thank you very much!
Radim
Hello,
There is an issue with your API Code and we are receiving the following Error Message:
Geocoding Service: This API project is not authorized to use this API.Make sure that you have enabled the Maps JavaScript API, Maps Static API, Geolocation API, Places API and Geocoding API.
This should definitely fix your issue. Hope this Helps!
Additionally, if the error persists, you can check more details in your Browser's Developer Console.
Let us know if we can help you with anything else or if you find any further issues.
This worked, thank you really much!
Have the same question, or something new?
Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.
Reply on the dashboard