$(document).ready(function() {   
  
    $("a#maps").fancybox({  
                'frameWidth': 800, //frameWidth = Default width for iframed and inline content  
                'frameHeight': 530 //frameHeight = Default height for iframed and inline content  
    });  
  	$("a.fancybox").fancybox();
});