try{
    $( document ).ready(function(){
        $( '.fancybox' ).fancybox({
            'overlayOpacity'            : 0.8,
            'overlayColor'              : '#646446',
            'titlePosition'		: 'over',
            'margin'                    : 10,
            'padding'                   : 1
        });

        $("#mapa").fancybox({
            'width'			: 755,
            'height'			: 420,
            'autoScale'			: false,
            'transitionIn'		: 'none',
            'transitionOut'		: 'none',
            'type'			: 'iframe'
	});
    });
}catch( Exception ){alert('erro');}
