- Acme Themes
#48403
Brian Prince
Participant

Maybe not right… Not working… GOT A KEY FROM GOOGLE (using 1yr free trial)

function at_gmap_loadmap() {
var script = document.createElement(‘script’);
script.type = ‘text/javascript’;
script.src = ‘https://maps.googleapis.com/maps/api/js?key=MY_PRIVATE_KEY_39_char’ +
‘&signed_in=true&callback=at_gmap_map_initialize’;
document.body.appendChild(script);
}