$(document).ready(function() {	
	$(function() {
		   $('#maplink>a').click(function() {
					$('#map').toggle(2000);
				 });
		   });
	});

