The method in Google Maps 'setCenter' or the Options value 'center' obviously do what whey say, set the coordinates on the map to 50% height, and 50% width of the container/canvas.
I need to make the center of the coordinates appear at 25% width (or 25% left in css speak). Does anyone know if Google Maps has an option to do it, or a way to trick Maps into setting that as the center?
PS this is being build in js.