$(function(){var a=my.getXY($("#map")[0]).y;$(window).resize(function(){var b=document.bodyElement&&document.bodyElement.clientHeight?document.bodyElement.clientHeight:(document.body&&document.body.clientHeight?document.body.clientHeight:0);if(b-a>600){$("#map").css("height",b-a);}});$(window).resize();$("#map .YMaps-layer-container").css("background","#f6f6f7");});
