var map_murmansk = {
	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: [68.970668, 33.074845],
			title: 'Murmansk',
			description: '',
			icon: 'http://www.nordictravel.ru/img/photo_icon.png',
			template: 'special',
			events: {
				click: 'http://nordictravel.ru/murmansk/murmansk.html'
			}
		},
		{
			place: [68.992844, 33.088481],
			title: 'Murmansk Oceanarium',
			description: '',
			icon: 'http://www.nordictravel.ru/img/photo_icon.png',
			template: 'special',
			events: {
				click: ''
			}
		},
		{
			place: [68.943409, 33.069116],
			title: 'St. Nicholas Cathedral',
			description: '',
			icon: 'http://www.nordictravel.ru/img/photo_icon.png',
			template: 'special',
			events: {
				click: ''
			}
		},
		{
			place: [67.579410, 33.389168],
			title: 'Apatity',
			description: '',
			icon: 'http://www.nordictravel.ru/img/photo_icon.png',
			template: 'special',
			events: {
				click: ''
			}
		},
		{
			place: [67.661474, 33.491821],
			title: 'Khibiny Mountains',
			description: '',
			icon: 'http://www.nordictravel.ru/img/photo_icon.png',
			template: 'special',
			events: {
				click: 'http://nordictravel.ru/murmansk/khibiny.html'
			}
		},
		{
			place: [67.657886, 33.725624],
			title: 'Kirovsk',
			description: '',
			icon: 'http://www.nordictravel.ru/img/photo_icon.png',
			template: 'special',
			events: {
				click: ''
			}
		},
		{
			place: [67.160179, 32.417564],
			title: 'Kandalaksha',
			description: '',
			icon: 'http://www.nordictravel.ru/img/photo_icon.png',
			template: 'special',
			events: {
				click: 'http://nordictravel.ru/murmansk/kandalaksha.html'
			}
		},
		{
			place: [66.071546, 38.641663],
			title: 'Mouth of the Strelna River',
			description: '',
			icon: 'http://www.nordictravel.ru/img/photo_icon.png',
			template: 'special',
			events: {
				click: ''
			}
		},
		{
			place: [67.018690, 41.224823],
			title: 'Mouth of the Ponoy River',
			description: '',
			icon: 'http://www.nordictravel.ru/img/photo_icon.png',
			template: 'special',
			events: {
				click: ''
			}
		},
		{
			place: [68.010399, 39.686050],
			title: 'Mouth of the Iokanga River',
			description: '',
			icon: 'http://www.nordictravel.ru/img/photo_icon.png',
			template: 'special',
			events: {
				click: ''
			}
		},
		{
			place: [66.697048, 34.348068],
			title: 'Umba',
			description: '',
			icon: 'http://www.nordictravel.ru/img/photo_icon.png',
			template: 'special',
			events: {
				click: ''
			}
		},
		{
			place: [67.938349, 32.914352],
			title: 'Monchegorsk',
			description: '',
			icon: 'http://www.nordictravel.ru/img/photo_icon.png',
			template: 'special',
			events: {
				click: ''
			}
		},
		{
			place: [66.266304, 36.938782],
			title: 'Mouth of the Varzuga River',
			description: '',
			icon: 'http://www.nordictravel.ru/img/photo_icon.png',
			template: 'special',
			events: {
				click: ''
			}
		},
		{
			place: [68.006568, 35.017891],
			title: 'Lovozero',
			description: '',
			icon: 'http://www.nordictravel.ru/img/photo_icon.png',
			template: 'special',
			events: {
				click: 'http://nordictravel.ru/murmansk/lovozero.html'
			}
		},
		{
			place: [67.814171, 34.843140],
			title: 'Seidozero',
			description: '',
			icon: 'http://www.nordictravel.ru/img/photo_icon.png',
			template: 'special',
			events: {
				click: ''
			}
		},
		{
			place: [67.916107, 35.001755],
			title: 'Vavnbed Mountain',
			description: '',
			icon: 'http://www.nordictravel.ru/img/photo_icon.png',
			template: 'special',
			events: {
				click: ''
			}
		},
		{
			place: [68.971919,33.070221],
			title: 'Murmansk Train Station',
			description: '',
			icon: 'http://www.nordictravel.ru/img/train_icon.png',
			alt: 'Train Station',
			template: 'special',
			events: {
				click: ''
			}
		},
		{
			place: [68.845125, 32.943535],
			title: 'Murmansk Airport',
			description: '',
			icon: 'http://maps.google.com/mapfiles/kml/pal2/icon56.png',
			alt: 'Murmansk Airport',
			template: 'special',
			events: {
				click: ''
			}
		}
	]
}


	
