window.onload = function() {
	
	if(document.getElementById("map")) {

		if (GBrowserIsCompatible()) {
			var map = new GMap2(document.getElementById("map"));
			var html = '<b>Demeuzois Automobiles<br/>M.C.L sarl</b><br />3 rue du Bourg<br />71710 MARMAGNE<br /><br />T&eacute;l : (33)03 85 78 32 41<br />Port : 06 62 58 27 07<br />Port : 06 85 83 40 07';
			map.setCenter(new GLatLng(46.83649,4.359813), 16);
			map.openInfoWindowHtml(map.getCenter(), html);
			/*map.openInfoWindow(map.getCenter(),
				document.createTextNode("Demeuzois Automobiles"));*/
		}

	}

}
