I got Dante maps on my contact page and map builder on a content page.
I could not view maps because I am keep getting js?callback=loadMap:96 You have included the Google Maps API multiple times on this page.
I manage to deactivate map builder plugin on contact page and display the dante map.
but doing on functions.php
// wp_register_script(‘google-maps’, ‘//maps.google.com/maps/api/js?key=’ . $gmaps_api_key, ‘jquery’, NULL, TRUE);
will still give me an error about multiple apis on the page i want display map builder.
IS somewhere else the google map api loaded on Dante?