var map_regions_general_fin = {
	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-o.png',
		width: 23,
		height: 23
	},
	centre: {
		place: [67.609221, 102.304688],
		scale: 2
	},
	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: 'http://nordictravel.ru/fin/murmansk/index.html'
			}
		},
		{
			place: [55.752127, 37.617209],
			title: 'Moskova',
			description: '',
			icon: 'http://www.nordictravel.ru/img/photo_icon.png',
			template: 'special',
			events: {
				click: 'http://nordictravel.ru/fin/moscow/index.html'
			}
		},
		{
			place: [59.934118, 30.334153],
			title: 'Pietari',
			description: '',
			icon: 'http://www.nordictravel.ru/img/photo_icon.png',
			template: 'special',
			events: {
				click: 'http://nordictravel.ru/fin/petersburg/index.html'
			}
		},
		{
			place: [61.788156, 34.354763],
			title: 'Karjala',
			description: '',
			icon: 'http://www.nordictravel.ru/img/photo_icon.png',
			template: 'special',
			events: {
				click: 'http://nordictravel.ru/fin/index_karelia.html'
			}
		},
		{
			place: [58.521224, 31.274300],
			title: 'Novgorodin Alue',
			description: '',
			icon: 'http://www.nordictravel.ru/img/photo_icon.png',
			template: 'special',
			events: {
				click: 'http://nordictravel.ru/fin/novgorod/index.html'
			}
		},
		{
			place: [57.815504, 28.328247],
			title: 'Pihkovan Alue',
			description: '',
			icon: 'http://www.nordictravel.ru/img/photo_icon.png',
			template: 'special',
			events: {
				click: 'http://nordictravel.ru/fin/pskov/index.html'
			}
		},
		{
			place: [59.996239, 32.255859],
			title: 'Leningradin Alue',
			description: '',
			icon: 'http://www.nordictravel.ru/img/photo_icon.png',
			template: 'special',
			events: {
				click: 'http://nordictravel.ru/fin/leningrad/index.html'
			}
		},
		{
			place: [64.553161, 40.550537],
			title: 'Arkangelin Alue',
			description: '',
			icon: 'http://www.nordictravel.ru/img/photo_icon.png',
			template: 'special',
			events: {
				click: 'http://nordictravel.ru/fin/arkhangelsk/index.html'
			}
		},
		{
			place: [74.683250, 43.242188],
			title: 'Arktinen Alue',
			description: '',
			icon: 'http://www.nordictravel.ru/img/photo_icon.png',
			template: 'special',
			events: {
				click: 'http://nordictravel.ru/fin/arctic/index.html'
			}
		},
		{
			place: [53.493275, 156.928711],
			title: 'Kauko-It&auml;',
			description: '',
			icon: 'http://www.nordictravel.ru/img/photo_icon.png',
			template: 'special',
			events: {
				click: 'http://nordictravel.ru/fin/fareast/index.html'
			}
		},
		{
			place: [59.209688, 39.869385],
			title: 'Vologdan Alue',
			description: '',
			icon: 'http://www.nordictravel.ru/img/photo_icon.png',
			template: 'special',
			events: {
				click: 'http://nordictravel.ru/fin/vologda/index.html'
			}
		}
	]
}


	

