Google Maps not loading

6 replies · opened Jul 23, 2019

RRadimKlimekJul 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

RRadimKlimekJul 23, 2019

<!-- Google Map
============================================= -->
<div class="col_half col_last">

					&lt;section id="google-map" class="gmap" style="height: 410px;"&gt;&lt;/section&gt;
                    
                    &lt;script type="text/javascript"&gt;

                        $('#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
                             }

                        });

                    &lt;/script&gt;

				&lt;/div&gt;&lt;!-- Google Map End --&gt;

<!-- External JavaScripts
============================================= -->
<script src="js/jquery.js"></script>
<script src="js/plugins.js"></script>

&lt;script type="text/javascript" src="https://maps.google.com/maps/api/js?key=AIzaSyD7NRCiHZO5ppgd3Ae1E6zEEJyUF5j8AGc"&gt;&lt;/script&gt;
&lt;script type="text/javascript" src="js/jquery.gmap.js"&gt;&lt;/script&gt;
SSemicolon WebSTAFFJul 24, 2019

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.

RRadimKlimekSep 30, 2019

Thank you very much, I will provide a Live URL as soon as I have it.

Regards,

Radim

SSemicolon WebSTAFFOct 16, 2019

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.

RRadimKlimekOct 21, 2019

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