
dw_Tooltip.defaultProps = {
    hoverable: true
}

dw_Tooltip.content_vars = {
    L1: '<h3><a style="font: bold 13px Arial, Helvetica, sans-serif; color: #666666;" href="http://elysees.hotusa.com/liste-des-hotels">Am\u00e9rique du Nord</a></h3><a href="http://elysees.hotusa.com/hotels/etats-unis/">\u00c9tats-Unis</a>|<a href="http://elysees.hotusa.com/hotels/canada/">Canada</a>|<a href="http://elysees.hotusa.com/hotels/mexique/">M\u00e9xico</a><br><a class="mas" href="http://elysees.hotusa.com/liste-des-hotels">+ destinations</a>',
	L2: '<h3><a style="font: bold 13px Arial, Helvetica, sans-serif; color: #666666;" href="http://elysees.hotusa.com/liste-des-hotels">Am\u00e9rique du Sud</a></h3><a href="http://elysees.hotusa.com/hotels/bresil/">Br\u00e9sil</a>|<a href="http://elysees.hotusa.com/hotels/argentine/">Argentine</a>|<a href="http://elysees.hotusa.com/hotels/venezuela/">Venezuela</a>|<a href="http://elysees.hotusa.com/hotels/chili/">Chili</a>|<br><a href="http://elysees.hotusa.com/hotels/colombie/">Colombie</a>|<a class="mas" href="http://elysees.hotusa.com/liste-des-hotels">+ destinations</a>',
	L3: '<h3><a style="font: bold 13px Arial, Helvetica, sans-serif; color: #666666;" href="http://elysees.hotusa.com/liste-des-hotels">Afrique</a></h3><a href="http://elysees.hotusa.com/hotels/maroc/">Maroc</a>|<a href="http://elysees.hotusa.com/hotels/mozambique/">Mozambique</a>|<a href="http://elysees.hotusa.com/hotels/afrique-du-sud/">Afrique du sud</a>|<a href="http://elysees.hotusa.com/hotels/tunisie/">Tunisie</a>|<a class="mas" href="http://elysees.hotusa.com/liste-des-hotels">+ destinations</a>' ,
	L4: '<h3><a style="font: bold 13px Arial, Helvetica, sans-serif; color: #666666;" href="http://elysees.hotusa.com/liste-des-hotels">Asia</a></h3><a href="http://elysees.hotusa.com/hotels/chine/">Chine</a>|<a href="http://elysees.hotusa.com/hotels/inde/">Inde</a>|<a href="http://elysees.hotusa.com/hotels/russie/">Russie</a>|<a class="mas" href="http://elysees.hotusa.com/liste-des-hotels">+ destinations</a>',
	L5: '<h3><a style="font: bold 13px Arial, Helvetica, sans-serif; color: #666666;" href="http://elysees.hotusa.com/liste-des-hotels">Europe</a></h3><a href="http://elysees.hotusa.com/hotels/france/">France</a>|<a href="http://elysees.hotusa.com/hotels/grande-bretagne/">Grande Bretagne</a>|<a href="http://elysees.hotusa.com/hotels/espagne/">Espagne</a><br><a href="http://elysees.hotusa.com/hotels/italie/">Italie</a>|<a href="http://elysees.hotusa.com/hotels/portugal/">Potugal</a>|<a href="http://elysees.hotusa.com/hotels/allemagne/">Allemagne</a>|<a href="http://elysees.hotusa.com/hotels/belgique/">Belgique</a><br><a class="mas" href="http://elysees.hotusa.com/liste-des-hotels">+ destinations</a>'    
}







    var http_request = false;
    function makeRequest(url, params) {
	  http_request = false;
        if (window.XMLHttpRequest) { // Mozilla, Safari,...
            http_request = new XMLHttpRequest();
            if (http_request.overrideMimeType) {
                http_request.overrideMimeType('text/html');
            }
        } else if (window.ActiveXObject) { // IE
            try {
                http_request = new ActiveXObject("Msxml2.XMLHTTP");
            } catch (e) {
                try {
                    http_request = new ActiveXObject("Microsoft.XMLHTTP");
                } catch (e) {}
            }
        }
        if (!http_request) {
            alert('Falla :( No es posible crear una instancia XMLHTTP');
            return false;
        }
        http_request.onreadystatechange = alertContents;
	//alert(url);        
	http_request.open('GET', url, true);
        http_request.send(null);

    }

    function alertContents() {
	
        if (http_request.readyState == 4) {
            if (http_request.status == 200) {
            		resultado = http_request.responseText;
		        i = resultado.indexOf("<resultado>", 0);
			f = resultado.indexOf("<\/resultado>", i);
                	jAlert (resultado.substr((i+11), f-(i+11)),"Hotusa Hotels");
            } else {
                alert('Hubo problemas con la petición.');
            }
        }

    }



            $(function() {

                $('#container-1').tabs();
                $('#container-2').tabs(2);
                $('#container-3').tabs({ fxSlide: true });
                $('#formulario').tabs({ fxFade: true, fxSpeed: 'fast' });
                $('#container-5').tabs({ fxSlide: true, fxFade: true, fxSpeed: 'normal' });
                $('#container-6').tabs({
                    fxFade: true,
                    fxSpeed: 'fast',
                    onClick: function() {
                        alert('onClick');
                    },
                    onHide: function() {
                        alert('onHide');
                    },
                    onShow: function() {
                        alert('onShow');
                    }
                });
                $('#container-7').tabs({ fxAutoHeight: true });
                $('#container-8').tabs({ fxShow: { height: 'show', opacity: 'show' }, fxSpeed: 'normal' });
                $('#container-9').tabs({ remote: true });
                $('#container-10').tabs();
                $('#container-11').tabs({ disabled: [3] });

                $('<p><a href="#">Disable third tab<\/a><\/p>').prependTo('#fragment-28').find('a').click(function() {
                    $(this).parents('div').eq(1).disableTab(3);
                    return false;
                });
                $('<p><a href="#">Activate third tab<\/a><\/p>').prependTo('#fragment-28').find('a').click(function() {
                    $(this).parents('div').eq(1).triggerTab(3);
                    return false;
                });
                $('<p><a href="#">Enable third tab<\/a><\/p>').prependTo('#fragment-28').find('a').click(function() {
                    $(this).parents('div').eq(1).enableTab(3);
                    return false;
                });

            });
      
  //  //  //  //  //  //  //  //  //  //  //
var avui = new Date()
document.listadoForm.diaFechaEntrada.selectedIndex=avui.getDate()-1;
document.listadoForm.mesFechaEntrada.selectedIndex=avui.getMonth();
document.listadoForm.anyFechaEntrada.options[0].value=avui.getFullYear();
document.listadoForm.anyFechaEntrada.options[0].text=avui.getFullYear();
document.listadoForm.anyFechaEntrada.options[1].value=avui.getFullYear()+1;
document.listadoForm.anyFechaEntrada.options[1].text=avui.getFullYear()+1;
document.listadoForm.anyFechaEntrada.options[2].value=avui.getFullYear()+2;
document.listadoForm.anyFechaEntrada.options[2].text=avui.getFullYear()+2;
document.listadoForm.anyFechaEntrada.selectedIndex=0;

var milisegundos=parseInt(24*60*60*1000);
var dema= new Date();
dema.setTime(parseInt(avui.getTime()+milisegundos));

document.listadoForm.diaFechaSalida.selectedIndex=dema.getDate()-1;
document.listadoForm.mesFechaSalida.selectedIndex=dema.getMonth();
document.listadoForm.anyFechaSalida.options[0].value=dema.getFullYear();
document.listadoForm.anyFechaSalida.options[0].text=dema.getFullYear();
document.listadoForm.anyFechaSalida.options[1].value=dema.getFullYear()+1;
document.listadoForm.anyFechaSalida.options[1].text=dema.getFullYear()+1;
document.listadoForm.anyFechaSalida.options[2].value=dema.getFullYear()+2;
document.listadoForm.anyFechaSalida.options[2].text=dema.getFullYear()+2;
document.listadoForm.anyFechaSalida.selectedIndex=0;

/*
document.write(ahora.getMonth() + 1)
document.write(".")
document.write(ahora.getFullYear());
*/

////////////////////////MAPA///////////////////////
////////////////////////MAPA///////////////////////
////////////////////////MAPA///////////////////////
////////////////////////MAPA///////////////////////
 var hot_long = 2.34931396484400;
    var hot_lat = 48.86110101269274;
    var zoom = 11;
	
	
