var map_arkhangelsk = {
	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: [64.546006, 40.552511],
			title: 'Arkhangelsk',
			description: '',
			icon: 'http://www.nordictravel.ru/img/photo_icon.png',
			template: 'special',
			events: {
				click: ''
			}
		},
		{
			place: [64.453822, 40.939929],
			title: 'Malie Korely',
			description: '',
			icon: 'http://www.nordictravel.ru/img/photo_icon.png',
			template: 'special',
			events: {
				click: 'http://nordictravel.ru/arkhangelsk/m_karely.html'
			}
		},
		{
			place: [61.776370, 38.038788],
			title: 'National Park "Kenozersky"',
			description: '',
			icon: 'http://www.nordictravel.ru/img/photo_icon.png',
			template: 'special',
			events: {
				click: 'http://nordictravel.ru/arkhangelsk/kenozersky.html'
			}
		},
		{
			place: [67.672589, 53.095322],
			title: 'Nenets Region',
			description: '',
			icon: 'http://www.nordictravel.ru/img/photo_icon.png',
			template: 'special',
			events: {
				click: 'http://nordictravel.ru/arkhangelsk/nenets_region.html'
			}
		},
		{
			place: [61.508204, 38.946362],
			title: 'Kargopol',
			description: '',
			icon: 'http://www.nordictravel.ru/img/photo_icon.png',
			template: 'special',
			events: {
				click: 'http://nordictravel.ru/arkhangelsk/kargopol.html'
			}
		},
		{
			place: [64.225343, 41.652775],
			title: 'Kholmogory',
			description: '',
			icon: 'http://www.nordictravel.ru/img/photo_icon.png',
			template: 'special',
			events: {
				click: ''
			}
		},
		{
			place: [63.598411, 41.624129],
			title: 'Siysky Monastery',
			description: '',
			icon: 'http://www.nordictravel.ru/img/photo_icon.png',
			template: 'special',
			events: {
				click: 'http://nordictravel.ru/arkhangelsk/siysky.html'
			}
		},
		{
			place: [64.596809, 40.700397],
			title: 'Arkhangelsk Airport',
			description: '',
			icon: 'http://maps.google.com/mapfiles/kml/pal2/icon56.png',
			alt: 'Arkhangelsk Airport',
			template: 'special',
			events: {
				click: ''
			}
		}
	]
}


	

