var map_regions_general = {
	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/murmansk/index.html'
			}
		},
		{
			place: [55.752127, 37.617209],
			title: 'Moscow',
			description: '',
			icon: 'http://www.nordictravel.ru/img/photo_icon.png',
			template: 'special',
			events: {
				click: 'http://nordictravel.ru/moscow/index.html'
			}
		},
		{
			place: [59.934118, 30.334153],
			title: 'St.Petersburg',
			description: '',
			icon: 'http://www.nordictravel.ru/img/photo_icon.png',
			template: 'special',
			events: {
				click: 'http://nordictravel.ru/petersburg/index.html'
			}
		},
		{
			place: [61.788156, 34.354763],
			title: 'Karelia',
			description: '',
			icon: 'http://www.nordictravel.ru/img/photo_icon.png',
			template: 'special',
			events: {
				click: 'http://nordictravel.ru/page/index.html'
			}
		},
		{
			place: [58.521224, 31.274300],
			title: 'Novgorod Region',
			description: '',
			icon: 'http://www.nordictravel.ru/img/photo_icon.png',
			template: 'special',
			events: {
				click: 'http://nordictravel.ru/novgorod/index.html'
			}
		},
		{
			place: [57.815504, 28.328247],
			title: 'Pskov Region',
			description: '',
			icon: 'http://www.nordictravel.ru/img/photo_icon.png',
			template: 'special',
			events: {
				click: 'http://nordictravel.ru/pskov/index.html'
			}
		},
		{
			place: [59.996239, 32.255859],
			title: 'Leningrad Region',
			description: '',
			icon: 'http://www.nordictravel.ru/img/photo_icon.png',
			template: 'special',
			events: {
				click: 'http://nordictravel.ru/leningrad/index.html'
			}
		},
		{
			place: [64.553161, 40.550537],
			title: 'Arkhangelsk Region',
			description: '',
			icon: 'http://www.nordictravel.ru/img/photo_icon.png',
			template: 'special',
			events: {
				click: 'http://nordictravel.ru/arkhangelsk/index.html'
			}
		},
		{
			place: [74.683250, 43.242188],
			title: 'Arctic',
			description: '',
			icon: 'http://www.nordictravel.ru/img/photo_icon.png',
			template: 'special',
			events: {
				click: 'http://nordictravel.ru/arctic/index.html'
			}
		},
		{
			place: [53.493275, 156.928711],
			title: 'Far East',
			description: '',
			icon: 'http://www.nordictravel.ru/img/photo_icon.png',
			template: 'special',
			events: {
				click: 'http://nordictravel.ru/fareast/index.html'
			}
		},
		{
			place: [59.209688, 39.869385],
			title: 'Vologda Region',
			description: '',
			icon: 'http://www.nordictravel.ru/img/photo_icon.png',
			template: 'special',
			events: {
				click: 'http://nordictravel.ru/vologda/index.html'
			}
		}
	]
}


	

