<?xml version="1.0" encoding="ISO-8859-1" ?>
<feed xmlns="http://www.w3.org/2005/Atom">

	<title>NIL - Nettoyage industriel</title>
	<id>http://www.nettoyage-nil.com/</id>
	<description>Nettoyage industriel</description>
	<updated>2010-03-10T20:50:20+01:00</updated>



  <entry>
	<title>Entretien des bateaux de plaisance</title> 
	<link href="http://www.nettoyage-nil.com/?21-entretien-des-bateaux-de-plaisance" /> 
	<update>2010-03-10T20:50:20+01:00</update>
	<summary><![CDATA[
		
10-03-2010 - Entretien des Bateaux de plaisance
	]]></summary> 
  </entry>
  <entry>
	<title>Attaché(e) commercial(e) </title> 
	<link href="http://www.nettoyage-nil.com/?20-" /> 
	<update>2010-03-08T12:17:49+01:00</update>
	<summary><![CDATA[
		Commercial CDI Secteur Vend&eacute;e et limitrophe- A partir de : 1 mai 2010- type de contrat : CDI- Exp&eacute;rience souhait&eacute;e
&nbsp;
	]]></summary> 
  </entry>
  <entry>
	<title>Portraits</title> 
	<link href="http://www.nettoyage-nil.com/?18-portraits" /> 
	<update>2010-02-16T17:17:45+01:00</update>
	<summary><![CDATA[
		portraits
	]]></summary> 
  </entry>
  <entry>
	<title>Formation</title> 
	<link href="http://www.nettoyage-nil.com/?17-formation" /> 
	<update>2010-02-16T17:16:30+01:00</update>
	<summary><![CDATA[
		Formation
	]]></summary> 
  </entry>
  <entry>
	<title>Où nous trouver ?</title> 
	<link href="http://www.nettoyage-nil.com/?13-situation" /> 
	<update>2008-12-17T15:40:22+01:00</update>
	<summary><![CDATA[
		&nbsp;





		
	var map = null;
	var geocoder = null;
	var directionsPanel;
	var directions;

	load();
	
	function load() {
		if (GBrowserIsCompatible()) {
			map = new GMap2(document.getElementById("map"));
			
			// définit la position de la carte
			//map.setCenter(new GLatLng(46.5184, -1.781), 8);
			map.setCenter(new GLatLng(46.5693971, -1.7193575), 10);
			
			// ajoute les contrôles permettant le déplacement et le zoom
			map.addControl(new GSmallMapControl());

			// ajoute le contrôle "Plan, Satellite, Mixte 
			map.addControl(new GMapTypeControl());
				
			geocoder = new GClientGeocoder();

			// sert a afficher la direction
			directionsPanel = document.getElementById("route");
			directions = new GDirections(map, directionsPanel);
				
			// defini les icones
			var baseIcon = new GIcon(G_DEFAULT_ICON);
			baseIcon.shadow = "nil/images/markerNil.jpg";
		    baseIcon.iconSize = new GSize(52, 70);
		    baseIcon.shadowSize = new GSize(50, 48);
		    baseIcon.iconAnchor = new GPoint(26, 70);
		    baseIcon.infoWindowAnchor = new GPoint(50, 2);
			
			
		

	function creerMarker(point, onglet1, onglet2) {
		// Create a lettered icon for this point using our icon class
	    var Icon = new GIcon(baseIcon);
	    Icon.image = "nil/images/markerNil.png";

	    // Set up our GMarkerOptions object
	    markerOptions = { icon:Icon };
	    var marker = new GMarker(point, markerOptions);
		var infoTabs = [ new GInfoWindowTab("Infos", onglet1) ];
		GEvent.addListener(marker, "click", function() {
		marker.openInfoWindowTabsHtml(infoTabs);
	});
		      return marker;
		      }
		 
	        GDownloadUrl("donnees.xml", function(data) {
	          var xml = GXml.parse(data);
	          var markers = xml.documentElement.getElementsByTagName("marker");
	          for (var i = 0; i < markers.length; i++) {
	            var point = new GLatLng(parseFloat(markers[i].getAttribute("lat")), parseFloat(markers[i].getAttribute("lng")), 9);
	        	var marker = creerMarker(point, markers[i].getAttribute("info"), markers[i].getAttribute("details") );
		        map.addOverlay(marker);
	          }
		      });
		}
	}
			 


		

	function afficherAdresse(address) {
		if (geocoder) {
			geocoder.getLatLng(address,	function(point) {
												if (!point) {
													alert(address + " introuvable");
												} else {
													map.setCenter(point, 13);
													var marker = new GMarker(point);
													map.addOverlay(marker);
													marker.openInfoWindowHtml(address+" -lat:"+point);
												}
											}
			);
		}
	}

	function showIti(adresse){
		//alert(adresse);
		directions.load("from: "+adresse+" to: 17 rue Clément Ader, 85340 Olonne sur mer");
		/*if(adresse!="") document.getElementById('cacheMap').style.display = "none";*/
	}



votre ville :   		 

	]]></summary> 
  </entry>
</feed>

