$(document).ready(function(){
	
	$("a.gmap").fancybox({
		'width':500,
		'height':450,
		'titleShow':false
	});

});