phil has a blog

Positioning Controls on a Google Map

Quick example of how to position GSmallMapControl() in the top right of a Google map

var pos = new GControlPosition(G_ANCHOR_TOP_RIGHT, new GSize(10,10)); 
map.addControl(new GSmallMapControl(), pos);