Title: [Plugin: Google Maps Widget] Error on loading map content on click
Last modified: August 20, 2016

---

# [Plugin: Google Maps Widget] Error on loading map content on click

 *  Resolved [zimrock](https://wordpress.org/support/users/zimrock/)
 * (@zimrock)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-google-maps-widget-error-on-loading-map-content-on-click/)
 * We discovered (and resolved) a local US firewall issue with this plugin.
 * In this file:
 * google-maps-widget/google-maps-widget.php
 * We needed to change the Google maps website being called from the UK to the US.
   Here is the code before and after the change:
 *  $map_url = ‘[http://maps.google.co.uk/maps?hl=en&ie=utf8&output=embed&iwloc=&#8217](http://maps.google.co.uk/maps?hl=en&ie=utf8&output=embed&iwloc=&#8217);.
   $iwloc . ‘&iwd=1&mrt=loc&t=’ . $widget[‘type’] . ‘&q=’ . urlencode($widget[‘address’]).‘&
   z=’ . urlencode($widget[‘zoom’]) . ”;
 *  $map_url = ‘[http://maps.google.com/maps?hl=en&ie=utf8&output=embed&iwloc=&#8217](http://maps.google.com/maps?hl=en&ie=utf8&output=embed&iwloc=&#8217);.
   $iwloc . ‘&iwd=1&mrt=loc&t=’ . $widget[‘type’] . ‘&q=’ . urlencode($widget[‘address’]).‘&
   z=’ . urlencode($widget[‘zoom’]) . ”;
 * [http://wordpress.org/extend/plugins/google-maps-widget/](http://wordpress.org/extend/plugins/google-maps-widget/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [WebFactory](https://wordpress.org/support/users/webfactory/)
 * (@webfactory)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-google-maps-widget-error-on-loading-map-content-on-click/#post-3121669)
 * I really don’t know how we missed that 🙁 Well I do – someone copy/pasted it 
   🙂 We’ll be sure to include the correction in the next update.
 * Thank you for letting us know!

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: Google Maps Widget] Error on loading map content on click’ is
closed to new replies.

 * ![](https://ps.w.org/google-maps-widget/assets/icon.svg?rev=2139345)
 * [Maps Widget for Google Maps](https://wordpress.org/plugins/google-maps-widget/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/google-maps-widget/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/google-maps-widget/)
 * [Active Topics](https://wordpress.org/support/plugin/google-maps-widget/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/google-maps-widget/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/google-maps-widget/reviews/)

## Tags

 * [firewall](https://wordpress.org/support/topic-tag/firewall/)

 * 1 reply
 * 2 participants
 * Last reply from: [WebFactory](https://wordpress.org/support/users/webfactory/)
 * Last activity: [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-google-maps-widget-error-on-loading-map-content-on-click/#post-3121669)
 * Status: resolved