var hotels_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: ''
			}
		},
		{
			place: [68.959754, 33.077731],
			title: 'Polyarnie Zori Hotel',
			description: '<img src=/murmansk/zori_business1small.jpg width=60 height=50 align="left" hspace="3" vspace="0" alt="Polyarnie Zori Hotel">The 3* hotel "Polyarnie Zori" is located in the centre of Murmansk, not far from the train station.',
			events: {
				click: 'http://nordictravel.ru/murmansk/zori.html'
			}
		},
		{
			place: [68.971084, 33.076701],
			title: 'Arctica Hotel',
			description: '16-storeyed building in the very centre of Murmansk, 100 meters of the railway and bus stations.',
			events: {
				click: 'http://nordictravel.ru/murmansk/arctica.html'
			}
		},
		{
			place: [68.970006, 33.071809],
			title: 'Meridian Hotel',
			description: 'The hotel is located in the center of Murmansk.',
			events: {
				click: 'http://nordictravel.ru/murmansk/meridian.html'
			}
		},
		{
			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.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: [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: ''
			}
		}
	]
}


	

