Title: Multiple API Call
Last modified: March 2, 2017

---

# Multiple API Call

 *  Resolved [mozakdesign](https://wordpress.org/support/users/mozakdesign/)
 * (@mozakdesign)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/multiple-api-call/)
 * [http://dev1.mozakdesignvip.com/contact-us/](http://dev1.mozakdesignvip.com/contact-us/)
 * The map seems to work .. zooming in and moving .. but then it freezes and the
   console shows errors. Any guidance would be appreciated

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [ankurk91](https://wordpress.org/support/users/ankurk91/)
 * (@ankurk91)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/multiple-api-call/#post-8868963)
 * Hi, mozakdesign
 * I just released v2.5.0 which allows developers to disable the Google Map JS loaded
   by this plugin.
 * Update to 2.5.0 and add these lines of code to your theme’s functions.php
 *     ```
       add_action('agm-after-shortcode', function () {
           wp_dequeue_script('agm-google-map-api');
       });
       ```
   
 * Checkout the docs:
    [https://github.com/ankurk91/wp-google-map/wiki/Before-and-After-shortcode-actions#examples](https://github.com/ankurk91/wp-google-map/wiki/Before-and-After-shortcode-actions#examples)
    -  This reply was modified 9 years, 2 months ago by [ankurk91](https://wordpress.org/support/users/ankurk91/).
    -  This reply was modified 9 years, 2 months ago by [ankurk91](https://wordpress.org/support/users/ankurk91/).
 *  Thread Starter [mozakdesign](https://wordpress.org/support/users/mozakdesign/)
 * (@mozakdesign)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/multiple-api-call/#post-8871338)
 * Did that .. but now the map flash displays and then shows an error
 *  Plugin Author [ankurk91](https://wordpress.org/support/users/ankurk91/)
 * (@ankurk91)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/multiple-api-call/#post-8873202)
 * It seems you have not configured Google Map API Key in your theme.
    See Screenshot–
   [https://ibb.co/it3qFa](https://ibb.co/it3qFa)
 * You are using [Stockholm](https://themeforest.net/item/stockholm-a-genuinely-multiconcept-theme/8819050)
   theme, if you are using theme v3.3+ then the theme must have an option add Google
   Map Key somewhere.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Multiple API Call’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/ank-google-map_8acfc0.svg)
 * [Google Map](https://wordpress.org/plugins/ank-google-map/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ank-google-map/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ank-google-map/)
 * [Active Topics](https://wordpress.org/support/plugin/ank-google-map/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ank-google-map/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ank-google-map/reviews/)

## Tags

 * [Google Map API](https://wordpress.org/support/topic-tag/google-map-api/)
 * [multiple](https://wordpress.org/support/topic-tag/multiple/)

 * 3 replies
 * 2 participants
 * Last reply from: [ankurk91](https://wordpress.org/support/users/ankurk91/)
 * Last activity: [9 years, 2 months ago](https://wordpress.org/support/topic/multiple-api-call/#post-8873202)
 * Status: resolved