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


