Drupal Getlocations Map Resize

I’ve found recently that Google Maps doesn’t play well within tabbed content. Google’s T&C demands that the map be visible at all times, if their software detects that the map request is hidden then it aborts the load which looks like what is happening with this. To fix this we will need to trigger the resize event when you click on the tab. Easy enough but when using Drupal and the module Getlocations we need make sure the JS including the resize is being called after the Getlocation JS, which is initialising the Google Map. »