$(document).ready(
				  
			 

   
    function ()
    { 
      if (GBrowserIsCompatible())
      {
        var map = new GMap2(document.getElementById("mapa"),{ size: new GSize(190,201) });
        map.addControl(new GSmallMapControl());
		map.setCenter(new GLatLng(hot_lat, hot_long),zoom);

		// Create our "tiny" marker icon
		var iconR = new GIcon();
        //iconR.image = "http://www.hotelresb2b.com/interfaz/images/logo_hotusa.png";
        //iconR.shadow = "http://www.hotelresb2b.com/interfaz/images/logo_hotusa_shadow.png";
        iconR.image = "http://elysees.hotusa.com/img/ico_elyseescom_map.gif";
        iconR.iconSize = new GSize(14,23);
        //iconR.shadowSize = new GSize(20,20);
        iconR.iconAnchor = new GPoint(16,16);
        iconR.infoWindowAnchor = new GPoint(5,1);

//		point = new GLatLng(hot_lat, hot_long);
//		map.addOverlay(new GMarker(point, { icon:iconR, title:"prova", clickable:true  }));

		point = new GLatLng(48.8711, 2.3281);
		var marker0 = new GMarker(point, { icon:iconR, title:"LE PERA" })
        GEvent.addListener(marker0, "click", function() { ftx200810020=open('/hotels/france/paris/hotel-le-pera.html','_fitxa200810020','') } );
        map.addOverlay(marker0);

		point = new GLatLng(48.8587, 2.3453);
		var marker1 = new GMarker(point, { icon:iconR, title:"GRAND HTL DECHAMPAIGNE" })
        GEvent.addListener(marker1, "click", function() { ftx200810021=open('/hotels/france/paris/hotel-grand-htl-dechampaigne.html','_fitxa200810021','') } );
        map.addOverlay(marker1);

		point = new GLatLng(48.8515, 2.337513);
		var marker2 = new GMarker(point, { icon:iconR, title:"ODEON SAINT GERMAIN" })
        GEvent.addListener(marker2, "click", function() { ftx200810022=open('/hotels/france/paris/hotel-odeon-saint-germain.html','_fitxa200810022','') } );
        map.addOverlay(marker2);

		point = new GLatLng(48.849199, 2.331634);
		var marker3 = new GMarker(point, { icon:iconR, title:"VILLA MADAME" })
        GEvent.addListener(marker3, "click", function() { ftx200810023=open('/hotels/france/paris/hotel-villa-madame.html','_fitxa200810023','') } );
        map.addOverlay(marker3);

		point = new GLatLng(48.8711, 2.338564);
		var marker4 = new GMarker(point, { icon:iconR, title:"LAUTREC OPERA" })
        GEvent.addListener(marker4, "click", function() { ftx200810024=open('/hotels/france/paris/hotel-lautrec-opera.html','_fitxa200810024','') } );
        map.addOverlay(marker4);

		point = new GLatLng(48.854, 2.289491);
		var marker5 = new GMarker(point, { icon:iconR, title:"EIFFEL SEINE" })
        GEvent.addListener(marker5, "click", function() { ftx200810025=open('/hotels/france/paris/hotel-eiffel-seine.html','_fitxa200810025','') } );
        map.addOverlay(marker5);

		point = new GLatLng(48.8378, 2.346418);
		var marker6 = new GMarker(point, { icon:iconR, title:"THE FIVE" })
        GEvent.addListener(marker6, "click", function() { ftx200810026=open('/hotels/france/paris/hotel-the-five.html','_fitxa200810026','') } );
        map.addOverlay(marker6);

		point = new GLatLng(48.8505, 2.298224);
		var marker7 = new GMarker(point, { icon:iconR, title:"ARES" })
        GEvent.addListener(marker7, "click", function() { ftx200810027=open('/hotels/france/paris/hotel-ares.html','_fitxa200810027','') } );
        map.addOverlay(marker7);

		point = new GLatLng(48.845288, 2.35234);
		var marker8 = new GMarker(point, { icon:iconR, title:"ACTE V" })
        GEvent.addListener(marker8, "click", function() { ftx200810028=open('/hotels/france/paris/hotel-acte-v.html','_fitxa200810028','') } );
        map.addOverlay(marker8);

		point = new GLatLng(48.8847, 2.299726);
		var marker9 = new GMarker(point, { icon:iconR, title:"AMPERE" })
        GEvent.addListener(marker9, "click", function() { ftx200810029=open('/hotels/france/paris/hotel-ampere.html','_fitxa200810029','') } );
        map.addOverlay(marker9);

		point = new GLatLng(48.866128, 2.288231);
		var marker10 = new GMarker(point, { icon:iconR, title:"GARDEN ELYSEE" })
        GEvent.addListener(marker10, "click", function() { ftx2008100210=open('/hotels/france/paris/hotel-garden-elysee.html','_fitxa2008100210','') } );
        map.addOverlay(marker10);

		point = new GLatLng(48.8605, 2.3436);
		var marker11 = new GMarker(point, { icon:iconR, title:"TONIC DU LOUVRE" })
        GEvent.addListener(marker11, "click", function() { ftx2008100211=open('/hotels/france/paris/hotel-tonic-du-louvre.html','_fitxa2008100211','') } );
        map.addOverlay(marker11);

		point = new GLatLng(48.86614, 2.287936);
		var marker12 = new GMarker(point, { icon:iconR, title:"FLORIDE ETOILE" })
        GEvent.addListener(marker12, "click", function() { ftx2008100212=open('/hotels/france/paris/hotel-floride-etoile.html','_fitxa2008100212','') } );
        map.addOverlay(marker12);

		point = new GLatLng(48.8513, 2.391);
		var marker13 = new GMarker(point, { icon:iconR, title:"GRAND HOTEL FRANCAIS" })
        GEvent.addListener(marker13, "click", function() { ftx2008100213=open('/hotels/france/paris/hotel-grand-hotel-francais.html','_fitxa2008100213','') } );
        map.addOverlay(marker13);

		point = new GLatLng(48.8661, 2.3371);
		var marker14 = new GMarker(point, { icon:iconR, title:"WASHINGTON OPERA" })
        GEvent.addListener(marker14, "click", function() { ftx2008100214=open('/hotels/france/paris/hotel-washington-opera.html','_fitxa2008100214','') } );
        map.addOverlay(marker14);

		point = new GLatLng(48.865, 2.347);
		var marker15 = new GMarker(point, { icon:iconR, title:"VICTOIRES OPERA" })
        GEvent.addListener(marker15, "click", function() { ftx2008100215=open('/hotels/france/paris/hotel-victoires-opera.html','_fitxa2008100215','') } );
        map.addOverlay(marker15);

		point = new GLatLng(48.8502, 2.3392);
		var marker16 = new GMarker(point, { icon:iconR, title:"JARDIN DE L ODEON" })
        GEvent.addListener(marker16, "click", function() { ftx2008100216=open('/hotels/france/paris/hotel-jardin-de-l-odeon.html','_fitxa2008100216','') } );
        map.addOverlay(marker16);

		point = new GLatLng(48.8762, 2.35);
		var marker17 = new GMarker(point, { icon:iconR, title:"EUROSTARS PANORAMA" })
        GEvent.addListener(marker17, "click", function() { ftx2008100217=open('/hotels/france/paris/hotel-eurostars-panorama.html','_fitxa2008100217','') } );
        map.addOverlay(marker17);

		point = new GLatLng(48.878326, 2.326732);
		var marker18 = new GMarker(point, { icon:iconR, title:"LA FLECHE D OR" })
        GEvent.addListener(marker18, "click", function() { ftx2008100218=open('/hotels/france/paris/hotel-la-fleche-d-or.html','_fitxa2008100218','') } );
        map.addOverlay(marker18);

		point = new GLatLng(48.871, 2.335);
		var marker19 = new GMarker(point, { icon:iconR, title:"GRAND HOTEL HAUSSMANN" })
        GEvent.addListener(marker19, "click", function() { ftx2008100219=open('/hotels/france/paris/hotel-grand-hotel-haussmann.html','_fitxa2008100219','') } );
        map.addOverlay(marker19);



		point = new GLatLng(48.839, 2.397);
		var marker1 = new GMarker(point, { icon:iconR, title:"DORÉ" })
        GEvent.addListener(marker1, "click", function() { ftx200810021=open('/hotels/france/paris/hotel-dore.html','_fitxa200810021','') } );
        map.addOverlay(marker1);

		point = new GLatLng(48.879, 2.345);
		var marker2 = new GMarker(point, { icon:iconR, title:"LA TOUR D AUVERGNE" })
        GEvent.addListener(marker2, "click", function() { ftx200810022=open('/hotels/france/paris/hotel-la-tour-d-auvergne.html','_fitxa200810022','') } );
        map.addOverlay(marker2);

		point = new GLatLng(48.883, 2.298);
		var marker3 = new GMarker(point, { icon:iconR, title:"AMARANTE ARC DE TRIOMPHE" })
        GEvent.addListener(marker3, "click", function() { ftx200810023=open('/hotels/france/paris/hotel-amarante-arc-de-triomphe.html','_fitxa200810023','') } );
        map.addOverlay(marker3);

		point = new GLatLng(48.8717, 2.324);
		var marker4 = new GMarker(point, { icon:iconR, title:"NEWTON OPERA" })
        GEvent.addListener(marker4, "click", function() { ftx200810024=open('/hotels/france/paris/hotel-newton-opera.html','_fitxa200810024','') } );
        map.addOverlay(marker4);

		point = new GLatLng(48.850703, 2.370188);
		var marker5 = new GMarker(point, { icon:iconR, title:"PAVILLON BASTILLE" })
        GEvent.addListener(marker5, "click", function() { ftx200810025=open('/hotels/france/paris/hotel-pavillon-bastille.html','_fitxa200810025','') } );
        map.addOverlay(marker5);

		point = new GLatLng(48.85, 2.343);
		var marker6 = new GMarker(point, { icon:iconR, title:"CENTRAL SAINT GERMAIN" })
        GEvent.addListener(marker6, "click", function() { ftx200810026=open('/hotels/france/paris/hotel-central-saint-germain.html','_fitxa200810026','') } );
        map.addOverlay(marker6);

		point = new GLatLng(48.8735, 2.3);
		var marker7 = new GMarker(point, { icon:iconR, title:"BALZAC" })
        GEvent.addListener(marker7, "click", function() { ftx200810027=open('/hotels/france/paris/hotel-balzac.html','_fitxa200810027','') } );
        map.addOverlay(marker7);

		point = new GLatLng(48.8641, 2.366159);
		var marker8 = new GMarker(point, { icon:iconR, title:"MURANO RESORT PARIS" })
        GEvent.addListener(marker8, "click", function() { ftx200810028=open('/hotels/france/paris/hotel-murano-resort-paris.html','_fitxa200810028','') } );
        map.addOverlay(marker8);

		point = new GLatLng(48.855425, 2.325369);
		var marker9 = new GMarker(point, { icon:iconR, title:"K+K CAYRE" })
        GEvent.addListener(marker9, "click", function() { ftx200810029=open('/hotels/france/paris/hotel-k-k-cayre.html','_fitxa200810029','') } );
        map.addOverlay(marker9);

		point = new GLatLng(48.856, 2.285);
		var marker10 = new GMarker(point, { icon:iconR, title:"SEZZ" })
        GEvent.addListener(marker10, "click", function() { ftx2008100210=open('/hotels/france/paris/hotel-sezz.html','_fitxa2008100210','') } );
        map.addOverlay(marker10);

		point = new GLatLng(48.8704, 2.299984);
		var marker11 = new GMarker(point, { icon:iconR, title:"FRANÇOIS I" })
        GEvent.addListener(marker11, "click", function() { ftx2008100211=open('/hotels/france/paris/hotel-françois-i.html','_fitxa2008100211','') } );
        map.addOverlay(marker11);

		point = new GLatLng(48.871803, 2.298532);
		var marker12 = new GMarker(point, { icon:iconR, title:"AMARANTE CHAMPS-ELYSEES" })
        GEvent.addListener(marker12, "click", function() { ftx2008100212=open('/hotels/france/paris/hotel-amarante-champs-elysees.html','_fitxa2008100212','') } );
        map.addOverlay(marker12);

		point = new GLatLng(48.8757, 2.3033);
		var marker13 = new GMarker(point, { icon:iconR, title:"GT ROYAL GARDEN CHAMPS ELYSEES" })
        GEvent.addListener(marker13, "click", function() { ftx2008100213=open('/hotels/france/paris/hotel-gt-royal-garden-champs-elysees.html','_fitxa2008100213','') } );
        map.addOverlay(marker13);

		point = new GLatLng(48.8381, 2.346418);
		var marker14 = new GMarker(point, { icon:iconR, title:"ONE BY THE FIVE" })
        GEvent.addListener(marker14, "click", function() { ftx2008100214=open('/hotels/france/paris/hotel-one-by-the-five.html','_fitxa2008100214','') } );
        map.addOverlay(marker14);

		point = new GLatLng(48.8812, 2.3279);
		var marker15 = new GMarker(point, { icon:iconR, title:"PAVILLON DE PARIS" })
        GEvent.addListener(marker15, "click", function() { ftx2008100215=open('/hotels/france/paris/hotel-pavillon-de-paris.html','_fitxa2008100215','') } );
        map.addOverlay(marker15);

		point = new GLatLng(48.871, 2.339144);
		var marker16 = new GMarker(point, { icon:iconR, title:"ICONE" })
        GEvent.addListener(marker16, "click", function() { ftx2008100216=open('/hotels/france/paris/hotel-icone.html','_fitxa2008100216','') } );
        map.addOverlay(marker16);

		point = new GLatLng(48.848, 2.290778);
		var marker17 = new GMarker(point, { icon:iconR, title:"DE L´EXPOSITION TOUR EIFFEL" })
        GEvent.addListener(marker17, "click", function() { ftx2008100217=open('/hotels/france/paris/hotel-de-lexposition-tour-eiffel.html','_fitxa2008100217','') } );
        map.addOverlay(marker17);

		point = new GLatLng(48.8766, 2.335346);
		var marker18 = new GMarker(point, { icon:iconR, title:"TOURAINE OPERA" })
        GEvent.addListener(marker18, "click", function() { ftx2008100218=open('/hotels/france/paris/hotel-tourraine-opera.html','_fitxa2008100218','') } );
        map.addOverlay(marker18);

		point = new GLatLng(48.8805, 2.374141);
		var marker19 = new GMarker(point, { icon:iconR, title:"RELAIS BERGSON" })
        GEvent.addListener(marker19, "click", function() { ftx2008100219=open('/hotels/france/paris/hotel-relais-bergson.html','_fitxa2008100219','') } );
        map.addOverlay(marker19);


		var marker0 = new GMarker(point, { icon:iconR, title:"EIFFEL CAPITOL" })
        GEvent.addListener(marker0, "click", function() { ftx200810020=open('/hotels/france/paris/hotel-eiffel-capitol.html','_fitxa200810020','') } );
        map.addOverlay(marker0);

		point = new GLatLng(48.831, 2.330496);
		var marker1 = new GMarker(point, { icon:iconR, title:"SOPHIE GERMAIN" })
        GEvent.addListener(marker1, "click", function() { ftx200810021=open('/hotels/france/paris/hotel-sophie-germain.html','_fitxa200810021','') } );
        map.addOverlay(marker1);

		point = new GLatLng(48.8678, 2.3623);
		var marker2 = new GMarker(point, { icon:iconR, title:"PAIX REPUBLIQUE" })
        GEvent.addListener(marker2, "click", function() { ftx200810022=open('/hotels/france/paris/hotel-paix-republique.html','_fitxa200810022','') } );
        map.addOverlay(marker2);

		point = new GLatLng(48.882032, 2.325679);
		var marker3 = new GMarker(point, { icon:iconR, title:"REGENCE" })
        GEvent.addListener(marker3, "click", function() { ftx200810023=open('/hotels/france/paris/hotel-regence.html','_fitxa200810023','') } );
        map.addOverlay(marker3);

		point = new GLatLng(48.8405, 2.327);
		var marker4 = new GMarker(point, { icon:iconR, title:"AROTEL" })
        GEvent.addListener(marker4, "click", function() { ftx200810024=open('/hotels/france/paris/hotel-arotel.html','_fitxa200810024','') } );
        map.addOverlay(marker4);

		point = new GLatLng(48.8812, 2.3273);
		var marker5 = new GMarker(point, { icon:iconR, title:"BLACKSTON OPERA" })
        GEvent.addListener(marker5, "click", function() { ftx200810025=open('/hotels/france/paris/hotel-blackston-opera.html','_fitxa200810025','') } );
        map.addOverlay(marker5);

		point = new GLatLng(48.8466, 2.2879);
		var marker6 = new GMarker(point, { icon:iconR, title:"ALIZE GRENELLE TOUR EIFFEL" })
        GEvent.addListener(marker6, "click", function() { ftx200810026=open('/hotels/france/paris/hotel-alize-grenelle-tour-eiffel.html','_fitxa200810026','') } );
        map.addOverlay(marker6);

		point = new GLatLng(48.8727, 2.3546);
		var marker7 = new GMarker(point, { icon:iconR, title:"GARDEN OPERA" })
        GEvent.addListener(marker7, "click", function() { ftx200810027=open('/hotels/france/paris/hotel-garden-opera.html','_fitxa200810027','') } );
        map.addOverlay(marker7);

		point = new GLatLng(48.847, 2.2858);
		var marker8 = new GMarker(point, { icon:iconR, title:"BEAUGRENELLE ST CHARLES" })
        GEvent.addListener(marker8, "click", function() { ftx200810028=open('/hotels/france/paris/hotel-beaugrenelle-st-charles.html','_fitxa200810028','') } );
        map.addOverlay(marker8);

		point = new GLatLng(48.8816, 2.3372);
		var marker9 = new GMarker(point, { icon:iconR, title:"ATLANTA FROCHOT" })
        GEvent.addListener(marker9, "click", function() { ftx200810029=open('/hotels/france/paris/hotel-atlanta-frochot.html','_fitxa200810029','') } );
        map.addOverlay(marker9);

		point = new GLatLng(48.874, 2.3505);
		var marker10 = new GMarker(point, { icon:iconR, title:"CHAMONIX" })
        GEvent.addListener(marker10, "click", function() { ftx2008100210=open('/hotels/france/paris/hotel-chamonix.html','_fitxa2008100210','') } );
        map.addOverlay(marker10);

		point = new GLatLng(48.8681, 2.335);
		var marker11 = new GMarker(point, { icon:iconR, title:"ASCOT OPERA" })
        GEvent.addListener(marker11, "click", function() { ftx2008100211=open('/hotels/france/paris/hotel-ascot-opera.html','_fitxa2008100211','') } );
        map.addOverlay(marker11);

		point = new GLatLng(48.877177, 2.338436);
		var marker12 = new GMarker(point, { icon:iconR, title:"BRITTANY" })
        GEvent.addListener(marker12, "click", function() { ftx2008100212=open('/hotels/france/paris/hotel-brittany.html','_fitxa2008100212','') } );
        map.addOverlay(marker12);

		point = new GLatLng(48.866, 2.332);
		var marker13 = new GMarker(point, { icon:iconR, title:"DES TUILERIES" })
        GEvent.addListener(marker13, "click", function() { ftx2008100213=open('/hotels/france/paris/hotel-des-tuileries.html','_fitxa2008100213','') } );
        map.addOverlay(marker13);

		point = new GLatLng(48.8851, 2.2928);
		var marker14 = new GMarker(point, { icon:iconR, title:"CHEVERNY" })
        GEvent.addListener(marker14, "click", function() { ftx2008100214=open('/hotels/france/paris/hotel-cheverny.html','_fitxa2008100214','') } );
        map.addOverlay(marker14);

		point = new GLatLng(48.8545, 2.384);
		var marker15 = new GMarker(point, { icon:iconR, title:"CLASSICS BASTILLE" })
        GEvent.addListener(marker15, "click", function() { ftx2008100215=open('/hotels/france/paris/hotel-classics-bastille.html','_fitxa2008100215','') } );
        map.addOverlay(marker15);

		point = new GLatLng(48.877, 2.347);
		var marker16 = new GMarker(point, { icon:iconR, title:"MONTHOLON" })
        GEvent.addListener(marker16, "click", function() { ftx2008100216=open('/hotels/france/paris/hotel-montholon.html','_fitxa2008100216','') } );
        map.addOverlay(marker16);

		point = new GLatLng(48.876, 2.338);
		var marker17 = new GMarker(point, { icon:iconR, title:"DE CHATEAUDUN" })
        GEvent.addListener(marker17, "click", function() { ftx2008100217=open('/hotels/france/paris/hotel-de-chateaudun.html','_fitxa2008100217','') } );
        map.addOverlay(marker17);

		point = new GLatLng(48.84275, 2.32439);
		var marker18 = new GMarker(point, { icon:iconR, title:"BERKELEY" })
        GEvent.addListener(marker18, "click", function() { ftx2008100218=open('/hotels/france/paris/hotel-berkeley.html','_fitxa2008100218','') } );
        map.addOverlay(marker18);

		point = new GLatLng(48.885, 2.308);
		var marker19 = new GMarker(point, { icon:iconR, title:"PAVILLON MONCEAU" })
        GEvent.addListener(marker19, "click", function() { ftx2008100219=open('/hotels/france/paris/hotel-pavillon-monceau.html','_fitxa2008100219','') } );
        map.addOverlay(marker19);

		point = new GLatLng(48.874, 2.342);
		var marker0 = new GMarker(point, { icon:iconR, title:"DE HOLLANDE" })
        GEvent.addListener(marker0, "click", function() { ftx200810020=open('/hotels/france/paris/hotel-de-hollande.html','_fitxa200810020','') } );
        map.addOverlay(marker0);

		point = new GLatLng(48.839332, 2.263031);
		var marker1 = new GMarker(point, { icon:iconR, title:"CLASSICS TOUR EIFFEL" })
        GEvent.addListener(marker1, "click", function() { ftx200810021=open('/hotels/france/paris/hotel-classics-tour-eiffel.html','_fitxa200810021','') } );
        map.addOverlay(marker1);

		point = new GLatLng(48.8671, 2.3628);
		var marker2 = new GMarker(point, { icon:iconR, title:"MESLAY REPUBLIQUE" })
        GEvent.addListener(marker2, "click", function() { ftx200810022=open('/hotels/france/paris/hotel-meslay-republique.html','_fitxa200810022','') } );
        map.addOverlay(marker2);

		point = new GLatLng(48.873, 2.293);
		var marker3 = new GMarker(point, { icon:iconR, title:"ROYAL ELYSEES" })
        GEvent.addListener(marker3, "click", function() { ftx200810023=open('/hotels/france/paris/hotel-royal-elysees.html','_fitxa200810023','') } );
        map.addOverlay(marker3);

		point = new GLatLng(48.84671, 2.372252);
		var marker4 = new GMarker(point, { icon:iconR, title:"LYON BASTILLE" })
        GEvent.addListener(marker4, "click", function() { ftx200810024=open('/hotels/france/paris/hotel-lyon-bastille.html','_fitxa200810024','') } );
        map.addOverlay(marker4);

		point = new GLatLng(48.869, 2.335);
		var marker5 = new GMarker(point, { icon:iconR, title:"ILE DE FRANCE OPERA" })
        GEvent.addListener(marker5, "click", function() { ftx200810025=open('/hotels/france/paris/hotel-ile-de-france-opera.html','_fitxa200810025','') } );
        map.addOverlay(marker5);

		point = new GLatLng(48.876516, 2.327046);
		var marker6 = new GMarker(point, { icon:iconR, title:"GRAND HOTEL DU HAVRE" })
        GEvent.addListener(marker6, "click", function() { ftx200810026=open('/hotels/france/paris/hotel-grand-hotel-du-havre.html','_fitxa200810026','') } );
        map.addOverlay(marker6);

		point = new GLatLng(48.8824, 2.333565);
		var marker7 = new GMarker(point, { icon:iconR, title:"MOULIN PLAZA" })
        GEvent.addListener(marker7, "click", function() { ftx200810027=open('/hotels/france/paris/hotel-moulin-plaza.html','_fitxa200810027','') } );
        map.addOverlay(marker7);

		point = new GLatLng(48.834159, 2.324595);
		var marker8 = new GMarker(point, { icon:iconR, title:"TRANSCONTINENTAL" })
        GEvent.addListener(marker8, "click", function() { ftx200810028=open('/hotels/france/paris/hotel-transcontinental.html','_fitxa200810028','') } );
        map.addOverlay(marker8);

		point = new GLatLng(48.8503, 2.290263);
		var marker9 = new GMarker(point, { icon:iconR, title:"BEAUGRENELLE TOUR EIFFEL" })
        GEvent.addListener(marker9, "click", function() { ftx200810029=open('/hotels/france/paris/hotel-beaugrenelle-tour-eiffel.html','_fitxa200810029','') } );
        map.addOverlay(marker9);

		point = new GLatLng(48.837, 2.260931);
		var marker10 = new GMarker(point, { icon:iconR, title:"MURAT" })
        GEvent.addListener(marker10, "click", function() { ftx2008100210=open('/hotels/france/paris/hotel-murat.html','_fitxa2008100210','') } );
        map.addOverlay(marker10);

		point = new GLatLng(48.8763, 2.345796);
		var marker11 = new GMarker(point, { icon:iconR, title:"OPERA LAFAYETTE" })
        GEvent.addListener(marker11, "click", function() { ftx2008100211=open('/hotels/france/paris/hotel-opera-lafayette.html','_fitxa2008100211','') } );
        map.addOverlay(marker11);

		point = new GLatLng(48.87, 2.359142);
		var marker12 = new GMarker(point, { icon:iconR, title:"TAYLOR" })
        GEvent.addListener(marker12, "click", function() { ftx2008100212=open('/hotels/france/paris/hotel-taylor.html','_fitxa2008100212','') } );
        map.addOverlay(marker12);

		point = new GLatLng(48.865, 2.2785);
		var marker13 = new GMarker(point, { icon:iconR, title:"VILLA GLAMOUR" })
        GEvent.addListener(marker13, "click", function() { ftx2008100213=open('/hotels/france/paris/hotel-villa-glamour.html','_fitxa2008100213','') } );
        map.addOverlay(marker13);

		point = new GLatLng(48.84, 2.382123);
		var marker14 = new GMarker(point, { icon:iconR, title:"CLARET" })
        GEvent.addListener(marker14, "click", function() { ftx2008100214=open('/hotels/france/paris/hotel-claret.html','_fitxa2008100214','') } );
        map.addOverlay(marker14);

		point = new GLatLng(48.8735, 2.343585);
		var marker15 = new GMarker(point, { icon:iconR, title:"ROYAL BERGERE" })
        GEvent.addListener(marker15, "click", function() { ftx2008100215=open('/hotels/france/paris/hotel-royal-bergere.html','_fitxa2008100215','') } );
        map.addOverlay(marker15);

		point = new GLatLng(48.889425, 2.3337);
		var marker16 = new GMarker(point, { icon:iconR, title:"MONTMARTRE" })
        GEvent.addListener(marker16, "click", function() { ftx2008100216=open('/hotels/france/paris/hotel-montmartre.html','_fitxa2008100216','') } );
        map.addOverlay(marker16);

		point = new GLatLng(48.882, 2.276745);
		var marker17 = new GMarker(point, { icon:iconR, title:"NEUILLY PARK" })
        GEvent.addListener(marker17, "click", function() { ftx2008100217=open('/hotels/france/paris/hotel-neuilly-park.html','_fitxa2008100217','') } );
        map.addOverlay(marker17);

		point = new GLatLng(48.882294, 2.304849);
		var marker18 = new GMarker(point, { icon:iconR, title:"ELYSEES PARC MONCEAU" })
        GEvent.addListener(marker18, "click", function() { ftx2008100218=open('/hotels/france/paris/hotel-elysees-parc-monceau.html','_fitxa2008100218','') } );
        map.addOverlay(marker18);

		point = new GLatLng(48.879463, 2.297778);
		var marker19 = new GMarker(point, { icon:iconR, title:"DES DEUX AVENUES" })
        GEvent.addListener(marker19, "click", function() { ftx2008100219=open('/hotels/france/paris/hotel-des-deux-avenues.html','_fitxa2008100219','') } );
        map.addOverlay(marker19);

		point = new GLatLng(48.8767, 2.345946);
		var marker0 = new GMarker(point, { icon:iconR, title:"WILLIAM´S" })
        GEvent.addListener(marker0, "click", function() { ftx200810020=open('/hotels/france/paris/hotel-williams.html','_fitxa200810020','') } );
        map.addOverlay(marker0);

		point = new GLatLng(48.8387, 2.28874);
		var marker1 = new GMarker(point, { icon:iconR, title:"DE LA PAIX" })
        GEvent.addListener(marker1, "click", function() { ftx200810021=open('/hotels/france/paris/hotel-de-la-paix.html','_fitxa200810021','') } );
        map.addOverlay(marker1);

		point = new GLatLng(48.8762, 2.289855);
		var marker2 = new GMarker(point, { icon:iconR, title:"CENTRE VILLE ETOILE" })
        GEvent.addListener(marker2, "click", function() { ftx200810022=open('/hotels/france/paris/hotel-centre-ville-etoile.html','_fitxa200810022','') } );
        map.addOverlay(marker2);

		point = new GLatLng(48.8355, 2.302237);
		var marker3 = new GMarker(point, { icon:iconR, title:"AJIEL" })
        GEvent.addListener(marker3, "click", function() { ftx200810023=open('/hotels/france/paris/hotel-ajiel.html','_fitxa200810023','') } );
        map.addOverlay(marker3);

		point = new GLatLng(48.8855, 2.294018);
		var marker4 = new GMarker(point, { icon:iconR, title:"CHAMPERRET ELYSEES" })
        GEvent.addListener(marker4, "click", function() { ftx200810024=open('/hotels/france/paris/hotel-champerret-elysees.html','_fitxa200810024','') } );
        map.addOverlay(marker4);

		point = new GLatLng(48.8798, 2.296185);
		var marker5 = new GMarker(point, { icon:iconR, title:"NIEL" })
        GEvent.addListener(marker5, "click", function() { ftx200810025=open('/hotels/france/paris/hotel-niel.html','_fitxa200810025','') } );
        map.addOverlay(marker5);

		point = new GLatLng(48.881862, 2.324617);
		var marker6 = new GMarker(point, { icon:iconR, title:"ELYSEES OPERA" })
        GEvent.addListener(marker6, "click", function() { ftx200810026=open('/hotels/france/paris/hotel-elysees-opera.html','_fitxa200810026','') } );
        map.addOverlay(marker6);

		point = new GLatLng(48.8821, 2.318695);
		var marker7 = new GMarker(point, { icon:iconR, title:"DU THEATRE" })
        GEvent.addListener(marker7, "click", function() { ftx200810027=open('/hotels/france/paris/hotel-du-theatre.html','_fitxa200810027','') } );
        map.addOverlay(marker7);

		point = new GLatLng(48.8866, 2.261918);
		var marker8 = new GMarker(point, { icon:iconR, title:"DU CHATEAU" })
        GEvent.addListener(marker8, "click", function() { ftx200810028=open('/hotels/france/paris/hotel-du-chateau.html','_fitxa200810028','') } );
        map.addOverlay(marker8);

		point = new GLatLng(48.848, 2.286894);
		var marker9 = new GMarker(point, { icon:iconR, title:"CARINA TOUR EIFFEL" })
        GEvent.addListener(marker9, "click", function() { ftx200810029=open('/hotels/france/paris/hotel-carina-tour-eiffel.html','_fitxa200810029','') } );
        map.addOverlay(marker9);

		point = new GLatLng(48.878024, 2.342319);
		var marker10 = new GMarker(point, { icon:iconR, title:"CORONA" })
        GEvent.addListener(marker10, "click", function() { ftx2008100210=open('/hotels/france/paris/hotel-corona.html','_fitxa2008100210','') } );
        map.addOverlay(marker10);

		point = new GLatLng(48.8816, 2.298245);
		var marker11 = new GMarker(point, { icon:iconR, title:"FLAUBERT" })
        GEvent.addListener(marker11, "click", function() { ftx2008100211=open('/hotels/france/paris/hotel-flaubert.html','_fitxa2008100211','') } );
        map.addOverlay(marker11);

		point = new GLatLng(48.85, 2.288933);
		var marker12 = new GMarker(point, { icon:iconR, title:"ARLEY TOUR EIFFEL" })
        GEvent.addListener(marker12, "click", function() { ftx2008100212=open('/hotels/france/paris/hotel-arley-tour-eiffel.html','_fitxa2008100212','') } );
        map.addOverlay(marker12);

		point = new GLatLng(48.8488, 2.298567);
		var marker13 = new GMarker(point, { icon:iconR, title:"EUROPE" })
        GEvent.addListener(marker13, "click", function() { ftx2008100213=open('/hotels/france/paris/hotel-europe.html','_fitxa2008100213','') } );
        map.addOverlay(marker13);

		point = new GLatLng(48.8732, 2.359893);
		var marker14 = new GMarker(point, { icon:iconR, title:"SOFT" })
        GEvent.addListener(marker14, "click", function() { ftx2008100214=open('/hotels/france/paris/hotel-soft.html','_fitxa2008100214','') } );
        map.addOverlay(marker14);

		point = new GLatLng(48.8468, 2.372081);
		var marker15 = new GMarker(point, { icon:iconR, title:"VIATOR" })
        GEvent.addListener(marker15, "click", function() { ftx2008100215=open('/hotels/france/paris/hotel-viator.html','_fitxa2008100215','') } );
        map.addOverlay(marker15);

		point = new GLatLng(48.8373, 2.29713);
		var marker16 = new GMarker(point, { icon:iconR, title:"CONVENTION MONTPARNASSE" })
        GEvent.addListener(marker16, "click", function() { ftx2008100216=open('/hotels/france/paris/hotel-convention-montparnasse.html','_fitxa2008100216','') } );
        map.addOverlay(marker16);

		point = new GLatLng(48.8865, 2.312708);
		var marker17 = new GMarker(point, { icon:iconR, title:"RESIDENCE ROMANCE MALESHERBES" })
        GEvent.addListener(marker17, "click", function() { ftx2008100217=open('/hotels/france/paris/hotel-residence-romance-malesherbes.html','_fitxa2008100217','') } );
        map.addOverlay(marker17);

		point = new GLatLng(48.8693, 2.357383);
		var marker18 = new GMarker(point, { icon:iconR, title:"MORIS GRANDS BOULEVARDS" })
        GEvent.addListener(marker18, "click", function() { ftx2008100218=open('/hotels/france/paris/hotel-moris-grands-boulevards.html','_fitxa2008100218','') } );
        map.addOverlay(marker18);

		point = new GLatLng(48.8905, 2.3173);
		var marker19 = new GMarker(point, { icon:iconR, title:"ABRIAL" })
        GEvent.addListener(marker19, "click", function() { ftx2008100219=open('/hotels/france/paris/hotel-abrial.html','_fitxa2008100219','') } );
        map.addOverlay(marker19);

		point = new GLatLng(48.861, 2.383);
		var marker0 = new GMarker(point, { icon:iconR, title:"DE BELFORT" })
        GEvent.addListener(marker0, "click", function() { ftx200810020=open('/hotels/france/paris/hotel-de-belfort.html','_fitxa200810020','') } );
        map.addOverlay(marker0);

		point = new GLatLng(48.8833, 2.3735);
		var marker1 = new GMarker(point, { icon:iconR, title:"ABRICOTEL" })
        GEvent.addListener(marker1, "click", function() { ftx200810021=open('/hotels/france/paris/hotel-abricotel.html','_fitxa200810021','') } );
        map.addOverlay(marker1);

		point = new GLatLng(48.8742, 2.4052);
		var marker2 = new GMarker(point, { icon:iconR, title:"LILAS GAMBETTA" })
        GEvent.addListener(marker2, "click", function() { ftx200810022=open('/hotels/france/paris/hotel-lilas-gambetta.html','_fitxa200810022','') } );
        map.addOverlay(marker2);

		point = new GLatLng(48.8739, 2.34998);
		var marker3 = new GMarker(point, { icon:iconR, title:"CARAVELLE" })
        GEvent.addListener(marker3, "click", function() { ftx200810023=open('/hotels/france/paris/hotel-caravelle.html','_fitxa200810023','') } );
        map.addOverlay(marker3);

		point = new GLatLng(48.8928, 2.3729);
		var marker4 = new GMarker(point, { icon:iconR, title:"PARIS VILLETTE" })
        GEvent.addListener(marker4, "click", function() { ftx200810024=open('/hotels/france/paris/hotel-paris-villette.html','_fitxa200810024','') } );
        map.addOverlay(marker4);

		point = new GLatLng(48.8783, 2.3582);
		var marker5 = new GMarker(point, { icon:iconR, title:"KUNTZ" })
        GEvent.addListener(marker5, "click", function() { ftx200810025=open('/hotels/france/paris/hotel-kuntz.html','_fitxa200810025','') } );
        map.addOverlay(marker5);

		point = new GLatLng(48.8303, 2.320433);
		var marker6 = new GMarker(point, { icon:iconR, title:"MONTPARNASSE ALESIA" })
        GEvent.addListener(marker6, "click", function() { ftx200810026=open('/hotels/france/paris/hotel-montparnasse-alesia.html','_fitxa200810026','') } );
        map.addOverlay(marker6);

		point = new GLatLng(48.88, 2.326291);
		var marker7 = new GMarker(point, { icon:iconR, title:"EUROPE - LIEGE" })
        GEvent.addListener(marker7, "click", function() { ftx200810027=open('/hotels/france/paris/hotel-europe-liege.html','_fitxa200810027','') } );
        map.addOverlay(marker7);

		point = new GLatLng(48.8837, 2.3285);
		var marker8 = new GMarker(point, { icon:iconR, title:"PLACE CLICHY" })
        GEvent.addListener(marker8, "click", function() { ftx200810028=open('/hotels/france/paris/hotel-place-clichy.html','_fitxa200810028','') } );
        map.addOverlay(marker8);

      }
    }

);

    function loadMapaGran(nom_mapa,hot_long, hot_lat)
    {
      if (GBrowserIsCompatible())
      {
        var map = new GMap2(document.getElementById(nom_mapa),{ size: new GSize(600,480) });
        map.addControl(new GSmallMapControl());
		map.addControl(new GMapTypeControl());
		map.setCenter(new GLatLng(hot_long, hot_lat), zoom);

		// Create our "tiny" marker icon
		var iconR = new GIcon();
        //iconR.image = "http://www.hotelresb2b.com/interfaz/images/logo_hotusa.png";
        //iconR.shadow = "http://www.hotelresb2b.com/interfaz/images/logo_hotusa_shadow.png";
        iconR.image = "http://elysees.hotusa.com/img/ico_elyseescom_map.gif";
        iconR.iconSize = new GSize(14,23);
        //iconR.shadowSize = new GSize(20,20);
        iconR.iconAnchor = new GPoint(16,16);
        iconR.infoWindowAnchor = new GPoint(5,1);

		point = new GLatLng(48.8711, 2.3281);
		var marker0 = new GMarker(point, { icon:iconR, title:"LE PERA" })
        GEvent.addListener(marker0, "click", function() { ftx200810020=open('/hotels/france/paris/hotel-le-pera.html','_fitxa200810020','') } );
        map.addOverlay(marker0);

		point = new GLatLng(48.8587, 2.3453);
		var marker1 = new GMarker(point, { icon:iconR, title:"GRAND HTL DECHAMPAIGNE" })
        GEvent.addListener(marker1, "click", function() { ftx200810021=open('/hotels/france/paris/hotel-grand-htl-dechampaigne.html','_fitxa200810021','') } );
        map.addOverlay(marker1);

		point = new GLatLng(48.8515, 2.337513);
		var marker2 = new GMarker(point, { icon:iconR, title:"ODEON SAINT GERMAIN" })
        GEvent.addListener(marker2, "click", function() { ftx200810022=open('/hotels/france/paris/hotel-odeon-saint-germain.html','_fitxa200810022','') } );
        map.addOverlay(marker2);

		point = new GLatLng(48.849199, 2.331634);
		var marker3 = new GMarker(point, { icon:iconR, title:"VILLA MADAME" })
        GEvent.addListener(marker3, "click", function() { ftx200810023=open('/hotels/france/paris/hotel-villa-madame.html','_fitxa200810023','') } );
        map.addOverlay(marker3);

		point = new GLatLng(48.8711, 2.338564);
		var marker4 = new GMarker(point, { icon:iconR, title:"LAUTREC OPERA" })
        GEvent.addListener(marker4, "click", function() { ftx200810024=open('/hotels/france/paris/hotel-lautrec-opera.html','_fitxa200810024','') } );
        map.addOverlay(marker4);

		point = new GLatLng(48.854, 2.289491);
		var marker5 = new GMarker(point, { icon:iconR, title:"EIFFEL SEINE" })
        GEvent.addListener(marker5, "click", function() { ftx200810025=open('/hotels/france/paris/hotel-eiffel-seine.html','_fitxa200810025','') } );
        map.addOverlay(marker5);

		point = new GLatLng(48.8378, 2.346418);
		var marker6 = new GMarker(point, { icon:iconR, title:"THE FIVE" })
        GEvent.addListener(marker6, "click", function() { ftx200810026=open('/hotels/france/paris/hotel-the-five.html','_fitxa200810026','') } );
        map.addOverlay(marker6);

		point = new GLatLng(48.8505, 2.298224);
		var marker7 = new GMarker(point, { icon:iconR, title:"ARES" })
        GEvent.addListener(marker7, "click", function() { ftx200810027=open('/hotels/france/paris/hotel-ares.html','_fitxa200810027','') } );
        map.addOverlay(marker7);

		point = new GLatLng(48.845288, 2.35234);
		var marker8 = new GMarker(point, { icon:iconR, title:"ACTE V" })
        GEvent.addListener(marker8, "click", function() { ftx200810028=open('/hotels/france/paris/hotel-acte-v.html','_fitxa200810028','') } );
        map.addOverlay(marker8);

		point = new GLatLng(48.8847, 2.299726);
		var marker9 = new GMarker(point, { icon:iconR, title:"AMPERE" })
        GEvent.addListener(marker9, "click", function() { ftx200810029=open('/hotels/france/paris/hotel-ampere.html','_fitxa200810029','') } );
        map.addOverlay(marker9);

		point = new GLatLng(48.866128, 2.288231);
		var marker10 = new GMarker(point, { icon:iconR, title:"GARDEN ELYSEE" })
        GEvent.addListener(marker10, "click", function() { ftx2008100210=open('/hotels/france/paris/hotel-garden-elysee.html','_fitxa2008100210','') } );
        map.addOverlay(marker10);

		point = new GLatLng(48.8605, 2.3436);
		var marker11 = new GMarker(point, { icon:iconR, title:"TONIC DU LOUVRE" })
        GEvent.addListener(marker11, "click", function() { ftx2008100211=open('/hotels/france/paris/hotel-tonic-du-louvre.html','_fitxa2008100211','') } );
        map.addOverlay(marker11);

		point = new GLatLng(48.86614, 2.287936);
		var marker12 = new GMarker(point, { icon:iconR, title:"FLORIDE ETOILE" })
        GEvent.addListener(marker12, "click", function() { ftx2008100212=open('/hotels/france/paris/hotel-floride-etoile.html','_fitxa2008100212','') } );
        map.addOverlay(marker12);

		point = new GLatLng(48.8513, 2.391);
		var marker13 = new GMarker(point, { icon:iconR, title:"GRAND HOTEL FRANCAIS" })
        GEvent.addListener(marker13, "click", function() { ftx2008100213=open('/hotels/france/paris/hotel-grand-hotel-francais.html','_fitxa2008100213','') } );
        map.addOverlay(marker13);

		point = new GLatLng(48.8661, 2.3371);
		var marker14 = new GMarker(point, { icon:iconR, title:"WASHINGTON OPERA" })
        GEvent.addListener(marker14, "click", function() { ftx2008100214=open('/hotels/france/paris/hotel-washington-opera.html','_fitxa2008100214','') } );
        map.addOverlay(marker14);

		point = new GLatLng(48.865, 2.347);
		var marker15 = new GMarker(point, { icon:iconR, title:"VICTOIRES OPERA" })
        GEvent.addListener(marker15, "click", function() { ftx2008100215=open('/hotels/france/paris/hotel-victoires-opera.html','_fitxa2008100215','') } );
        map.addOverlay(marker15);

		point = new GLatLng(48.8502, 2.3392);
		var marker16 = new GMarker(point, { icon:iconR, title:"JARDIN DE L ODEON" })
        GEvent.addListener(marker16, "click", function() { ftx2008100216=open('/hotels/france/paris/hotel-jardin-de-l-odeon.html','_fitxa2008100216','') } );
        map.addOverlay(marker16);

		point = new GLatLng(48.8762, 2.35);
		var marker17 = new GMarker(point, { icon:iconR, title:"EUROSTARS PANORAMA" })
        GEvent.addListener(marker17, "click", function() { ftx2008100217=open('/hotels/france/paris/hotel-eurostars-panorama.html','_fitxa2008100217','') } );
        map.addOverlay(marker17);

		point = new GLatLng(48.878326, 2.326732);
		var marker18 = new GMarker(point, { icon:iconR, title:"LA FLECHE D OR" })
        GEvent.addListener(marker18, "click", function() { ftx2008100218=open('/hotels/france/paris/hotel-la-fleche-d-or.html','_fitxa2008100218','') } );
        map.addOverlay(marker18);

		point = new GLatLng(48.871, 2.335);
		var marker19 = new GMarker(point, { icon:iconR, title:"GRAND HOTEL HAUSSMANN" })
        GEvent.addListener(marker19, "click", function() { ftx2008100219=open('/hotels/france/paris/hotel-grand-hotel-haussmann.html','_fitxa2008100219','') } );
        map.addOverlay(marker19);



		point = new GLatLng(48.857651, 2.317101);
		var marker0 = new GMarker(point, { icon:iconR, title:"DE LATOUR MAUBOURG" })
        GEvent.addListener(marker0, "click", function() { ftx200810020=open('/hotels/france/paris/hotel-de-latour-maubourg.html','_fitxa200810020','') } );
        map.addOverlay(marker0);

		point = new GLatLng(48.839, 2.397);
		var marker1 = new GMarker(point, { icon:iconR, title:"DORÉ" })
        GEvent.addListener(marker1, "click", function() { ftx200810021=open('/hotels/france/paris/hotel-dore.html','_fitxa200810021','') } );
        map.addOverlay(marker1);

		point = new GLatLng(48.879, 2.345);
		var marker2 = new GMarker(point, { icon:iconR, title:"LA TOUR D AUVERGNE" })
        GEvent.addListener(marker2, "click", function() { ftx200810022=open('/hotels/france/paris/hotel-la-tour-d-auvergne.html','_fitxa200810022','') } );
        map.addOverlay(marker2);

		point = new GLatLng(48.883, 2.298);
		var marker3 = new GMarker(point, { icon:iconR, title:"AMARANTE ARC DE TRIOMPHE" })
        GEvent.addListener(marker3, "click", function() { ftx200810023=open('/hotels/france/paris/hotel-amarante-arc-de-triomphe.html','_fitxa200810023','') } );
        map.addOverlay(marker3);

		point = new GLatLng(48.8717, 2.324);
		var marker4 = new GMarker(point, { icon:iconR, title:"NEWTON OPERA" })
        GEvent.addListener(marker4, "click", function() { ftx200810024=open('/hotels/france/paris/hotel-newton-opera.html','_fitxa200810024','') } );
        map.addOverlay(marker4);

		point = new GLatLng(48.850703, 2.370188);
		var marker5 = new GMarker(point, { icon:iconR, title:"PAVILLON BASTILLE" })
        GEvent.addListener(marker5, "click", function() { ftx200810025=open('/hotels/france/paris/hotel-pavillon-bastille.html','_fitxa200810025','') } );
        map.addOverlay(marker5);

		point = new GLatLng(48.85, 2.343);
		var marker6 = new GMarker(point, { icon:iconR, title:"CENTRAL SAINT GERMAIN" })
        GEvent.addListener(marker6, "click", function() { ftx200810026=open('/hotels/france/paris/hotel-central-saint-germain.html','_fitxa200810026','') } );
        map.addOverlay(marker6);

		point = new GLatLng(48.8735, 2.3);
		var marker7 = new GMarker(point, { icon:iconR, title:"BALZAC" })
        GEvent.addListener(marker7, "click", function() { ftx200810027=open('/hotels/france/paris/hotel-balzac.html','_fitxa200810027','') } );
        map.addOverlay(marker7);

		point = new GLatLng(48.8641, 2.366159);
		var marker8 = new GMarker(point, { icon:iconR, title:"MURANO RESORT PARIS" })
        GEvent.addListener(marker8, "click", function() { ftx200810028=open('/hotels/france/paris/hotel-murano-resort-paris.html','_fitxa200810028','') } );
        map.addOverlay(marker8);

		point = new GLatLng(48.855425, 2.325369);
		var marker9 = new GMarker(point, { icon:iconR, title:"K+K CAYRE" })
        GEvent.addListener(marker9, "click", function() { ftx200810029=open('/hotels/france/paris/hotel-k-k-cayre.html','_fitxa200810029','') } );
        map.addOverlay(marker9);

		point = new GLatLng(48.856, 2.285);
		var marker10 = new GMarker(point, { icon:iconR, title:"SEZZ" })
        GEvent.addListener(marker10, "click", function() { ftx2008100210=open('/hotels/france/paris/hotel-sezz.html','_fitxa2008100210','') } );
        map.addOverlay(marker10);

		point = new GLatLng(48.8704, 2.299984);
		var marker11 = new GMarker(point, { icon:iconR, title:"FRANÇOIS I" })
        GEvent.addListener(marker11, "click", function() { ftx2008100211=open('/hotels/france/paris/hotel-françois-i.html','_fitxa2008100211','') } );
        map.addOverlay(marker11);

		point = new GLatLng(48.871803, 2.298532);
		var marker12 = new GMarker(point, { icon:iconR, title:"AMARANTE CHAMPS-ELYSEES" })
        GEvent.addListener(marker12, "click", function() { ftx2008100212=open('/hotels/france/paris/hotel-amarante-champs-elysees.html','_fitxa2008100212','') } );
        map.addOverlay(marker12);

		point = new GLatLng(48.8757, 2.3033);
		var marker13 = new GMarker(point, { icon:iconR, title:"GT ROYAL GARDEN CHAMPS ELYSEES" })
        GEvent.addListener(marker13, "click", function() { ftx2008100213=open('/hotels/france/paris/hotel-gt-royal-garden-champs-elysees.html','_fitxa2008100213','') } );
        map.addOverlay(marker13);

		point = new GLatLng(48.8381, 2.346418);
		var marker14 = new GMarker(point, { icon:iconR, title:"ONE BY THE FIVE" })
        GEvent.addListener(marker14, "click", function() { ftx2008100214=open('/hotels/france/paris/hotel-one-by-the-five.html','_fitxa2008100214','') } );
        map.addOverlay(marker14);

		point = new GLatLng(48.8812, 2.3279);
		var marker15 = new GMarker(point, { icon:iconR, title:"PAVILLON DE PARIS" })
        GEvent.addListener(marker15, "click", function() { ftx2008100215=open('/hotels/france/paris/hotel-pavillon-de-paris.html','_fitxa2008100215','') } );
        map.addOverlay(marker15);

		point = new GLatLng(48.871, 2.339144);
		var marker16 = new GMarker(point, { icon:iconR, title:"ICONE" })
        GEvent.addListener(marker16, "click", function() { ftx2008100216=open('/hotels/france/paris/hotel-icone.html','_fitxa2008100216','') } );
        map.addOverlay(marker16);

		point = new GLatLng(48.848, 2.290778);
		var marker17 = new GMarker(point, { icon:iconR, title:"DE L´EXPOSITION TOUR EIFFEL" })
        GEvent.addListener(marker17, "click", function() { ftx2008100217=open('/hotels/france/paris/hotel-de-lexposition-tour-eiffel.html','_fitxa2008100217','') } );
        map.addOverlay(marker17);

		point = new GLatLng(48.8766, 2.335346);
		var marker18 = new GMarker(point, { icon:iconR, title:"TOURAINE OPERA" })
        GEvent.addListener(marker18, "click", function() { ftx2008100218=open('/hotels/france/paris/hotel-tourraine-opera.html','_fitxa2008100218','') } );
        map.addOverlay(marker18);

		point = new GLatLng(48.8805, 2.374141);
		var marker19 = new GMarker(point, { icon:iconR, title:"RELAIS BERGSON" })
        GEvent.addListener(marker19, "click", function() { ftx2008100219=open('/hotels/france/paris/hotel-relais-bergson.html','_fitxa2008100219','') } );
        map.addOverlay(marker19);

		point = new GLatLng(48.850646, 2.291347);
		var marker0 = new GMarker(point, { icon:iconR, title:"EIFFEL CAPITOL" })
        GEvent.addListener(marker0, "click", function() { ftx200810020=open('/hotels/france/paris/hotel-eiffel-capitol.html','_fitxa200810020','') } );
        map.addOverlay(marker0);

		point = new GLatLng(48.831, 2.330496);
		var marker1 = new GMarker(point, { icon:iconR, title:"SOPHIE GERMAIN" })
        GEvent.addListener(marker1, "click", function() { ftx200810021=open('/hotels/france/paris/hotel-sophie-germain.html','_fitxa200810021','') } );
        map.addOverlay(marker1);

		point = new GLatLng(48.8678, 2.3623);
		var marker2 = new GMarker(point, { icon:iconR, title:"PAIX REPUBLIQUE" })
        GEvent.addListener(marker2, "click", function() { ftx200810022=open('/hotels/france/paris/hotel-paix-republique.html','_fitxa200810022','') } );
        map.addOverlay(marker2);

		point = new GLatLng(48.882032, 2.325679);
		var marker3 = new GMarker(point, { icon:iconR, title:"REGENCE" })
        GEvent.addListener(marker3, "click", function() { ftx200810023=open('/hotels/france/paris/hotel-regence.html','_fitxa200810023','') } );
        map.addOverlay(marker3);

		point = new GLatLng(48.8405, 2.327);
		var marker4 = new GMarker(point, { icon:iconR, title:"AROTEL" })
        GEvent.addListener(marker4, "click", function() { ftx200810024=open('/hotels/france/paris/hotel-arotel.html','_fitxa200810024','') } );
        map.addOverlay(marker4);

		point = new GLatLng(48.8812, 2.3273);
		var marker5 = new GMarker(point, { icon:iconR, title:"BLACKSTON OPERA" })
        GEvent.addListener(marker5, "click", function() { ftx200810025=open('/hotels/france/paris/hotel-blackston-opera.html','_fitxa200810025','') } );
        map.addOverlay(marker5);

		point = new GLatLng(48.8466, 2.2879);
		var marker6 = new GMarker(point, { icon:iconR, title:"ALIZE GRENELLE TOUR EIFFEL" })
        GEvent.addListener(marker6, "click", function() { ftx200810026=open('/hotels/france/paris/hotel-alize-grenelle-tour-eiffel.html','_fitxa200810026','') } );
        map.addOverlay(marker6);

		point = new GLatLng(48.8727, 2.3546);
		var marker7 = new GMarker(point, { icon:iconR, title:"GARDEN OPERA" })
        GEvent.addListener(marker7, "click", function() { ftx200810027=open('/hotels/france/paris/hotel-garden-opera.html','_fitxa200810027','') } );
        map.addOverlay(marker7);

		point = new GLatLng(48.847, 2.2858);
		var marker8 = new GMarker(point, { icon:iconR, title:"BEAUGRENELLE ST CHARLES" })
        GEvent.addListener(marker8, "click", function() { ftx200810028=open('/hotels/france/paris/hotel-beaugrenelle-st-charles.html','_fitxa200810028','') } );
        map.addOverlay(marker8);

		point = new GLatLng(48.8816, 2.3372);
		var marker9 = new GMarker(point, { icon:iconR, title:"ATLANTA FROCHOT" })
        GEvent.addListener(marker9, "click", function() { ftx200810029=open('/hotels/france/paris/hotel-atlanta-frochot.html','_fitxa200810029','') } );
        map.addOverlay(marker9);

		point = new GLatLng(48.874, 2.3505);
		var marker10 = new GMarker(point, { icon:iconR, title:"CHAMONIX" })
        GEvent.addListener(marker10, "click", function() { ftx2008100210=open('/hotels/france/paris/hotel-chamonix.html','_fitxa2008100210','') } );
        map.addOverlay(marker10);

		point = new GLatLng(48.8681, 2.335);
		var marker11 = new GMarker(point, { icon:iconR, title:"ASCOT OPERA" })
        GEvent.addListener(marker11, "click", function() { ftx2008100211=open('/hotels/france/paris/hotel-ascot-opera.html','_fitxa2008100211','') } );
        map.addOverlay(marker11);

		point = new GLatLng(48.877177, 2.338436);
		var marker12 = new GMarker(point, { icon:iconR, title:"BRITTANY" })
        GEvent.addListener(marker12, "click", function() { ftx2008100212=open('/hotels/france/paris/hotel-brittany.html','_fitxa2008100212','') } );
        map.addOverlay(marker12);

		point = new GLatLng(48.866, 2.332);
		var marker13 = new GMarker(point, { icon:iconR, title:"DES TUILERIES" })
        GEvent.addListener(marker13, "click", function() { ftx2008100213=open('/hotels/france/paris/hotel-des-tuileries.html','_fitxa2008100213','') } );
        map.addOverlay(marker13);

		point = new GLatLng(48.8851, 2.2928);
		var marker14 = new GMarker(point, { icon:iconR, title:"CHEVERNY" })
        GEvent.addListener(marker14, "click", function() { ftx2008100214=open('/hotels/france/paris/hotel-cheverny.html','_fitxa2008100214','') } );
        map.addOverlay(marker14);

		point = new GLatLng(48.8545, 2.384);
		var marker15 = new GMarker(point, { icon:iconR, title:"CLASSICS BASTILLE" })
        GEvent.addListener(marker15, "click", function() { ftx2008100215=open('/hotels/france/paris/hotel-classics-bastille.html','_fitxa2008100215','') } );
        map.addOverlay(marker15);

		point = new GLatLng(48.877, 2.347);
		var marker16 = new GMarker(point, { icon:iconR, title:"MONTHOLON" })
        GEvent.addListener(marker16, "click", function() { ftx2008100216=open('/hotels/france/paris/hotel-montholon.html','_fitxa2008100216','') } );
        map.addOverlay(marker16);

		point = new GLatLng(48.876, 2.338);
		var marker17 = new GMarker(point, { icon:iconR, title:"DE CHATEAUDUN" })
        GEvent.addListener(marker17, "click", function() { ftx2008100217=open('/hotels/france/paris/hotel-de-chateaudun.html','_fitxa2008100217','') } );
        map.addOverlay(marker17);

		point = new GLatLng(48.84275, 2.32439);
		var marker18 = new GMarker(point, { icon:iconR, title:"BERKELEY" })
        GEvent.addListener(marker18, "click", function() { ftx2008100218=open('/hotels/france/paris/hotel-berkeley.html','_fitxa2008100218','') } );
        map.addOverlay(marker18);

		point = new GLatLng(48.885, 2.308);
		var marker19 = new GMarker(point, { icon:iconR, title:"PAVILLON MONCEAU" })
        GEvent.addListener(marker19, "click", function() { ftx2008100219=open('/hotels/france/paris/hotel-pavillon-monceau.html','_fitxa2008100219','') } );
        map.addOverlay(marker19);

		point = new GLatLng(48.874, 2.342);
		var marker0 = new GMarker(point, { icon:iconR, title:"DE HOLLANDE" })
        GEvent.addListener(marker0, "click", function() { ftx200810020=open('/hotels/france/paris/hotel-de-hollande.html','_fitxa200810020','') } );
        map.addOverlay(marker0);

		point = new GLatLng(48.839332, 2.263031);
		var marker1 = new GMarker(point, { icon:iconR, title:"CLASSICS TOUR EIFFEL" })
        GEvent.addListener(marker1, "click", function() { ftx200810021=open('/hotels/france/paris/hotel-classics-tour-eiffel.html','_fitxa200810021','') } );
        map.addOverlay(marker1);

		point = new GLatLng(48.8671, 2.3628);
		var marker2 = new GMarker(point, { icon:iconR, title:"MESLAY REPUBLIQUE" })
        GEvent.addListener(marker2, "click", function() { ftx200810022=open('/hotels/france/paris/hotel-meslay-republique.html','_fitxa200810022','') } );
        map.addOverlay(marker2);

		point = new GLatLng(48.873, 2.293);
		var marker3 = new GMarker(point, { icon:iconR, title:"ROYAL ELYSEES" })
        GEvent.addListener(marker3, "click", function() { ftx200810023=open('/hotels/france/paris/hotel-royal-elysees.html','_fitxa200810023','') } );
        map.addOverlay(marker3);

		point = new GLatLng(48.84671, 2.372252);
		var marker4 = new GMarker(point, { icon:iconR, title:"LYON BASTILLE" })
        GEvent.addListener(marker4, "click", function() { ftx200810024=open('/hotels/france/paris/hotel-lyon-bastille.html','_fitxa200810024','') } );
        map.addOverlay(marker4);

		point = new GLatLng(48.869, 2.335);
		var marker5 = new GMarker(point, { icon:iconR, title:"ILE DE FRANCE OPERA" })
        GEvent.addListener(marker5, "click", function() { ftx200810025=open('/hotels/france/paris/hotel-ile-de-france-opera.html','_fitxa200810025','') } );
        map.addOverlay(marker5);

		point = new GLatLng(48.876516, 2.327046);
		var marker6 = new GMarker(point, { icon:iconR, title:"GRAND HOTEL DU HAVRE" })
        GEvent.addListener(marker6, "click", function() { ftx200810026=open('/hotels/france/paris/hotel-grand-hotel-du-havre.html','_fitxa200810026','') } );
        map.addOverlay(marker6);

		point = new GLatLng(48.8824, 2.333565);
		var marker7 = new GMarker(point, { icon:iconR, title:"MOULIN PLAZA" })
        GEvent.addListener(marker7, "click", function() { ftx200810027=open('/hotels/france/paris/hotel-moulin-plaza.html','_fitxa200810027','') } );
        map.addOverlay(marker7);

		point = new GLatLng(48.834159, 2.324595);
		var marker8 = new GMarker(point, { icon:iconR, title:"TRANSCONTINENTAL" })
        GEvent.addListener(marker8, "click", function() { ftx200810028=open('/hotels/france/paris/hotel-transcontinental.html','_fitxa200810028','') } );
        map.addOverlay(marker8);

		point = new GLatLng(48.8503, 2.290263);
		var marker9 = new GMarker(point, { icon:iconR, title:"BEAUGRENELLE TOUR EIFFEL" })
        GEvent.addListener(marker9, "click", function() { ftx200810029=open('/hotels/france/paris/hotel-beaugrenelle-tour-eiffel.html','_fitxa200810029','') } );
        map.addOverlay(marker9);

		point = new GLatLng(48.837, 2.260931);
		var marker10 = new GMarker(point, { icon:iconR, title:"MURAT" })
        GEvent.addListener(marker10, "click", function() { ftx2008100210=open('/hotels/france/paris/hotel-murat.html','_fitxa2008100210','') } );
        map.addOverlay(marker10);

		point = new GLatLng(48.8763, 2.345796);
		var marker11 = new GMarker(point, { icon:iconR, title:"OPERA LAFAYETTE" })
        GEvent.addListener(marker11, "click", function() { ftx2008100211=open('/hotels/france/paris/hotel-opera-lafayette.html','_fitxa2008100211','') } );
        map.addOverlay(marker11);

		point = new GLatLng(48.87, 2.359142);
		var marker12 = new GMarker(point, { icon:iconR, title:"TAYLOR" })
        GEvent.addListener(marker12, "click", function() { ftx2008100212=open('/hotels/france/paris/hotel-taylor.html','_fitxa2008100212','') } );
        map.addOverlay(marker12);

		point = new GLatLng(48.865, 2.2785);
		var marker13 = new GMarker(point, { icon:iconR, title:"VILLA GLAMOUR" })
        GEvent.addListener(marker13, "click", function() { ftx2008100213=open('/hotels/france/paris/hotel-villa-glamour.html','_fitxa2008100213','') } );
        map.addOverlay(marker13);

		point = new GLatLng(48.84, 2.382123);
		var marker14 = new GMarker(point, { icon:iconR, title:"CLARET" })
        GEvent.addListener(marker14, "click", function() { ftx2008100214=open('/hotels/france/paris/hotel-claret.html','_fitxa2008100214','') } );
        map.addOverlay(marker14);

		point = new GLatLng(48.8735, 2.343585);
		var marker15 = new GMarker(point, { icon:iconR, title:"ROYAL BERGERE" })
        GEvent.addListener(marker15, "click", function() { ftx2008100215=open('/hotels/france/paris/hotel-royal-bergere.html','_fitxa2008100215','') } );
        map.addOverlay(marker15);

		point = new GLatLng(48.889425, 2.3337);
		var marker16 = new GMarker(point, { icon:iconR, title:"MONTMARTRE" })
        GEvent.addListener(marker16, "click", function() { ftx2008100216=open('/hotels/france/paris/hotel-montmartre.html','_fitxa2008100216','') } );
        map.addOverlay(marker16);

		point = new GLatLng(48.882, 2.276745);
		var marker17 = new GMarker(point, { icon:iconR, title:"NEUILLY PARK" })
        GEvent.addListener(marker17, "click", function() { ftx2008100217=open('/hotels/france/paris/hotel-neuilly-park.html','_fitxa2008100217','') } );
        map.addOverlay(marker17);

		point = new GLatLng(48.882294, 2.304849);
		var marker18 = new GMarker(point, { icon:iconR, title:"ELYSEES PARC MONCEAU" })
        GEvent.addListener(marker18, "click", function() { ftx2008100218=open('/hotels/france/paris/hotel-elysees-parc-monceau.html','_fitxa2008100218','') } );
        map.addOverlay(marker18);

		point = new GLatLng(48.879463, 2.297778);
		var marker19 = new GMarker(point, { icon:iconR, title:"DES DEUX AVENUES" })
        GEvent.addListener(marker19, "click", function() { ftx2008100219=open('/hotels/france/paris/hotel-des-deux-avenues.html','_fitxa2008100219','') } );
        map.addOverlay(marker19);


		point = new GLatLng(48.8767, 2.345946);
		var marker0 = new GMarker(point, { icon:iconR, title:"WILLIAM´S" })
        GEvent.addListener(marker0, "click", function() { ftx200810020=open('/hotels/france/paris/hotel-williams.html','_fitxa200810020','') } );
        map.addOverlay(marker0);

		point = new GLatLng(48.8387, 2.28874);
		var marker1 = new GMarker(point, { icon:iconR, title:"DE LA PAIX" })
        GEvent.addListener(marker1, "click", function() { ftx200810021=open('/hotels/france/paris/hotel-de-la-paix.html','_fitxa200810021','') } );
        map.addOverlay(marker1);

		point = new GLatLng(48.8762, 2.289855);
		var marker2 = new GMarker(point, { icon:iconR, title:"CENTRE VILLE ETOILE" })
        GEvent.addListener(marker2, "click", function() { ftx200810022=open('/hotels/france/paris/hotel-centre-ville-etoile.html','_fitxa200810022','') } );
        map.addOverlay(marker2);

		point = new GLatLng(48.8355, 2.302237);
		var marker3 = new GMarker(point, { icon:iconR, title:"AJIEL" })
        GEvent.addListener(marker3, "click", function() { ftx200810023=open('/hotels/france/paris/hotel-ajiel.html','_fitxa200810023','') } );
        map.addOverlay(marker3);

		point = new GLatLng(48.8855, 2.294018);
		var marker4 = new GMarker(point, { icon:iconR, title:"CHAMPERRET ELYSEES" })
        GEvent.addListener(marker4, "click", function() { ftx200810024=open('/hotels/france/paris/hotel-champerret-elysees.html','_fitxa200810024','') } );
        map.addOverlay(marker4);

		point = new GLatLng(48.8798, 2.296185);
		var marker5 = new GMarker(point, { icon:iconR, title:"NIEL" })
        GEvent.addListener(marker5, "click", function() { ftx200810025=open('/hotels/france/paris/hotel-niel.html','_fitxa200810025','') } );
        map.addOverlay(marker5);

		point = new GLatLng(48.881862, 2.324617);
		var marker6 = new GMarker(point, { icon:iconR, title:"ELYSEES OPERA" })
        GEvent.addListener(marker6, "click", function() { ftx200810026=open('/hotels/france/paris/hotel-elysees-opera.html','_fitxa200810026','') } );
        map.addOverlay(marker6);

		point = new GLatLng(48.8821, 2.318695);
		var marker7 = new GMarker(point, { icon:iconR, title:"DU THEATRE" })
        GEvent.addListener(marker7, "click", function() { ftx200810027=open('/hotels/france/paris/hotel-du-theatre.html','_fitxa200810027','') } );
        map.addOverlay(marker7);

		point = new GLatLng(48.8866, 2.261918);
		var marker8 = new GMarker(point, { icon:iconR, title:"DU CHATEAU" })
        GEvent.addListener(marker8, "click", function() { ftx200810028=open('/hotels/france/paris/hotel-du-chateau.html','_fitxa200810028','') } );
        map.addOverlay(marker8);

		point = new GLatLng(48.848, 2.286894);
		var marker9 = new GMarker(point, { icon:iconR, title:"CARINA TOUR EIFFEL" })
        GEvent.addListener(marker9, "click", function() { ftx200810029=open('/hotels/france/paris/hotel-carina-tour-eiffel.html','_fitxa200810029','') } );
        map.addOverlay(marker9);

		point = new GLatLng(48.878024, 2.342319);
		var marker10 = new GMarker(point, { icon:iconR, title:"CORONA" })
        GEvent.addListener(marker10, "click", function() { ftx2008100210=open('/hotels/france/paris/hotel-corona.html','_fitxa2008100210','') } );
        map.addOverlay(marker10);

		point = new GLatLng(48.8816, 2.298245);
		var marker11 = new GMarker(point, { icon:iconR, title:"FLAUBERT" })
        GEvent.addListener(marker11, "click", function() { ftx2008100211=open('/hotels/france/paris/hotel-flaubert.html','_fitxa2008100211','') } );
        map.addOverlay(marker11);

		point = new GLatLng(48.85, 2.288933);
		var marker12 = new GMarker(point, { icon:iconR, title:"ARLEY TOUR EIFFEL" })
        GEvent.addListener(marker12, "click", function() { ftx2008100212=open('/hotels/france/paris/hotel-arley-tour-eiffel.html','_fitxa2008100212','') } );
        map.addOverlay(marker12);

		point = new GLatLng(48.8488, 2.298567);
		var marker13 = new GMarker(point, { icon:iconR, title:"EUROPE" })
        GEvent.addListener(marker13, "click", function() { ftx2008100213=open('/hotels/france/paris/hotel-europe.html','_fitxa2008100213','') } );
        map.addOverlay(marker13);

		point = new GLatLng(48.8732, 2.359893);
		var marker14 = new GMarker(point, { icon:iconR, title:"SOFT" })
        GEvent.addListener(marker14, "click", function() { ftx2008100214=open('/hotels/france/paris/hotel-soft.html','_fitxa2008100214','') } );
        map.addOverlay(marker14);

		point = new GLatLng(48.8468, 2.372081);
		var marker15 = new GMarker(point, { icon:iconR, title:"VIATOR" })
        GEvent.addListener(marker15, "click", function() { ftx2008100215=open('/hotels/france/paris/hotel-viator.html','_fitxa2008100215','') } );
        map.addOverlay(marker15);

		point = new GLatLng(48.8373, 2.29713);
		var marker16 = new GMarker(point, { icon:iconR, title:"CONVENTION MONTPARNASSE" })
        GEvent.addListener(marker16, "click", function() { ftx2008100216=open('/hotels/france/paris/hotel-convention-montparnasse.html','_fitxa2008100216','') } );
        map.addOverlay(marker16);

		point = new GLatLng(48.8865, 2.312708);
		var marker17 = new GMarker(point, { icon:iconR, title:"RESIDENCE ROMANCE MALESHERBES" })
        GEvent.addListener(marker17, "click", function() { ftx2008100217=open('/hotels/france/paris/hotel-residence-romance-malesherbes.html','_fitxa2008100217','') } );
        map.addOverlay(marker17);

		point = new GLatLng(48.8693, 2.357383);
		var marker18 = new GMarker(point, { icon:iconR, title:"MORIS GRANDS BOULEVARDS" })
        GEvent.addListener(marker18, "click", function() { ftx2008100218=open('/hotels/france/paris/hotel-moris-grands-boulevards.html','_fitxa2008100218','') } );
        map.addOverlay(marker18);

		point = new GLatLng(48.8905, 2.3173);
		var marker19 = new GMarker(point, { icon:iconR, title:"ABRIAL" })
        GEvent.addListener(marker19, "click", function() { ftx2008100219=open('/hotels/france/paris/hotel-abrial.html','_fitxa2008100219','') } );
        map.addOverlay(marker19);


		point = new GLatLng(48.861, 2.383);
		var marker0 = new GMarker(point, { icon:iconR, title:"DE BELFORT" })
        GEvent.addListener(marker0, "click", function() { ftx200810020=open('/hotels/france/paris/hotel-de-belfort.html','_fitxa200810020','') } );
        map.addOverlay(marker0);

		point = new GLatLng(48.8833, 2.3735);
		var marker1 = new GMarker(point, { icon:iconR, title:"ABRICOTEL" })
        GEvent.addListener(marker1, "click", function() { ftx200810021=open('/hotels/france/paris/hotel-abricotel.html','_fitxa200810021','') } );
        map.addOverlay(marker1);

		point = new GLatLng(48.8742, 2.4052);
		var marker2 = new GMarker(point, { icon:iconR, title:"LILAS GAMBETTA" })
        GEvent.addListener(marker2, "click", function() { ftx200810022=open('/hotels/france/paris/hotel-lilas-gambetta.html','_fitxa200810022','') } );
        map.addOverlay(marker2);

		point = new GLatLng(48.8739, 2.34998);
		var marker3 = new GMarker(point, { icon:iconR, title:"CARAVELLE" })
        GEvent.addListener(marker3, "click", function() { ftx200810023=open('/hotels/france/paris/hotel-caravelle.html','_fitxa200810023','') } );
        map.addOverlay(marker3);

		point = new GLatLng(48.8928, 2.3729);
		var marker4 = new GMarker(point, { icon:iconR, title:"PARIS VILLETTE" })
        GEvent.addListener(marker4, "click", function() { ftx200810024=open('/hotels/france/paris/hotel-paris-villette.html','_fitxa200810024','') } );
        map.addOverlay(marker4);

		point = new GLatLng(48.8783, 2.3582);
		var marker5 = new GMarker(point, { icon:iconR, title:"KUNTZ" })
        GEvent.addListener(marker5, "click", function() { ftx200810025=open('/hotels/france/paris/hotel-kuntz.html','_fitxa200810025','') } );
        map.addOverlay(marker5);

		point = new GLatLng(48.8303, 2.320433);
		var marker6 = new GMarker(point, { icon:iconR, title:"MONTPARNASSE ALESIA" })
        GEvent.addListener(marker6, "click", function() { ftx200810026=open('/hotels/france/paris/hotel-montparnasse-alesia.html','_fitxa200810026','') } );
        map.addOverlay(marker6);

		point = new GLatLng(48.88, 2.326291);
		var marker7 = new GMarker(point, { icon:iconR, title:"EUROPE - LIEGE" })
        GEvent.addListener(marker7, "click", function() { ftx200810027=open('/hotels/france/paris/hotel-europe-liege.html','_fitxa200810027','') } );
        map.addOverlay(marker7);

		point = new GLatLng(48.8837, 2.3285);
		var marker8 = new GMarker(point, { icon:iconR, title:"PLACE CLICHY" })
        GEvent.addListener(marker8, "click", function() { ftx200810028=open('/hotels/france/paris/hotel-place-clichy.html','_fitxa200810028','') } );
        map.addOverlay(marker8);
      }
    }
	function showMapaGran(i,hot_lat,hot_long)
	{
        location.href='#';

        var mapa = document.getElementById("mapa_"+i);
        var mapa2 = document.getElementById("mapa_barra_"+i);

		mapa.style.left=(parseInt(document.body.offsetWidth)/2).toFixed()-(parseInt(mapa.style.width)/2).toFixed();
		mapa.style.top=(parseInt(document.body.offsetHeight)/2).toFixed()-(parseInt(mapa.style.height)/2).toFixed();

		if (parseInt(mapa.style.top)>300) mapa.style.top=100;
        mapa2.style.width=document.body.offsetWidth-22;
        mapa2.style.height=document.body.offsetHeight;
        mapa.style.visibility = "visible";
        mapa2.style.visibility = "visible";
        loadMapaGran("mapa_"+i,hot_lat_gran,hot_long_gran);
	}
	function ocultaMapaGran(i)
	{
        var mapa = document.getElementById("mapa_"+i);
        var mapa2 = document.getElementById("mapa_barra_"+i);

        mapa.style.visibility = 'hidden';
        mapa2.style.visibility = "hidden";
	}
    var hot_lat_gran = 48.85679;
    var hot_long_gran = 2.35109;

//    var hot_lat_gran=42.424462;
//    var hot_long_gran=-8.63927;


	