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