' + 'почтовый индекс: {{properties.id}}
' + 'наименовние: {{properties.opsname}}
' + 'адрес: {{properties.address}}
' + 'телефоны: {{properties.phones}}' ); objectManager.objects.options.set('preset', 'islands#blueCircleIcon'); objectManager.objects.options.set('balloonContentLayout', PostOfficeContentLayoutClass); objectManager.clusters.options.set('preset', 'islands#blueClusterIcons'); objectManager.clusters.options.set('balloonItemContentLayout', PostOfficeContentLayoutClass); $.ajax({ url: "/api/city_post_offices/58/vysokoe/442051" }).done(function (data) { objectManager.add(data); objectManager.objects.balloon.open('442051'); }); myMap.geoObjects.add(objectManager); myMap.behaviors.disable('scrollZoom'); myMap.controls.remove('searchControl'); myMap.controls.remove('typeSelector'); myMap.setBounds(objectManager.getBounds(), {checkZoomRange:true, zoomMargin:5}); });