in js/custom.js [205:221]
$('#mapReturn').click(function(e){
//$('#mapWrapper').css('margin-bottom', '3em');
$('#mapSlideWrapper').animate({
marginLeft:'3000px'
}, 400, function() {});
$('#contactinfoWrapper, #contactinfoWrapperPage').animate({
marginLeft:'0'
}, 400, function() {
$('#mapSlideWrapper').css('display', 'none');
});
e.preventDefault();
});