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