Сбиваются в кучу слева вверху.
Пришлось откатиться на 2.0.10
map.controls
.add(new MyMapTypeControl({controller: this, pinable : true, mask: 1, pinned : (parseInt($.cookie("controls")) || 0) & 1}), {right: 390, top: 5 })
.add(new MyObjTypeControl({controller: this, pinable : true, mask: 2, types: this.getObjectTypes(), pinned : (parseInt($.cookie("controls")) || 0) & 2}), { right: 280, top: 5 })
.add(new MyFindControl({controller: this}), {left: 60, top: 5})
.add(new MyHrefControl({controller: this}), {left: 130, top: 5})