Hi,
i have a problem with the Map API.I have check the other forum posts an have done the same but it doesn't work. Could anybody give me a hint please?
http://casa-more.com/index.php/contact
best regards
Jerome
// Google Maps loading
var loadScript = function() {
jQuery.getScript("https://maps.googleapis.com/maps/api/js?v=3.exp&callback=gkMapInitialize")
.fail(function( jqxhr, settings, exception ) {
console.log('Google Maps script not loaded');
});
};
// Google Maps loading
var loadScript = function() {
var api_key = jQuery('.gk-map').data('key');
jQuery.getScript("https://maps.googleapis.com/maps/api/js?key="+api_key+"&callback=gkMapInitialize")
.fail(function( jqxhr, settings, exception ) {
console.log('Google Maps script not loaded');
});
};