// TODO: properly isolate these global variables so they don't cause trouble when dropped into other sites
varmarkers=[];
varaccessible_gmaps_markers=[];
varinfowindowsEnabled;
varaccessibilityMap;
varaccessibilityInfowindow;
...
...
@@ -71,8 +71,8 @@ function accessible_gmaps_onload(map, mapIdentifier_given, options){
// Create marker overlays
// We need a timeout - I'm not sure why. But the map bounds aren't caught up with us if we don't wait, and we need the map bounds set before we can position markers.