$(document).ready(function() { 
	
	$("a#maps").fancybox({
				'frameWidth': 425, 
				'frameHeight': 350
	});
	
});