var hotels_novgorod = {
	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: [59.934118, 30.334153],
		scale: 12
	},
	map_type: 'G_SATTELITE_MAP',
	controls: [
		'GSmallMapControl',
		'GMapTypeControl',
		'GScaleControl'
	],
	events: {
		mouseover: 'tooltip',
		click: 'http://nordictravel.ru',
		mouseout: 'hidetooltips'
	},
	objects : [

		{
			place: [58.523330, 31.266661],
			title: 'Volkhov Hotel',
			description: '<img src=/novgorod/volkhov_small.jpg width=60 height=50 align="left" hspace="3" vspace="0" alt="Volkhov Hotel">This 3* hotel is situated right in the center of Novgorod, a few steps from Novgorod Kremlin',
			events: {
				click: 'http://nordictravel.ru/novgorod/volkhov.html'
			}
		},
		{
			place: [58.531038, 31.280565],
			title: 'Inturist Hotel',
			description: '<img src=intourist_small.jpg width=60 height=50 align="left" hspace="3" vspace="0" alt="Inturist Hotel">The 3* hotel is situated not far from Novgorod Kremlin.',
			events: {
				click: 'http://nordictravel.ru/novgorod/intourist.html'
			}
		},

		{
			place: [58.536280, 31.292067],
			title: 'Beresta Palace Hotel',
			description: '<img src=/novgorod/beresta2small.jpg width=60 height=50 align="left" hspace="3" vspace="0" alt="Beresta Palace Hotel">The 4* "Beresta Palace" hotel is located by the Volkhov River.',
			events: {
				click: 'http://nordictravel.ru/novgorod/beresta.html'
			}
		},
		{
			place: [58.520955, 31.274986],
			title: 'Novgorod Kremlin',
			description: '',
			icon: 'http://www.nordictravel.ru/img/photo_icon.png',
			template: 'special',
			events: {
				click: 'http://nordictravel.ru/novgorod/kremlin.html'
			}
		},
		{
			place: [58.517459, 31.284771],
			title: 'Yaroslav\'s Courtyard ',
			description: '',
			icon: 'http://www.nordictravel.ru/img/photo_icon.png',
			template: 'special',
			events: {
				click: 'http://nordictravel.ru/novgorod/courtyard.html'
			}
		},
		{
			place: [58.487162, 31.285458],
			title: 'St. Yury\'s Monastery',
			description: '',
			icon: 'http://www.nordictravel.ru/img/photo_icon.png',
			template: 'special',
			events: {
				click: 'http://nordictravel.ru/novgorod/yury.html'
			}
		},
		{
			place: [58.490195, 31.275330],
			title: 'Vitoslavitsy Museum of Wooden Architecture',
			description: '',
			icon: 'http://www.nordictravel.ru/img/photo_icon.png',
			template: 'special',
			events: {
				click: 'http://nordictravel.ru/novgorod/vitoslavitsy.html'
			}
		},
		{
			place: [58.524585, 31.251211],
			title: 'Novgorod Bus Station',
			description: '',
			icon: 'http://www.nordictravel.ru/img/bus_icon.png',
			alt: 'Central Bus Station',
			template: 'special',
			events: {
				click: ''
			}
		},
		{
			place: [58.526153, 31.250010],
			title: 'Novgorod Train Station',
			description: '',
			icon: 'http://www.nordictravel.ru/img/train_icon.png',
			alt: 'Train Station',
			template: 'special',
			events: {
				click: ''
			}
		}
	]
}


	
