var mapSimpleEntreprise;
window.onload = function(){
	var optionMapActive = {
	    scroll:false,
	    doubleClick:true
	}	 
	var optionMapControle = {
	    large:false,
	    small:true,
	    zoom:false,
	    scale:true,
	    controltype:false,
	    miniMap:false
	}
	 
	var icone = {
	    img:"http://www.woodeos.com/themes/prestashop/img/integration/fr/logo_woodeos.png",
	    width: 110,
	    height : 60,
	    x: 50,
	    y: 35
	}
	mapSimpleEntreprise = new Map("mapSimpleEntreprise",optionMapActive,optionMapControle);
	//ajout d'un marker (texte), lat, long, zoom,icone)
	mapSimpleEntreprise.LocaliseEntreprise("<div style='text-align:center;'>WOODEOS<br/>9, rue de l'Eglise<br/>91420 MORANGIS<br/>FRANCE</div>" , 48.70605763589367, 2.339315414428711, 15,icone);
}
