
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml">
<head>
    
	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
	<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
    <title>Google Maps</title>
    <script src="http://maps.google.com/maps?file=api&amp;v=2&amp;key=ABQIAAAAxIi-8Hj4xoSIpkmJgp-UhBQT_EmHU3o0SIvdhznY-56CW9ETcRSk75jDy_ViPD_xpJpD8EmfYKNCsQ" type="text/javascript"></script>
  </head>
  <body onunload="GUnload()">

    <div id="map" style="width: 600px; height: 600px"></div>
    <a href="../espace_proprietaire_menu_donnees.php">retour au site chambres-hotes-en-france</a>


    <noscript><b>JavaScript must be enabled in order for you to use Google Maps.</b> 
      However, it seems JavaScript is either disabled or not supported by your browser. 
      To view Google Maps, enable JavaScript by changing your browser options, and then 
      try again.
    </noscript>
 

    <script type="text/javascript">
    //<![CDATA[
    
    if (GBrowserIsCompatible()) { 

      // A function to create the marker and set up the event window
      // Dont try to unroll this function. It has to be here for the function closure
      // Each instance of the function preserves the contends of a different instance
      // of the "marker" and "html" variables which will be needed later when the event triggers.    
      function createMarker(point,html) {
        var marker = new GMarker(point);
        GEvent.addListener(marker, "click", function() {
          marker.openInfoWindowHtml(html);
        });
        return marker;
      }
   //var latitude 
	
    var latitude ='';
	var longitude ='';	
	
      // Display the map, with some controls and set the initial location 
      var map = new GMap2(document.getElementById("map"));
      map.addControl(new GLargeMapControl());
      map.addControl(new GMapTypeControl());
      map.setCenter(new GLatLng(latitude,longitude), 16);
    
      // Set up three markers with info windows 
    
           var point = new GLatLng(latitude,longitude);
      var marker = createMarker(point,'<div style="width:450px"><br><br> <br><br> - <br>tel:<br><br>visiter <a href="">Le site</a><br><a href=""target="_blank"><img src="" width="80" height="60" border="0"></a><br> </div>')
      map.addOverlay(marker);
	  
	  }
    
    // display a warning if the browser was not compatible
    else {
      alert("Sorry, the Google Maps API is not compatible with this browser");
    }

    // This Javascript is based on code provided by the
    // Blackpool Community Church Javascript Team
    // http://www.commchurch.freeserve.co.uk/   
    // http://econym.googlepages.com/index.htm

    //]]>
    </script>
	
  </body>

</html>
