' + '{% 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: '692802', address: 'ул. Академика Курчатова, г. Большой Камень, Приморский край', okato: '05406000000', oktmo: '05706000' }, {balloonContentLayout: FiasContentLayoutClass} ); myMap.geoObjects.add(fiasObjectPlacemark); fiasObjectPlacemark.balloon.open(); myMap.behaviors.disable('scrollZoom'); myMap.controls.remove('searchControl'); });