var map_pskov = {
	template: {
                    _default: {
                        url: '/templates/maptooltips/common.tpl',
                        shift: [12, 22]                        
                    },
                    special: {
                      url: '/templates/maptooltips/simple.tpl',
                        shift: [12, 5]
                    }
                },
	icon: {
		image: 'http://www.nordictravel.ru/img/marker-hotel-b.png',
		width: 23,
		height: 23
	},
	centre: {
		place: [67.784335, 34.936523],
		scale: 12
	},
	map_type: 'G_HYBRID_MAP',
	controls: [
		'GSmallMapControl',
		'GMapTypeControl',
		'GScaleControl'
	],
	events: {
		mouseover: 'tooltip',
		click: 'http://nordictravel.ru',
		mouseout: 'hidetooltips'
	},
	objects : [

		{
			place: [57.826291, 28.333397],
			title: 'Pskov',
			description: '',
			icon: 'http://www.nordictravel.ru/img/photo_icon.png',
			template: 'special',
			events: {
				click: 'http://nordictravel.ru/pskov/pskov.html'
			}
		},
		{
			place: [57.710332, 27.860920],
			title: 'Izborsk Fortress',
			description: '',
			icon: 'http://www.nordictravel.ru/img/photo_icon.png',
			template: 'special',
			events: {
				click: 'http://nordictravel.ru/pskov/izborsk.html'
			}
		},
		{
			place: [57.810343, 27.614951],
			title: 'Pechersky Monastery',
			description: '',
			icon: 'http://www.nordictravel.ru/img/photo_icon.png',
			template: 'special',
			events: {
				click: 'http://nordictravel.ru/pskov/pechory.html'
			}
		},
		{
			place: [57.821275, 28.329889],
			title: 'Pskov Kremlin',
			description: '',
			icon: 'http://www.nordictravel.ru/img/photo_icon.png',
			template: 'special',
			events: {
				click: 'http://nordictravel.ru/pskov/pskov.html'
			}
		},
		{
			place: [57.806482, 28.328993],
			title: 'Mirozhsky Monastery',
			description: '',
			icon: 'http://www.nordictravel.ru/img/photo_icon.png',
			template: 'special',
			events: {
				click: 'http://nordictravel.ru/pskov/pskov.html'
			}
		},
		{
			place: [57.804324, 28.362322],
			title: 'Pskov Train Station',
			description: '',
			icon: 'http://www.nordictravel.ru/img/train_icon.png',
			alt: 'Train Station',
			template: 'special',
			events: {
				click: ''
			}
		},
		{
			place: [57.802375, 28.358760],
			title: 'Pskov Bus Station',
			description: '',
			icon: 'http://www.nordictravel.ru/img/bus_icon.png',
			alt: 'Murmansk Airport',
			template: 'special',
			events: {
				click: ''
			}
		}
	]
}


	
