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

		{
			place: [65.017594, 35.708656],
			title: 'Solovki Hotel',
			description: '<img src=/photos/solovki_hotel1small.jpg width=60 height=50 align="left" hspace="3" vspace="0" alt="Solovki Hotel">The "Solovki" hotel is located on Solovetsky Island, close to the famous Monastery.',
			events: {
				click: 'http://nordictravel.ru/page/solovki_hotel.html'
			}
		},
		{
			place: [65.023611, 35.703163],
			title: 'Priyut Hotel',
			description: 'This family-run hotel is situated in the vicinity of the Solovetsky Monastery.',
			events: {
				click: 'http://nordictravel.ru/page/prijut.html'
			}
		},
		{
			place: [65.020711, 35.746078],
			title: 'Prichal Solovki Hotel',
			description: '<img src=/photos/prichal_solovki1small.jpg width=60 height=50 align="left" hspace="3" vspace="0" alt="Prichal Solovki Hotel">The hotel is located in 2 km from the Monastery, by the lake',
			events: {
				click: 'http://nordictravel.ru/page/prichal_solovki.html'
			}
		},
		{
			place: [65.024190, 35.709343],
			title: 'Solovetsky Monastery',
			description: '',
			icon: 'http://www.nordictravel.ru/img/photo_icon.png',
			template: 'special',
			events: {
				click: 'http://nordictravel.ru/page/solovetsky.html'
			}
		},
		{
			place: [65.019261, 35.876541],
			title: 'Muksalma Dam',
			description: '',
			icon: 'http://www.nordictravel.ru/img/photo_icon.png',
			template: 'special',
			events: {
				click: ''
			}
		},
		{
			place: [65.027234, 35.901947],
			title: 'Sergiev Hermitage on the Big Muksalma Island',
			description: '',
			icon: 'http://www.nordictravel.ru/img/photo_icon.png',
			template: 'special',
			events: {
				click: ''
			}
		},
		{
			place: [65.007514, 35.717411],
			title: 'Negotiation Stone',
			description: '',
			icon: 'http://www.nordictravel.ru/img/photo_icon.png',
			template: 'special',
			events: {
				click: ''
			}
		},
		{
			place: [65.014331, 35.705910],
			title: 'Reconstructed Labyrinth',
			description: '',
			icon: 'http://www.nordictravel.ru/img/photo_icon.png',
			template: 'special',
			events: {
				click: 'http://nordictravel.ru/page/seids.html'
			}
		},
		{
			place: [65.050850, 35.663681],
			title: 'Botanical Garden',
			description: '',
			icon: 'http://www.nordictravel.ru/img/photo_icon.png',
			template: 'special',
			events: {
				click: ''
			}
		},
		{
			place: [65.103078, 35.584888],
			title: 'Sekirnaya Hill, the Church of Ascension',
			description: '',
			icon: 'http://www.nordictravel.ru/img/photo_icon.png',
			template: 'special',
			events: {
				click: ''
			}
		},
		{
			place: [65.139909, 35.993958],
			title: 'Anzer Island and Hermitages',
			description: '',
			icon: 'http://www.nordictravel.ru/img/photo_icon.png',
			template: 'special',
			events: {
				click: ''
			}
		},
		{
			place: [65.040276, 35.689774],
			title: 'Canal System',
			description: '',
			icon: 'http://www.nordictravel.ru/img/photo_icon.png',
			template: 'special',
			events: {
				click: ''
			}
		},
		{
			place: [64.928780, 35.134277],
			title: 'Seids on Kuzova Islands',
			description: '',
			icon: 'http://www.nordictravel.ru/img/photo_icon.png',
			template: 'special',
			events: {
				click: 'http://nordictravel.ru/page/seids.html'
			}
		},
		{
			place: [64.970704, 35.673294],
			title: 'Labyrinth on Zayatsky Island',
			description: '',
			icon: 'http://www.nordictravel.ru/img/photo_icon.png',
			template: 'special',
			events: {
				click: 'http://nordictravel.ru/page/seids.html'
			}
		},
		{
			place: [65.030423, 35.690289],
			title: 'Boat pier, Solovetsky Islands',
			description: '',
			icon: 'http://www.nordictravel.ru/img/boat_icon.png',
			alt: 'Port',
			template: 'special',
			events: {
				click: ''
			}
		},
		{
			place: [65.025712, 35.705910],
			title: 'Small boat pier, Solovetsky Islands',
			description: '',
			icon: 'http://www.nordictravel.ru/img/boat_icon.png',
			alt: 'Port',
			template: 'special',
			events: {
				click: ''
			}
		},
		{
			place: [65.028829, 35.737839],
			title: 'Solovetsky Airport',
			description: '',
			icon: 'http://maps.google.com/mapfiles/kml/pal2/icon56.png',
			alt: 'Solovetsky Airport',
			template: 'special',
			events: {
				click: ''
			}
		}
	]
}


	
