$(window).ready(function() {
	$("#info").css({"display" : "none"});
	$("#info").css({"height" : "0px"});
	resizeMap();
	setStatusInfoClose();
});
