I'm having some trouble with the Infobox - http://google-maps-utility-library-v3.googlecode.com/svn/trunk/infobox/docs/reference.html - where it doesn't take in to account the header and sidebar that I have in my layout. When someone clicks a marker and reveals an infobox it doesn't auto pan from underneath the header and sidebar (which are positioned absolutely above a 100% width/height Google Map) so that you can see it.
I had this working perfectly when I was using normal Infowindows (and with a sidebar that could be hidden) but I wanted to use Infobox in order to have much more control over the style/look. In order to do this I found the second answer from this question - Ensure padding around markers on Google Maps for web - and using a div and applying it to the map as a control.
Here's a JSFiddle of the problem - http://jsfiddle.net/nrjBB/
Any help is greatly appreciated.