function getYaMap(){
if($('#map').length){
ymaps.ready(init); // карта соберется после загрузки скрипта и элементов
var myMap; // заглобалим переменную карты чтобы можно было ею вертеть из любого места
function init () { // функция - собиралка карты и фигни
var myMap = new ymaps.Map("map", {
center: [55.635691, 37.009368],
zoom: 10,
controls: [],
});
myMap.behaviors.disable('scrollZoom', 'drag');
myMap.controls.add('zoomControl', {position: {right: '20px', bottom: '108px'}});
myPlacemark = new ymaps.Placemark(myMap.getCenter(), {
// hintContent: 'Собственный значок метки',
balloonContentHeader: 'Отделкино',
balloonContentBody: '<p><strong>Адрес:</strong> Москва, ул. Большая Сыромятническая, д. 5к2</p><p><strong>Телефон:</strong> +7 (495) 897-52-33</p><p><strong>Режим работы:</strong> Пн-Пт - 09:00-19:00, Сб - 09:00-19:00, Вс - 09:00-19:00</p><a href="#" class="btn btn--purpule">Перейти на сайт</a>',
}, {
iconLayout: 'default#image',
})
/* Добавляем метки на карту */
myMap.geoObjects.add(myPlacemark);
// Open map
$(".map-size ").on('click',function(){
$(this).parents('.map-block').find("#map").toggleClass('s-lg');
myMap.container.getElement()
.style.height = '700px';
myMap.container.fitToViewport();
return false;
});
}
}
};
.blur(function(){
var label = $(this).prev('.label');
var value = $(this).val();
var full = value.replace(/\+7\(\d{3}\) \d{3} \d{4}/g, "")=="" ? true: false;
if ($(this).hasClass('tel')) {
if(value == '' || !full){
label.stop().css({ 'top': '1rem', });
$(this).parent().removeClass('focus')
}
}
if (!event.target.classList.value.includes('reviews-slider')) {
return;
}
if (!event.target.classList.contains('reviews-slider')) {
return;
}