I am trying to determine the best way to off center a zoom based on browser window size. I have a div container nested within my map div on the right side which takes up 20% of the screen. I would like to off center the map.centerAt() function 20% to the left to compensate for this taken space. Does anyone have an idea on the best way of going about this? Any suggestions are greatly appreciated. Thanks in advance.