' + '{% 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: '425550', address: 'ул. Заречная, пгт. Куженер, Куженерский р-н, республика Марий Эл', okato: '88220551000', oktmo: '88620151051' }, {balloonContentLayout: FiasContentLayoutClass} ); myMap.geoObjects.add(fiasObjectPlacemark); fiasObjectPlacemark.balloon.open(); myMap.behaviors.disable('scrollZoom'); myMap.controls.remove('searchControl'); });