var hotels_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: [67.672589, 53.095322],
			title: 'Naryan-Mar',
			description: '',
			icon: 'http://www.nordictravel.ru/img/photo_icon.png',
			template: 'special',
			events: {
				click: 'http://nordictravel.ru/arkhangelsk/nenets_region.html'
			}
		},
		{
			place: [64.541302, 40.511055],
			title: 'Purnavolok Hotel',
			description: 'The hotel is located in the administrative and cultural center of the city, on the bank of the Dvina River.',
			events: {
				click: 'http://nordictravel.ru/arkhangelsk/pur_navolok.html'
			}
		},
		{
			place: [64.570305, 40.523136],
			title: 'Meridian Hotel',
			description: 'Hotel Meridian is situated in a peaceful, quiet area not far from the city centre.',
			events: {
				click: 'http://nordictravel.ru/arkhangelsk/meridian.html'
			}
		},
		{
			place: [64.535629, 40.522953],
			title: 'Dvina Hotel',
			description: 'The hotel is situated in the exact center of Arkhangelsk near the embankment of the Dvina River.',
			events: {
				click: 'http://nordictravel.ru/arkhangelsk/dvina.html'
			}
		},
		{
			place: [61.513281, 38.960781],
			title: 'Kargopol Hotel',
			description: 'The "Kargopol" Hotel is located in the centre of ancient Russian city Kargopol.',
			events: {
				click: 'http://nordictravel.ru/arkhangelsk/hotel_kargopol.html'
			}
		},
		{
			place: [64.452175, 40.931432],
			title: 'Malie Karely Hotel',
			description: 'Hotel "Malye Korely" is located at the distance of 25 km from the center of Arkhangelsk and near the State museum of wooden architecture and folk arts.',
			events: {
				click: 'http://nordictravel.ru/arkhangelsk/hotel_karely.html'
			}
		},
		{
			place: [64.550828, 40.574237],
			title: 'Arkhangelsk Train Station',
			description: '',
			icon: 'http://www.nordictravel.ru/img/train_icon.png',
			alt: 'Train Station',
			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: [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: [64.547924, 40.577102],
			title: 'Central Bus Station',
			description: '',
			icon: 'http://www.nordictravel.ru/img/bus_icon.png',
			alt: 'Central Bus Station',
			template: 'special',
			events: {
				click: ''
			}
		},
		{
			place: [64.596809, 40.700397],
			title: 'Arkhangelsk Airport',
			description: '',
			icon: 'http://maps.google.com/mapfiles/kml/pal2/icon56.png',
			alt: 'Murmansk Airport',
			template: 'special',
			events: {
				click: ''
			}
		}
	]
}


	

