' +'' +''; function init_MAP_mF8Ev4(){ if (!window.ymaps) return; var node = BX("BX_YMAP_MAP_mF8Ev4"); node.innerHTML = ''; map = window.GLOBAL_arMapObjects['MAP_mF8Ev4'] = new ymaps.Map(node, { center: [55.703889, 37.5855025], zoom: 17, type: 'yandex#map', }); if (map.behaviors.isEnabled("scrollZoom")) map.behaviors.disable("scrollZoom"); map.behaviors.enable("dblClickZoom"); map.behaviors.enable("drag"); if (map.behaviors.isEnabled("rightMouseButtonMagnifier")) map.behaviors.disable("rightMouseButtonMagnifier"); map.controls.add('zoomControl'); map.controls.add('smallZoomControl'); map.controls.add('typeSelector'); if (window.BX_SetPlacemarks_MAP_mF8Ev4) { window.BX_SetPlacemarks_MAP_mF8Ev4(map); }} (function bx_ymaps_waiter(){ setTimeout(function(){ }, 1500); if(typeof ymaps !== 'undefined') ymaps.ready(init_MAP_mF8Ev4); else setTimeout(bx_ymaps_waiter, 100);})(); function BXMapYandexAfterShow(mapId){ if(window.GLOBAL_arMapObjects[mapId] !== undefined) window.GLOBAL_arMapObjects[mapId].container.fitToViewport();}