if (window.location.hash != '') {
var hash = window.location.hash.substr(1);
pm = ymaps.geoQuery(myGeoObjects).search('properties.name == "' + hash + '"').getCenter(myMap);
myMap.setCenter(pm);
}
myGeoObjects[0] = new ymaps.Placemark([56.044132, 37.594707], {
name: '693',
balloonContentBody: "Описание объекта"
});