Балончик таким методом не появится ?
var gc = new YMaps.Geocoder("Моска");
YMaps.Events.observe(gc, gc.Events.Load, function () {
if (this.length()) {
map.setBounds(this.get(0).getBounds());
}
var content = document.createElement('span');
content.innerHTML = "Тут Москва";
map.openBalloon(new YMaps.Geocoder("Москва"), content);