Using Google Maps API v3.
I noticed that if I have a map marker near the edge of my map border ... that if I click the marker icon so that the InfoWindow will displa
Since you are using v3, you can simply prevent the infoWindow from shifting the map with the disableAutoPan option, as in the following example (API Reference):
disableAutoPan
Google Maps disableAutoPan Demo
Screenshot: