function calcMapHeight(){var n=$(window).height(),t=document.getElementsByClassName("js-header")[0],i=t.offsetHeight,r=document.getElementsByClassName("js-footer")[0],u=r.offsetHeight;return n-i-u}$(function(){var n=$(".js-atlas");n.height(calcMapHeight());$(window).on("resize",_.throttle(function(){n.height(calcMapHeight())},200))})