$(document).ready(function() {
	$("#map_wrapper").css('height',$(document).height()-20);
	$(".gmaps").css('height',$(document).height()-109).css('width',$(document).width()-56);
});
$(window).resize(function(){
    //window.location.reload();
	window.location.href=window.location.href
});


