' + '{% 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: '186900', address: 'ул. Гористая, п. Боровой, Калевальский р-н, республика Карелия', okato: '86209000002', oktmo: '86609405101' }, {balloonContentLayout: FiasContentLayoutClass} ); myMap.geoObjects.add(fiasObjectPlacemark); fiasObjectPlacemark.balloon.open(); myMap.behaviors.disable('scrollZoom'); myMap.controls.remove('searchControl'); });