var carte = new Mapstraction('carte','google');
carte.addSmallControls();
var firstPoint = new LatLonPoint(49.248198,4.04417);
carte.setCenterAndZoom(firstPoint, 12);
//carte.setMapType(Mapstraction.HYBRID);			
var marqueur = new LatLonPoint(49.237144,4.063195);
marqueur = new Marker(marqueur);
marqueur.setLabel("Reims Initiative");
marqueur.setInfoBubble("<strong>Pénière d'Entreprises Farman<\/strong><br \/>2 allée Albert Caquot<br \/>51686 REIMS Cedex 2");
carte.addMarker( marqueur );
