var map_vologda = {
	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: [59.545457, 38.869629],
		scale: 7
	},
	map_type: 'G_HYBRID_MAP',
	controls: [
		'GSmallMapControl',
		'GMapTypeControl',
		'GScaleControl'
	],
	events: {
		mouseover: 'tooltip',
		click: 'http://nordictravel.ru',
		mouseout: 'hidetooltips'
	},
	objects : [

		
		{
			place: [59.216014, 39.876981],
			title: 'Vologda',
			description: '',
			icon: 'http://www.nordictravel.ru/img/photo_icon.png',
			template: 'special',
			events: {
				click: 'http://nordictravel.ru/vologda/vologda.html'
			}
		},
		{
			place: [59.870718, 38.258171],
			title: 'Goritsy',
			description: '',
			icon: 'http://www.nordictravel.ru/img/photo_icon.png',
			template: 'special',
			events: {
				click: ''
			}
		},
		{
			place: [59.857403, 38.367605],
			title: 'Kirillo-Belozersk Monastery',
			description: '',
			icon: 'http://www.nordictravel.ru/img/photo_icon.png',
			template: 'special',
			events: {
				click: 'http://nordictravel.ru/vologda/kirillov.html'
			}
		},
		{
			place: [59.872743, 38.320827],
			title: 'National Park "Russian North"',
			description: '',
			icon: 'http://www.nordictravel.ru/img/photo_icon.png',
			template: 'special',
			events: {
				click: 'http://nordictravel.ru/vologda/russian_north.html'
			}
		},
		{
			place: [59.951400, 38.581581],
			title: 'Ferapontov Monastery',
			description: '',
			icon: 'http://www.nordictravel.ru/img/photo_icon.png',
			template: 'special',
			events: {
				click: 'http://nordictravel.ru/vologda/ferapontov.html'
			}
		},
		{
			place: [59.282364, 39.938972],
			title: 'Vologda Airport',
			description: '',
			icon: 'http://maps.google.com/mapfiles/kml/pal2/icon56.png',
			alt: 'Vologda Airport',
			template: 'special',
			events: {
				click: ''
			}
		}
	]
}


	

