--Bug--
After creating a map with multiple Google layers (ie map, satellite, hybrid), if the map is then resized, switching between the layers will cause multiple errors. One, the map display fills part of the view plane. Two, the map is no longer centered to the same spot as before the layer switch.
--Possible Cause--
The OL view plane and the Google View plane seem to be off.
--Proposed solution--
In OpenLayers.Layer.Google class, in the setMapObjectCenter function, call the Google onMapResize which alerts the Google API that the view plane has changed and to updated the map accordingly.