// 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.
// Grab our infowindow, apply necessary attributes and give it focus
// We're assuming here that ours is the only infowindow open on the map - it's the only way I can find right now to grab our window for accessibility modifications.
...
...
@@ -216,27 +218,27 @@ function accessible_gmaps_infowindows_openInfoWindow(markerIndex){