    var iconVTour_small = new GIcon(); 
    iconVTour_small.image = 'http://maps.cerebrateaquarium.com/icons/VTourMapsIconSmall.png';
    iconVTour_small.shadow = 'http://maps.cerebrateaquarium.com/icons/VTourMapsIconsSmall.png';
   	iconVTour_small.iconSize=new GSize(24,24);
   	iconVTour_small.shadowSize=new GSize(44,24);
   	iconVTour_small.iconAnchor=new GPoint(12,24);
   	iconVTour_small.infoWindowAnchor=new GPoint(12,0);
	
	function initialize() {
      if (GBrowserIsCompatible()) {
        var map = new GMap2(document.getElementById("map_canvas"),{size:new GSize(598,400)});
        var myCounter = new Counter();
		var boundaries = new GLatLngBounds(new GLatLng(27.942494,-127.620375), new GLatLng(42.319539,-112.524479));
		map.removeMapType(G_HYBRID_MAP);
		map.removeMapType(G_NORMAL_MAP);		
		map.addMapType(G_SATELLITE_3D_MAP);
		map.setMapType(G_SATELLITE_MAP);
		map.addControl(new GLargeMapControl3D());
		map.addControl(new GMapTypeControl());
		map.setCenter(new GLatLng(39.120000,-120.101515), 10);
		

		var marker_point_ALPINE = new GLatLng(39.164673,-120.238667);				
		var map_marker_ALPINE = new GMarker(marker_point_ALPINE,{icon:iconVTour_small,title:"Click to tour ALPINE MEADOWS"});
    	Counter.prototype.increment = function() {
			Shadowbox.open({ 
        	content:    'http://www.govtour.com/VTour_SSVTP_inWindow_noShadowFull.html?pid=84601&lid=T1000084413', 
        	player:     "iframe", 
        	height:     480, 
        	width:      854 
    		});
    	}		
        GEvent.bind(map_marker_ALPINE, "dblclick", myCounter, myCounter.increment);		
		map.addOverlay(map_marker_ALPINE);
		
		var marker_point_DIAMOND = new GLatLng(39.253525,-119.922466);				
		var map_marker_DIAMOND = new GMarker(marker_point_DIAMOND,{icon:iconVTour_small,title:"Click to tour DIAMOND PEAK"});
    	Counter.prototype.increment = function() {
			Shadowbox.open({ 
        	content:    'http://www.govtour.com/VTour_SSVTP_inWindow_noShadowFull.html?pid=76742&lid=T1000075012', 
        	player:     "iframe", 
        	height:     480, 
        	width:      854 
    		});			
    	}		
        GEvent.bind(map_marker_DIAMOND, "click", myCounter, myCounter.increment);
		map.addOverlay(map_marker_DIAMOND);		
		
		var marker_point_HEAVENLY = new GLatLng(38.935378,-119.939804);				
		var map_marker_HEAVENLY = new GMarker(marker_point_HEAVENLY,{icon:iconVTour_small,title:"Click to tour HEAVENLY VALLEY"});
    	Counter.prototype.increment = function() {
			Shadowbox.open({ 
        	content:    'http://www.govtour.com/VTour_SSVTP_inWindow_noShadowFull.html?pid=82155&lid=T1000081536', 
        	player:     "iframe", 
        	height:     480, 
        	width:      854 
    		});			
    	}		
        GEvent.bind(map_marker_HEAVENLY, "click", myCounter, myCounter.increment);
		map.addOverlay(map_marker_HEAVENLY);
		
		var marker_point_MAM = new GLatLng(37.650393,-119.037724);				
		var map_marker_MAM = new GMarker(marker_point_MAM,{icon:iconVTour_small,title:"Click to tour MAMMOTH MOUNTAIN"});
    	Counter.prototype.increment = function() {
			Shadowbox.open({ 
        	content:    'http://mammoth.govtour.com/VTour_SSVTP_inWindow_noShadowFull.html?pid=157118&lid=T1000158137', 
        	player:     "iframe", 
        	height:     480, 
        	width:      854 
    		});			
    	}		
        GEvent.bind(map_marker_MAM, "click", myCounter, myCounter.increment);
		map.addOverlay(map_marker_MAM);
		
		var marker_point_NSTAR = new GLatLng(39.274723,-120.12125);				
		var map_marker_NSTAR = new GMarker(marker_point_NSTAR,{icon:iconVTour_small,title:"Click to tour NORTHSTAR"});
    	Counter.prototype.increment = function() {
			Shadowbox.open({ 
        	content:    'http://www.govtour.com/VTour_SSVTP_inWindow_noShadowFull.html?pid=84614&lid=T1000083831', 
        	player:     "iframe", 
        	height:     480, 
        	width:      854 
    		});			
    	}		
        GEvent.bind(map_marker_NSTAR, "click", myCounter, myCounter.increment);
		map.addOverlay(map_marker_NSTAR);		
		
		var marker_point_SVUSA = new GLatLng(39.196343,-120.23592);				
		var map_marker_SVUSA = new GMarker(marker_point_SVUSA,{icon:iconVTour_small,title:"Click to tour SQUAW VALLEY USA"});
    	Counter.prototype.increment = function() {
			Shadowbox.open({ 
        	content:    'http://www.govtour.com/VTour_SSVTP_inWindow_noShadowFull.html?pid=86686&lid=T1000084701', 
        	player:     "iframe", 
        	height:     480, 
        	width:      854 
    		});			
    	}		
        GEvent.bind(map_marker_SVUSA, "click", myCounter, myCounter.increment);
		map.addOverlay(map_marker_SVUSA);
		
		var marker_point_SBOWL = new GLatLng(39.303487,-120.337458);				
		var map_marker_SBOWL = new GMarker(marker_point_SBOWL,{icon:iconVTour_small,title:"Click to tour SUGAR BOWL"});
    	Counter.prototype.increment = function() {
			Shadowbox.open({ 
        	content:    'http://www.govtour.com/VTour_SSVTP_inWindow_noShadowFull.html?pid=76000&lid=T1000071374', 
        	player:     "iframe", 
        	height:     480, 
        	width:      854 
    		});			
    	}		
        GEvent.bind(map_marker_SBOWL, "click", myCounter, myCounter.increment);
		map.addOverlay(map_marker_SBOWL);
		
		var marker_point_MAMMAIN = new GLatLng(37.650716,-119.036865);				
		var map_marker_MAMMAIN = new GMarker(marker_point_MAMMAIN,{icon:iconVTour_small,title:"Click to tour MAMMOTH MOUNTAIN MAIN LODGE"});
    	Counter.prototype.increment = function() {
			Shadowbox.open({ 
        	content:    'http://mammoth.govtour.com/VTour_SSVTP_inWindow_noShadowFull.html?pid=157118&lid=T1000156045', 
        	player:     "iframe", 
        	height:     480, 
        	width:      854 
    		});			
    	}		
        GEvent.bind(map_marker_MAMMAIN, "click", myCounter, myCounter.increment);
		map.addOverlay(map_marker_MAMMAIN);		
		
		var marker_point_MAMIIN = new GLatLng(37.651676,-119.039);				
		var map_marker_MAMIIN = new GMarker(marker_point_MAMIIN,{icon:iconVTour_small,title:"Click to tour MAMMOTH MOUNTAIN INN"});
    	Counter.prototype.increment = function() {
			Shadowbox.open({ 
        	content:    'http://mammoth.govtour.com/VTour_SSVTP_inWindow_noShadowFull.html?pid=157118&lid=T1000156017', 
        	player:     "iframe", 
        	height:     480, 
        	width:      854 
    		});			
    	}		
        GEvent.bind(map_marker_MAMIIN, "click", myCounter, myCounter.increment);
		map.addOverlay(map_marker_MAMIIN);		
		
		var marker_point_MAMCAN = new GLatLng(37.644804,-119.001836);				
		var map_marker_MAMCAN = new GMarker(marker_point_MAMCAN,{icon:iconVTour_small,title:"Click to tour MAMMOTH MOUNTAIN CANYON LODGE"});
    	Counter.prototype.increment = function() {
			Shadowbox.open({ 
        	content:    'http://mammoth.govtour.com/VTour_SSVTP_inWindow_noShadowFull.html?pid=157118&lid=T1000158137', 
        	player:     "iframe", 
        	height:     480, 
        	width:      854 
    		});			
    	}		
        GEvent.bind(map_marker_MAMCAN, "click", myCounter, myCounter.increment);
		map.addOverlay(map_marker_MAMCAN);		
		
		var marker_point_MAMVIL = new GLatLng(37.650168,-118.985072);				
		var map_marker_MAMVIL = new GMarker(marker_point_MAMVIL,{icon:iconVTour_small,title:"Click to tour MAMMOTH MOUNTAIN VILLAGE"});
    	Counter.prototype.increment = function() {
			Shadowbox.open({ 
        	content:    'http://mammoth.govtour.com/VTour_SSVTP_inWindow_noShadowFull.html?pid=157118&lid=T1000158207', 
        	player:     "iframe", 
        	height:     480, 
        	width:      854 
    		});			
    	}		
        GEvent.bind(map_marker_MAMVIL, "click", myCounter, myCounter.increment);
		map.addOverlay(map_marker_MAMVIL);		
		
		var marker_point_MAMEAGLE = new GLatLng(37.636061,-118.990238);				
		var map_marker_MAMEAGLE = new GMarker(marker_point_MAMEAGLE,{icon:iconVTour_small,title:"Click to tour MAMMOTH MOUNTAIN EAGLE LODGE"});
    	Counter.prototype.increment = function() {
			Shadowbox.open({ 
        	content:    'http://mammoth.govtour.com/VTour_SSVTP_inWindow_noShadowFull.html?pid=157118&lid=T1000158187', 
        	player:     "iframe", 
        	height:     480, 
        	width:      854 
    		});			
    	}		
        GEvent.bind(map_marker_MAMEAGLE, "click", myCounter, myCounter.increment);
		map.addOverlay(map_marker_MAMEAGLE);	
		
		var marker_point_MAMTOP = new GLatLng(37.630156,-119.033239);				
		var map_marker_MAMTOP = new GMarker(marker_point_MAMTOP,{icon:iconVTour_small,title:"Click to tour TOP OF THE SIERRA"});
    	Counter.prototype.increment = function() {
			Shadowbox.open({ 
        	content:    'http://mammoth.govtour.com/VTour_SSVTP_inWindow_noShadowFull.html?pid=157118&lid=T1000156037', 
        	player:     "iframe", 
        	height:     480, 
        	width:      854 
    		});			
    	}		
        GEvent.bind(map_marker_MAMTOP, "click", myCounter, myCounter.increment);
		map.addOverlay(map_marker_MAMTOP);		
		
		var marker_point_MAMCOY = new GLatLng(37.64251,-119.0309);				
		var map_marker_MAMCOY = new GMarker(marker_point_MAMCOY,{icon:iconVTour_small,title:"Click to tour TOP OF THE SIERRA"});
    	Counter.prototype.increment = function() {
			Shadowbox.open({ 
        	content:    'http://mammoth.govtour.com/VTour_SSVTP_inWindow_noShadowFull.html?pid=157118&lid=T1000156009', 
        	player:     "iframe", 
        	height:     480, 
        	width:      854 
    		});			
    	}		
        GEvent.bind(map_marker_MAMCOY, "click", myCounter, myCounter.increment);
		map.addOverlay(map_marker_MAMCOY);		
		
 		var marker_point_FERRARIS = new GLatLng(39.236807,-120.028167);				
		var map_marker_FERRARIS = new GMarker(marker_point_FERRARIS,{icon:iconVTour_small,title:"Click to tour FERRARIS LAKESIDE"});
    	Counter.prototype.increment = function() {
			Shadowbox.open({ 
        	content:    'http://www.govtour.com/VTour_SSVTP_inWindow_noShadowFull.html?pid=176914&lid=T1000176868', 
        	player:     "iframe", 
        	height:     480, 
        	width:      854 
    		});			
    	}		
        GEvent.bind(map_marker_FERRARIS, "click", myCounter, myCounter.increment);
		map.addOverlay(map_marker_FERRARIS);
		
		var marker_point_HYATT = new GLatLng(39.239865,-119.942894);				
		var map_marker_HYATT = new GMarker(marker_point_HYATT,{icon:iconVTour_small,title:"Click to tour HYATT REGENCY"});
    	Counter.prototype.increment = function() {
			Shadowbox.open({ 
        	content:    'http://www.govtour.com/VTour_SSVTP_inWindow_noShadowFull.html?pid=115071&lid=T1000114927', 
        	player:     "iframe", 
        	height:     480, 
        	width:      854 
    		});
    	}		
        GEvent.bind(map_marker_HYATT, "click", myCounter, myCounter.increment);
		map.addOverlay(map_marker_HYATT);
		
		var marker_point_MOURELATOS = new GLatLng(39.239666,-120.052092);				
		var map_marker_MOURELATOS = new GMarker(marker_point_MOURELATOS,{icon:iconVTour_small,title:"Click to tour MOURELATOS LAKESIDE"});
    	Counter.prototype.increment = function() {
			Shadowbox.open({ 
        	content:    'http://www.govtour.com/VTour_SSVTP_inWindow_noShadowFull.html?pid=172963&lid=T1000172909', 
        	player:     "iframe", 
        	height:     480, 
        	width:      854 
    		});			
    	}		
        GEvent.bind(map_marker_MOURELATOS, "click", myCounter, myCounter.increment);
		map.addOverlay(map_marker_MOURELATOS);
		
		var marker_point_PEPPERMILL = new GLatLng(39.49755,-119.799986);				
		var map_marker_PEPPERMILL = new GMarker(marker_point_PEPPERMILL,{icon:iconVTour_small,title:"Click to tour PEPPERMILL RESORT CASINO"});
    	Counter.prototype.increment = function() {
			Shadowbox.open({ 
        	content:    'http://www.govtour.com/VTour_SSVTP_inWindow_noShadowFull.html?pid=146582&lid=T1000145452', 
        	player:     "iframe", 
        	height:     480, 
        	width:      854 
    		});			
    	}		
        GEvent.bind(map_marker_PEPPERMILL, "click", myCounter, myCounter.increment);
		map.addOverlay(map_marker_PEPPERMILL);
		
		var marker_point_RASC = new GLatLng(39.199702,-120.217423);				
		var map_marker_RASC = new GMarker(marker_point_RASC,{icon:iconVTour_small,title:"Click to tour RESORT AT SQUAW CREEK"});
    	Counter.prototype.increment = function() {
			Shadowbox.open({ 
        	content:    'http://www.govtour.com/VTour_SSVTP_inWindow_noShadowFull.html?pid=113777&lid=T1000103617', 
        	player:     "iframe", 
        	height:     480, 
        	width:      854 
    		});			
    	}		
        GEvent.bind(map_marker_RASC, "click", myCounter, myCounter.increment);
		map.addOverlay(map_marker_RASC);
		
		var marker_point_WENDPEP = new GLatLng(40.737828,-114.056411);				
		var map_marker_WENDPEP = new GMarker(marker_point_WENDPEP,{icon:iconVTour_small,title:"Click to tour PEPPERMILL RESORT"});
    	Counter.prototype.increment = function() {
			Shadowbox.open({ 
        	content:    'http://www.govtour.com/VTour_SSVTP_inWindow_noShadowFull.html?pid=186081&lid=T1000178971', 
        	player:     "iframe", 
        	height:     480, 
        	width:      854 
    		});			
    	}		
        GEvent.bind(map_marker_WENDPEP, "click", myCounter, myCounter.increment);
		map.addOverlay(map_marker_WENDPEP);
		
		var marker_point_WENDBAY = new GLatLng(40.736543,-114.043654);				
		var map_marker_WENDBAY = new GMarker(marker_point_WENDBAY,{icon:iconVTour_small,title:"Click to tour MONTEGO BAY RESORT"});
    	Counter.prototype.increment = function() {
			Shadowbox.open({ 
        	content:    'http://www.govtour.com/VTour_SSVTP_inWindow_noShadowFull.html?pid=186081&lid=T1000174959', 
        	player:     "iframe", 
        	height:     480, 
        	width:      854 
    		});			
    	}		
        GEvent.bind(map_marker_WENDBAY, "click", myCounter, myCounter.increment);
		map.addOverlay(map_marker_WENDBAY);		
		
		var marker_point_WENDAIR = new GLatLng(40.728169,-114.038515);				
		var map_marker_WENDAIR = new GMarker(marker_point_WENDAIR,{icon:iconVTour_small,title:"Click to tour WENDOVER AIRPORT"});
    	Counter.prototype.increment = function() {
			Shadowbox.open({ 
        	content:    'http://www.govtour.com/VTour_SSVTP_inWindow_noShadowFull.html?pid=186081&lid=T1000178931', 
        	player:     "iframe", 
        	height:     480, 
        	width:      854 
    		});			
    	}		
        GEvent.bind(map_marker_WENDAIR, "click", myCounter, myCounter.increment);
		map.addOverlay(map_marker_WENDAIR);		
		
		var marker_point_WENDRAIN = new GLatLng(40.737665,-114.062462);				
		var map_marker_WENDRAIN = new GMarker(marker_point_WENDRAIN,{icon:iconVTour_small,title:"Click to tour RAINBOW RESORT"});
    	Counter.prototype.increment = function() {
			Shadowbox.open({ 
        	content:    'http://www.govtour.com/VTour_SSVTP_inWindow_noShadowFull.html?pid=186081&lid=T1000179035', 
        	player:     "iframe", 
        	height:     480, 
        	width:      854 
    		});			
    	}		
        GEvent.bind(map_marker_WENDRAIN, "click", myCounter, myCounter.increment);
		map.addOverlay(map_marker_WENDRAIN);		
		
		var marker_point_WENDPMCH = new GLatLng(40.736885,-114.05169);				
		var map_marker_WENDPMCH = new GMarker(marker_point_WENDPMCH,{icon:iconVTour_small,title:"Click to tour PEPPERMILL CONCERT HALL"});
    	Counter.prototype.increment = function() {
			Shadowbox.open({ 
        	content:    'http://www.govtour.com/VTour_SSVTP_inWindow_noShadowFull.html?pid=186081&lid=T1000178163', 
        	player:     "iframe", 
        	height:     480, 
        	width:      854 
    		});			
    	}		
        GEvent.bind(map_marker_WENDPMCH, "click", myCounter, myCounter.increment);
		map.addOverlay(map_marker_WENDPMCH);		
		
		var marker_point_WENDTVGC = new GLatLng(40.736592,-114.086494);				
		var map_marker_WENDTVGC = new GMarker(marker_point_WENDTVGC,{icon:iconVTour_small,title:"Click to tour TRONA VISTA GOLF COURSE"});
    	Counter.prototype.increment = function() {
			Shadowbox.open({ 
        	content:    'http://www.govtour.com/VTour_SSVTP_inWindow_noShadowFull.html?pid=186081&lid=T1000178935', 
        	player:     "iframe", 
        	height:     480, 
        	width:      854 
    		});			
    	}		
        GEvent.bind(map_marker_WENDTVGC, "click", myCounter, myCounter.increment);
		map.addOverlay(map_marker_WENDTVGC);		
		 
		var marker_point_CONCOURSE = new GLatLng(39.226585,-120.080845);				
		var map_marker_CONCOURSE = new GMarker(marker_point_CONCOURSE,{icon:iconVTour_small,title:"Click to tour CONCOURSE d ELEGANCE"});
    	Counter.prototype.increment = function() {
			Shadowbox.open({ 
        	content:    'http://www.govtour.com/VTour_SSVTP_inWindow_noShadowFull.html?pid=186630&lid=T1000186308', 
        	player:     "iframe", 
        	height:     480, 
        	width:      854 
    		});			
    	}		
        GEvent.bind(map_marker_CONCOURSE, "click", myCounter, myCounter.increment);
		map.addOverlay(map_marker_CONCOURSE);
		
		var marker_point_GAL = new GLatLng(39.17275,-120.134962);				
		var map_marker_GAL = new GMarker(marker_point_GAL,{icon:iconVTour_small,title:"Click to tour TAHOE GAL"});
    	Counter.prototype.increment = function() {
			Shadowbox.open({ 
        	content:    'http://www.govtour.com/VTour_SSVTP_inWindow_noShadowFull.html?pid=186629&lid=T1000186414', 
        	player:     "iframe", 
        	height:     480, 
        	width:      854 
    		});			
    	}		
        GEvent.bind(map_marker_GAL, "click", myCounter, myCounter.increment);
		map.addOverlay(map_marker_GAL);
		
		var marker_point_TPBEACH = new GLatLng(39.140779,-120.153072);				
		var map_marker_TPBEACH = new GMarker(marker_point_TPBEACH,{icon:iconVTour_small,title:"Click to tour TAHOE PARK BEACH"});
    	Counter.prototype.increment = function() {
			Shadowbox.open({ 
        	content:    'http://www.govtour.com/VTour_SSVTP_inWindow_noShadowFull.html?pid=195513&lid=T1000195090', 
        	player:     "iframe", 
        	height:     480, 
        	width:      854 
    		});			
    	}		
        GEvent.bind(map_marker_TPBEACH, "click", myCounter, myCounter.increment);
		map.addOverlay(map_marker_TPBEACH);		
 
		var marker_point_SNC = new GLatLng(39.244153,-119.938388);				
		var map_marker_SNC = new GMarker(marker_point_SNC,{icon:iconVTour_small,title:"Click to tour SIERRA NEVADA COLLEGE"});
    	Counter.prototype.increment = function() {
			Shadowbox.open({ 
        	content:    'http://www.govtour.com/VTour_SSVTP_inWindow_noShadowFull.html?pid=106065&lid=T1000103918', 
        	player:     "iframe", 
        	height:     480, 
        	width:      854 
    		});			
    	}		
        GEvent.bind(map_marker_SNC, "click", myCounter, myCounter.increment);
		map.addOverlay(map_marker_SNC);
 
		var marker_point_LTS = new GLatLng(39.245914,-119.93989);				
		var map_marker_LTS = new GMarker(marker_point_LTS,{icon:iconVTour_small,title:"Click to tour LAKE TAHOE SCHOOL"});
    	Counter.prototype.increment = function() {
			Shadowbox.open({ 
        	content:    'http://www.govtour.com/VTour_SSVTP_inWindow_noShadowFull.html?pid=160884&lid=T1000159877', 
        	player:     "iframe", 
        	height:     480, 
        	width:      854 
    		});			
    	}		
        GEvent.bind(map_marker_LTS, "click", myCounter, myCounter.increment);
		map.addOverlay(map_marker_LTS); 
		 
 		var marker_point_UCDNICU = new GLatLng(38.554827,-121.455789);				
		var map_marker_UCDNICU = new GMarker(marker_point_UCDNICU,{icon:iconVTour_small,title:"Click to tour UC DAVIS NICU"});
    	Counter.prototype.increment = function() {
			Shadowbox.open({ 
        	content:    'http://www.govtour.com/VTour_SSVTP_inWindow_noShadowFull.html?pid=187554&lid=T1000187398', 
        	player:     "iframe", 
        	height:     480, 
        	width:      854 
    		});			
    	}		
        GEvent.bind(map_marker_UCDNICU, "click", myCounter, myCounter.increment);
		map.addOverlay(map_marker_UCDNICU);
 
		var marker_point_RENOWN = new GLatLng(39.526322,-119.794922);				
		var map_marker_RENOWN = new GMarker(marker_point_RENOWN,{icon:iconVTour_small,title:"Click to tour RENOWN HEALTH"});
    	Counter.prototype.increment = function() {
			Shadowbox.open({ 
        	content:    'http://www.govtour.com/VTour_SSVTP_inWindow_noShadowFull.html?pid=84601&lid=T1000084413', 
        	player:     "iframe", 
        	height:     480, 
        	width:      854 
    		});			
    	}		
        GEvent.bind(map_marker_RENOWN, "click", myCounter, myCounter.increment);
		map.addOverlay(map_marker_RENOWN);
 
 		var marker_point_RASCGOLF = new GLatLng(39.197939,-120.219269);				
		var map_marker_RASCGOLF = new GMarker(marker_point_RASCGOLF,{icon:iconVTour_small,title:"Click to tour RESORT AT SQUAW CREEK GOLF"});
    	Counter.prototype.increment = function() {
			Shadowbox.open({ 
        	content:    'http://www.govtour.com/VTour_SSVTP_inWindow_noShadowFull.html?pid=113714&lid=T1000113311', 
        	player:     "iframe", 
        	height:     480, 
        	width:      854 
    		});			
    	}		
        GEvent.bind(map_marker_RASCGOLF, "click", myCounter, myCounter.increment);
		map.addOverlay(map_marker_RASCGOLF);		
		
 		var marker_point_TUCANOS = new GLatLng(40.765819,-111.90294);				
		var map_marker_TUCANOS = new GMarker(marker_point_TUCANOS,{icon:iconVTour_small,title:"Click to tour TUCANOS BRAZILIAN GRILL"});
    	Counter.prototype.increment = function() {
			Shadowbox.open({ 
        	content:    'http://www.govtour.com/VTour_SSVTP_inWindow_noShadowFull.html?pid=193692&lid=T1000193614', 
        	player:     "iframe", 
        	height:     480, 
        	width:      854 
    		});			
    	}		
        GEvent.bind(map_marker_TUCANOS, "click", myCounter, myCounter.increment);
		map.addOverlay(map_marker_TUCANOS);		
		
 		var marker_point_GALLIVAN = new GLatLng(40.764356,-111.889701);				
		var map_marker_GALLIVAN = new GMarker(marker_point_GALLIVAN,{icon:iconVTour_small,title:"Click to tour GALLIVAN CENTER"});
    	Counter.prototype.increment = function() {
			Shadowbox.open({ 
        	content:    'http://www.govtour.com/VTour_SSVTP_inWindow_noShadowFull.html?pid=174434&lid=T1000155208', 
        	player:     "iframe", 
        	height:     480, 
        	width:      854 
    		});			
    	}		
        GEvent.bind(map_marker_GALLIVAN, "click", myCounter, myCounter.increment);
		map.addOverlay(map_marker_GALLIVAN);		
		
 		var marker_point_LOGHAVEN = new GLatLng(40.698047,-111.725121);				
		var map_marker_LOGHAVEN = new GMarker(marker_point_LOGHAVEN,{icon:iconVTour_small,title:"Click to tour LOG HAVEN RESTAURANT"});
    	Counter.prototype.increment = function() {
			Shadowbox.open({ 
        	content:    'http://www.govtour.com/VTour_SSVTP_inWindow_noShadowFull.html?pid=157504&lid=T1000157320', 
        	player:     "iframe", 
        	height:     480, 
        	width:      854 
    		});			
    	}		
        GEvent.bind(map_marker_LOGHAVEN, "click", myCounter, myCounter.increment);
		map.addOverlay(map_marker_LOGHAVEN);		
		
 		var marker_point_THANKS = new GLatLng(40.424654,-111.887341);				
		var map_marker_THANKS = new GMarker(marker_point_THANKS,{icon:iconVTour_small,title:"Click to tour THANKSGIVING POINT"});
    	Counter.prototype.increment = function() {
			Shadowbox.open({ 
        	content:    'http://www.govtour.com/VTour_SSVTP_inWindow_noShadowFull.html?pid=164517&lid=T1000164179', 
        	player:     "iframe", 
        	height:     480, 
        	width:      854 
    		});			
    	}		
        GEvent.bind(map_marker_THANKS, "click", myCounter, myCounter.increment);
		map.addOverlay(map_marker_THANKS);	
		
 		var marker_point_SLCAIR = new GLatLng(40.785351,-111.981754);				
		var map_marker_SLCAIR = new GMarker(marker_point_SLCAIR,{icon:iconVTour_small,title:"Click to tour SALT LAKE INTERNATIONAL AIRPORT"});
    	Counter.prototype.increment = function() {
			Shadowbox.open({ 
        	content:    'http://www.govtour.com/VTour_SSVTP_inWindow_noShadowFull.html?pid=178748&lid=T1000174257', 
        	player:     "iframe", 
        	height:     480, 
        	width:      854 
    		});			
    	}		
        GEvent.bind(map_marker_SLCAIR, "click", myCounter, myCounter.increment);
		map.addOverlay(map_marker_SLCAIR);		
		
 		var marker_point_FOOT = new GLatLng(40.764226,-111.83876);				
		var map_marker_FOOT = new GMarker(marker_point_FOOT,{icon:iconVTour_small,title:"Click to tour FOOTHILL CULTURAL DISTRICT"});
    	Counter.prototype.increment = function() {
			Shadowbox.open({ 
        	content:    'http://www.govtour.com/VTour_SSVTP_inWindow_noShadowFull.html?pid=174103&lid=T1000173821', 
        	player:     "iframe", 
        	height:     480, 
        	width:      854 
    		});			
    	}		
        GEvent.bind(map_marker_FOOT, "click", myCounter, myCounter.increment);
		map.addOverlay(map_marker_FOOT);		
		
 		var marker_point_SLHILTON = new GLatLng(40.763901,-111.893735);				
		var map_marker_SLHILTON = new GMarker(marker_point_SLHILTON,{icon:iconVTour_small,title:"Click to tour SALT LAKE HILTON"});
    	Counter.prototype.increment = function() {
			Shadowbox.open({ 
        	content:    'http://www.govtour.com/VTour_SSVTP_inWindow_noShadowFull.html?pid=126050&lid=T1000121676', 
        	player:     "iframe", 
        	height:     480, 
        	width:      854 
    		});			
    	}		
        GEvent.bind(map_marker_SLHILTON, "click", myCounter, myCounter.increment);
		map.addOverlay(map_marker_SLHILTON);		
		
 		var marker_point_SALTPALACE = new GLatLng(40.765575,-111.894593);				
		var map_marker_SALTPALACE = new GMarker(marker_point_SALTPALACE,{icon:iconVTour_small,title:"Click to tour SALT PALACE CONVENTION CENTER"});
    	Counter.prototype.increment = function() {
			Shadowbox.open({ 
        	content:    'http://www.govtour.com/VTour_SSVTP_inWindow_noShadowFull.html?pid=112760&lid=T1000109486', 
        	player:     "iframe", 
        	height:     480, 
        	width:      854 
    		});			
    	}		
        GEvent.bind(map_marker_SALTPALACE, "click", myCounter, myCounter.increment);
		map.addOverlay(map_marker_SALTPALACE);		
		
 		var marker_point_GATEWAY = new GLatLng(40.769346,-111.903884);				
		var map_marker_GATEWAY = new GMarker(marker_point_GATEWAY,{icon:iconVTour_small,title:"Click to tour GATEWAY MALL"});
    	Counter.prototype.increment = function() {
			Shadowbox.open({ 
        	content:    'http://www.govtour.com/VTour_SSVTP_inWindow_noShadowFull.html?pid=87919&lid=T1000086896', 
        	player:     "iframe", 
        	height:     480, 
        	width:      854 
    		});			
    	}		
        GEvent.bind(map_marker_GATEWAY, "click", myCounter, myCounter.increment);
		map.addOverlay(map_marker_GATEWAY);	
		
 		var marker_point_LIONHOUSE = new GLatLng(40.769671,-111.889014);				
		var map_marker_LIONHOUSE = new GMarker(marker_point_LIONHOUSE,{icon:iconVTour_small,title:"Click to tour LION HOUSE"});
    	Counter.prototype.increment = function() {
			Shadowbox.open({ 
        	content:    'http://www.govtour.com/VTour_SSVTP_inWindow_noShadowFull.html?pid=109480&lid=T1000107378', 
        	player:     "iframe", 
        	height:     480, 
        	width:      854 
    		});			
    	}		
        GEvent.bind(map_marker_LIONHOUSE, "click", myCounter, myCounter.increment);
		map.addOverlay(map_marker_LIONHOUSE);			
		
 		var marker_point_JOSSMITH = new GLatLng(40.769736,-111.890709);				
		var map_marker_JOSSMITH = new GMarker(marker_point_JOSSMITH,{icon:iconVTour_small,title:"Click to tour JOSEPH SMITH MEMORIAL BUILDING"});
    	Counter.prototype.increment = function() {
			Shadowbox.open({ 
        	content:    'http://www.govtour.com/VTour_SSVTP_inWindow_noShadowFull.html?pid=94095&lid=T1000092841', 
        	player:     "iframe", 
        	height:     480, 
        	width:      854 
    		});			
    	}		
        GEvent.bind(map_marker_JOSSMITH, "click", myCounter, myCounter.increment);
		map.addOverlay(map_marker_JOSSMITH);		
		
 		var marker_point_SLSHERATON = new GLatLng(40.758871,-111.895967);				
		var map_marker_SLSHERATON = new GMarker(marker_point_SLSHERATON,{icon:iconVTour_small,title:"Click to tour SALT LAKE SHERATON"});
    	Counter.prototype.increment = function() {
			Shadowbox.open({ 
        	content:    'http://www.govtour.com/VTour_SSVTP_inWindow_noShadowFull.html?pid=188711&lid=T1000188646', 
        	player:     "iframe", 
        	height:     480, 
        	width:      854 
    		});			
    	}		
        GEvent.bind(map_marker_SLSHERATON, "click", myCounter, myCounter.increment);
		map.addOverlay(map_marker_SLSHERATON);		
		
 		var marker_point_REDBUTTE = new GLatLng(40.765982,-111.824598);				
		var map_marker_REDBUTTE = new GMarker(marker_point_REDBUTTE,{icon:iconVTour_small,title:"Click to tour RED BUTTE GARDENS"});
    	Counter.prototype.increment = function() {
			Shadowbox.open({ 
        	content:    'http://www.govtour.com/VTour_SSVTP_inWindow_noShadowFull.html?pid=154435&lid=T1000153259', 
        	player:     "iframe", 
        	height:     480, 
        	width:      854 
    		});			
    	}		
        GEvent.bind(map_marker_REDBUTTE, "click", myCounter, myCounter.increment);
		map.addOverlay(map_marker_REDBUTTE);		
		
 		var marker_point_HOOPES = new GLatLng(40.758749,-111.901588);				
		var map_marker_HOOPES = new GMarker(marker_point_HOOPES,{icon:iconVTour_small,title:"Click to tour HOOPES VISION"});
    	Counter.prototype.increment = function() {
			Shadowbox.open({ 
        	content:    'http://www.govtour.com/VTour_SSVTP_inWindow_noShadowFull.html?pid=128415&lid=T1000125977', 
        	player:     "iframe", 
        	height:     480, 
        	width:      854 
    		});			
    	}		
        GEvent.bind(map_marker_HOOPES, "click", myCounter, myCounter.increment);
		map.addOverlay(map_marker_HOOPES);		
		
 		var marker_point_SKIALTA = new GLatLng(40.589254,-111.637745);				
		var map_marker_SKIALTA = new GMarker(marker_point_SKIALTA,{icon:iconVTour_small,title:"Click to tour ALTA SKI RESORT"});
    	Counter.prototype.increment = function() {
			Shadowbox.open({ 
        	content:    'http://www.govtour.com/VTour_SSVTP_inWindow_noShadowFull.html?pid=71417&lid=T1000085593', 
        	player:     "iframe", 
        	height:     480, 
        	width:      854 
    		});			
    	}		
        GEvent.bind(map_marker_SKIALTA, "click", myCounter, myCounter.increment);
		map.addOverlay(map_marker_SKIALTA);			
		
 		var marker_point_SKIBRIGHTON = new GLatLng(40.619458,-111.59234);				
		var map_marker_SKIBRIGHTON = new GMarker(marker_point_SKIBRIGHTON,{icon:iconVTour_small,title:"Click to tour BRIGHTON SKI RESORT"});
    	Counter.prototype.increment = function() {
			Shadowbox.open({ 
        	content:    'http://www.govtour.com/VTour_SSVTP_inWindow_noShadowFull.html?pid=142814&lid=T1000142814', 
        	player:     "iframe", 
        	height:     480, 
        	width:      854 
    		});			
    	}		
        GEvent.bind(map_marker_SKIBRIGHTON, "click", myCounter, myCounter.increment);
		map.addOverlay(map_marker_SKIBRIGHTON);	
		
 		var marker_point_SKISNOWBIRD = new GLatLng(40.580063,-111.658516);				
		var map_marker_SKISNOWBIRD = new GMarker(marker_point_SKISNOWBIRD,{icon:iconVTour_small,title:"Click to tour SNOWBIRD SKI RESORT"});
    	Counter.prototype.increment = function() {
			Shadowbox.open({ 
        	content:    'http://www.govtour.com/VTour_SSVTP_inWindow_noShadowFull.html?pid=142774&lid=T1000068714', 
        	player:     "iframe", 
        	height:     480, 
        	width:      854 
    		});			
    	}		
        GEvent.bind(map_marker_SKISNOWBIRD, "click", myCounter, myCounter.increment);
		map.addOverlay(map_marker_SKISNOWBIRD);	
		
 		var marker_point_SKICANYONS = new GLatLng(40.685324,-111.554832);				
		var map_marker_SKICANYONS = new GMarker(marker_point_SKICANYONS,{icon:iconVTour_small,title:"Click to tour CANYONS SKI RESORT"});
    	Counter.prototype.increment = function() {
			Shadowbox.open({ 
        	content:    '#', 
        	player:     "iframe", 
        	height:     480, 
        	width:      854 
    		});			
    	}		
        GEvent.bind(map_marker_SKICANYONS, "click", myCounter, myCounter.increment);
		map.addOverlay(map_marker_SKICANYONS);		
		
 		var marker_point_SKIDEER = new GLatLng(40.637665,-111.478443);				
		var map_marker_SKIDEER = new GMarker(marker_point_SKIDEER,{icon:iconVTour_small,title:"Click to tour DEER PARK SKI RESORT"});
    	Counter.prototype.increment = function() {
			Shadowbox.open({ 
        	content:    '#', 
        	player:     "iframe", 
        	height:     480, 
        	width:      854 
    		});			
    	}		
        GEvent.bind(map_marker_SKIDEER, "click", myCounter, myCounter.increment);
		map.addOverlay(map_marker_SKIDEER);	
		
 		var marker_point_SKIPARKBASE = new GLatLng(40.651732,-111.507454);				
		var map_marker_SKIPARKBASE = new GMarker(marker_point_SKIPARKBASE,{icon:iconVTour_small,title:"Click to tour PARK CITY BASE"});
    	Counter.prototype.increment = function() {
			Shadowbox.open({ 
        	content:    '#', 
        	player:     "iframe", 
        	height:     480, 
        	width:      854 
    		});			
    	}		
        GEvent.bind(map_marker_SKIPARKBASE, "click", myCounter, myCounter.increment);
		map.addOverlay(map_marker_SKIPARKBASE);		
		
 		var marker_point_SKIPARK = new GLatLng(40.644308,-111.49724);				
		var map_marker_SKIPARK = new GMarker(marker_point_SKIPARK,{icon:iconVTour_small,title:"Click to tour PARK CITY SKI RESORT"});
    	Counter.prototype.increment = function() {
			Shadowbox.open({ 
        	content:    '#', 
        	player:     "iframe", 
        	height:     480, 
        	width:      854 
    		});			
    	}		
        GEvent.bind(map_marker_SKIPARK, "click", myCounter, myCounter.increment);
		map.addOverlay(map_marker_SKIPARK);
				
		
      }
		
    }
	
    function Counter() {
    }