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

		{
			place: [68.970668, 33.074845],
			title: 'Murmansk',
			description: '',
			icon: 'http://www.nordictravel.ru/img/photo_icon.png',
			template: 'special',
			events: {
				click: ''
			}
		},
		{
			place: [73.192107, 55.156860],
			title: 'Novaya Zemlya (New Land)',
			description: '',
			icon: 'http://www.nordictravel.ru/img/photo_icon.png',
			template: 'special',
			events: {
				click: 'http://nordictravel.ru/arctic/new_land.html'
			}
		},
		{
			place: [79.464560, 97.119141],
			title: 'Severnaya Zemlya (Northern Land)',
			description: '',
			icon: 'http://www.nordictravel.ru/img/photo_icon.png',
			template: 'special',
			events: {
				click: 'http://nordictravel.ru/arctic/severnaya_zemlya.html'
			}
		},
		{
			place: [78.807099, 16.875000],
			title: 'Spitsbergen (Svalbard)',
			description: '',
			icon: 'http://www.nordictravel.ru/img/photo_icon.png',
			template: 'special',
			events: {
				click: 'http://nordictravel.ru/arctic/spitsbergen.html'
			}
		},
		{
			place: [69.096804, 49.086914],
			title: 'Kolguev Osland',
			description: '',
			icon: 'http://www.nordictravel.ru/img/photo_icon.png',
			template: 'special',
			events: {
				click: ''
			}
		},
		{
			place: [68.616534, 43.406982],
			title: 'Kanin Nos Cape',
			description: '',
			icon: 'http://www.nordictravel.ru/img/photo_icon.png',
			template: 'special',
			events: {
				click: ''
			}
		},
		{
			place: [80.640605, 55.568848],
			title: 'Franz Josef Land',
			description: '',
			icon: 'http://www.nordictravel.ru/img/photo_icon.png',
			template: 'special',
			events: {
				click: 'http://nordictravel.ru/arctic/fjl_area.html'
			}
		},
		{
			place: [90.000000, 0.000000],
			title: 'North Pole',
			description: '',
			icon: 'http://www.nordictravel.ru/img/photo_icon.png',
			template: 'special',
			events: {
				click: 'http://nordictravel.ru/arctic/northpole.html'
			}
		},
		{
			place: [65.024190, 35.709343],
			title: 'Solovetsky Island',
			description: '',
			icon: 'http://www.nordictravel.ru/img/photo_icon.png',
			template: 'special',
			events: {
				click: 'http://nordictravel.ru/page/solovetsky.html'
			}
		},
		{
			place: [64.543062, 40.537062],
			title: 'Arkhangelsk',
			description: '',
			icon: 'http://www.nordictravel.ru/img/photo_icon.png',
			template: 'special',
			events: {
				click: ''
			}
		}
	]
}


	
