in js/custom.js [163:181]
$('#mapTrigger').click(function(e){
$('#mapSlideWrapper').css('display', 'block');
initialize('mapWrapper');
$('#contactinfoWrapper, #contactinfoWrapperPage').animate({
marginLeft:'-2000px'
}, 400, function() {});
$('#mapSlideWrapper').animate({
marginLeft:'15px'
}, 400, function() {});
appendBootstrap();
e.preventDefault();
});