var map_golden = {
	template: {
                    _default: {
                        url: '/templates/maptooltips/common.tpl',
                        shift: [12, 0]                        
                    },
                    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: [56.809901, 38.732300],
		scale: 6
	},
	map_type: 'G_HYBRID_MAP',
	controls: [
		'GSmallMapControl',
		'GMapTypeControl',
		'GScaleControl'
	],
	events: {
		mouseover: 'tooltip',
		click: 'http://nordictravel.ru',
		mouseout: 'hidetooltips'
	},
	objects : [

		{
			place: [57.631940, 39.887667],
			title: 'Yaroslavl',
			description: '',
			icon: 'http://www.nordictravel.ru/img/photo_icon.png',
			template: 'special',
			events: {
				click: 'http://nordictravel.ru/golden/yaroslavl.html'
			}
		},
		{
			place: [56.135866, 40.380378],
			title: 'Vladimir',
			description: '',
			icon: 'http://www.nordictravel.ru/img/photo_icon.png',
			template: 'special',
			events: {
				click: 'http://nordictravel.ru/golden/vladimir.html'
			}
		},
		{
			place: [56.418530, 40.440373],
			title: 'Suzdal',
			description: '',
			icon: 'http://www.nordictravel.ru/img/photo_icon.png',
			template: 'special',
			events: {
				click: 'http://nordictravel.ru/golden/suzdal.html'
			}
		},
		{
			place: [56.310943, 38.131185],
			title: 'Sergiev Posad',
			description: '',
			icon: 'http://www.nordictravel.ru/img/photo_icon.png',
			template: 'special',
			events: {
				click: 'http://nordictravel.ru/golden/sergiev_posad.html'
			}
		},
		{
			place: [57.199760, 39.455509],
			title: 'Rostov Velikiy',
			description: '',
			icon: 'http://www.nordictravel.ru/img/photo_icon.png',
			template: 'special',
			events: {
				click: 'http://nordictravel.ru/golden/rostov.html'
			}
		},
		{
			place: [55.750980, 37.616415],
			title: 'Moscow',
			description: '',
			icon: 'http://www.nordictravel.ru/img/photo_icon.png',
			template: 'special',
			events: {
				click: 'http://nordictravel.ru/moscow/index.html'
			}
		},
		{
			place: [57.776348, 40.934029],
			title: 'Kostroma',
			description: '',
			icon: 'http://www.nordictravel.ru/img/photo_icon.png',
			template: 'special',
			events: {
				click: 'http://nordictravel.ru/golden/kostroma.html'
			}
		},
		{
			place: [55.622084, 40.667782],
			title: 'Gus-Khrustalny',
			description: '',
			icon: 'http://www.nordictravel.ru/img/photo_icon.png',
			template: 'special',
			events: {
				click: ''
			}
		},
		{
			place: [57.626896, 39.894383],
			title: 'The Church of Ilya the Prophet',
			description: '',
			icon: 'http://www.nordictravel.ru/img/photo_icon.png',
			template: 'special',
			events: {
				click: 'http://nordictravel.ru/golden/yaroslavl.html'
			}
		}
	]
}


	

