/*
 * File: xds_index.js
 * Date: Wed Dec 01 2010 11:17:07 GMT+0100 (Romance Standard Time)
 * 
 * This file was generated by Ext Designer version xds-1.0.2.14.
 * http://www.extjs.com/products/designer/
 *
 * This file will be auto-generated each and everytime you export.
 *
 * Do NOT hand edit this file.
 */
Ext.onReady(function() {
   
var ct = new Ext.Panel({
	renderTo:'lacarto',
	frame:true,
	title:'Itineraire',
	width:500,
	height:400,
	layout:'form',
	items: {
			xtype: 'gmappanel',
			zoomLevel: 12,
			gmapType: 'map',
			mapConfOpts: ['enableScrollWheelZoom','enableDoubleClickZoom','enableDragging'],
			mapControls: ['GSmallMapControl','GMapTypeControl','NonExistantControl'],
			setCenter: {
				geoCodeAddr: '21 Avenue Maurice Thorez, Port-de-Bouc, France',
				marker: {title: 'Avenue principale de PORT DE BOUC (Avenue Maurice Thorez)'}
			},
			markers: [{
				lat: 43.422300,
				lng: 4.978000,
				marker: {title: 'Restaurant Les Délices du Musée'},
				listeners: {
					click: function(e){
						Ext.Msg.alert('Les Délices du Musée', 'Les pros de votre plaisir gastronmique');
					}
				}
			}]
		}
		});
    
});
   


