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