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