' + '{% if properties.postindex %}почтовый индекс: {{properties.postindex}}
{% endif %}' + '{% if properties.oktmo %}ОКТМО: {{properties.oktmo}}
{% endif %}' + '{% if properties.okato %}ОКАТО: {{properties.okato}}{% endif %}' ); var fiasObjectPlacemark = new ymaps.Placemark( [$('#map-center-latitude').val(), $('#map-center-longitude').val()], { postindex: '670004', address: 'ул. Гомельская, г. Улан-Удэ, республика Бурятия', okato: '81401373000', oktmo: '81701000001' }, {balloonContentLayout: FiasContentLayoutClass} ); myMap.geoObjects.add(fiasObjectPlacemark); fiasObjectPlacemark.balloon.open(); myMap.behaviors.disable('scrollZoom'); myMap.controls.remove('searchControl'); });