var markerObjectArray = new Array(), markerObjectAttraction = new Array(), markerObjectInfoHtml = new Array() ; 
 function createAttractonMarkersArray(attractionId){ 
  
  i=2; 
 	 markerObjectAttraction[i] = 12; 
 	 if(attractionId == markerObjectAttraction[i]){ 
 	 	 latlng = new GLatLng(38.93984,-120.006275); 
 	 	 markerObjectArray[i] = createPointOfInterestMarkers(latlng,"Lake Tahoe Balloons","800-872-9294","More Details","","http://www.tahoesun.com/wp-admin/vacation_guide/images/vgp_2.jpeg","http://www.tahoesun.com/wp-admin/vacation_guide/images/numbered_map_markers/marker1.png",20,34);  
  
 	 	 markerObjectInfoHtml[i]='<table class="gmap-table" ><tr><td colspan="3" min-height="20" width="100%" align="left"><div style="width:200px;font-size:20px;">Lake Tahoe Balloons</div><hr color="#085173" size="2"/></td></tr><tr><td valign="top" width="150" height="112" ><img  src="http://www.tahoesun.com/wp-admin/vacation_guide/images/vgp_2.jpeg"   alt="Lake Tahoe Balloons"  /></td> <td width="2px">&nbsp;</td><td align="left" valign="top">800-872-9294<br/><a href="" target="_blank">More Details</a></td>  </tr></table>'; 
 	 	 map.addOverlay(markerObjectArray[i]); 
 	 } 
  i=64; 
 	 markerObjectAttraction[i] = 13; 
 	 if(attractionId == markerObjectAttraction[i]){ 
 	 	 latlng = new GLatLng(39.169855,-120.018425); 
 	 	 markerObjectArray[i] = createPointOfInterestMarkers(latlng,"Test Beach11","800-876-8766","Test Website","http://www.test.com","","http://www.tahoesun.com/wp-admin/vacation_guide/images/numbered_map_markers/marker1.png",20,34);  
  
 	 	 markerObjectInfoHtml[i]='<table class="gmap-table" ><tr><td colspan="3" min-height="20" width="100%" align="left"><div style="width:200px;font-size:20px;">Test Beach11</div><hr color="#085173" size="2"/></td></tr><tr><td valign="top" width="150" height="112" ><img  src=""   alt="Test Beach11"  /></td> <td width="2px">&nbsp;</td><td align="left" valign="top">800-876-8766<br/><a href="http://www.test.com" target="_blank">Test Website</a></td>  </tr></table>'; 
 	 	 map.addOverlay(markerObjectArray[i]); 
 	 } 
  i=5; 
 	 markerObjectAttraction[i] = 13; 
 	 if(attractionId == markerObjectAttraction[i]){ 
 	 	 latlng = new GLatLng(38.981628,-119.954014); 
 	 	 markerObjectArray[i] = createPointOfInterestMarkers(latlng,"Nevada Beach","877-654-8809","View Website","http://www.fs.fed.us/","http://www.tahoesun.com/wp-admin/vacation_guide/images/vgp_5.jpeg","http://www.tahoesun.com/wp-admin/vacation_guide/images/numbered_map_markers/marker2.png",20,34);  
  
 	 	 markerObjectInfoHtml[i]='<table class="gmap-table" ><tr><td colspan="3" min-height="20" width="100%" align="left"><div style="width:200px;font-size:20px;">Nevada Beach</div><hr color="#085173" size="2"/></td></tr><tr><td valign="top" width="150" height="112" ><img  src="http://www.tahoesun.com/wp-admin/vacation_guide/images/vgp_5.jpeg"   alt="Nevada Beach"  /></td> <td width="2px">&nbsp;</td><td align="left" valign="top">877-654-8809<br/><a href="http://www.fs.fed.us/" target="_blank">View Website</a></td>  </tr></table>'; 
 	 	 map.addOverlay(markerObjectArray[i]); 
 	 } 
  i=3; 
 	 markerObjectAttraction[i] = 13; 
 	 if(attractionId == markerObjectAttraction[i]){ 
 	 	 latlng = new GLatLng(38.944353,-119.98597); 
 	 	 markerObjectArray[i] = createPointOfInterestMarkers(latlng,"Regan Beach","","More Info","http://www.rhpbeach.com/","http://www.tahoesun.com/wp-admin/vacation_guide/images/vgp_3.jpeg","http://www.tahoesun.com/wp-admin/vacation_guide/images/numbered_map_markers/marker3.png",20,34);  
  
 	 	 markerObjectInfoHtml[i]='<table class="gmap-table" ><tr><td colspan="3" min-height="20" width="100%" align="left"><div style="width:200px;font-size:20px;">Regan Beach</div><hr color="#085173" size="2"/></td></tr><tr><td valign="top" width="150" height="112" ><img  src="http://www.tahoesun.com/wp-admin/vacation_guide/images/vgp_3.jpeg"   alt="Regan Beach"  /></td> <td width="2px">&nbsp;</td><td align="left" valign="top"><a href="http://www.rhpbeach.com/" target="_blank">More Info</a></td>  </tr></table>'; 
 	 	 map.addOverlay(markerObjectArray[i]); 
 	 } 
  i=6; 
 	 markerObjectAttraction[i] = 13; 
 	 if(attractionId == markerObjectAttraction[i]){ 
 	 	 latlng = new GLatLng(38.93707,-120.029181); 
 	 	 markerObjectArray[i] = createPointOfInterestMarkers(latlng,"Pope Beach","","","","http://www.tahoesun.com/wp-admin/vacation_guide/images/vgp_6.jpeg","http://www.tahoesun.com/wp-admin/vacation_guide/images/numbered_map_markers/marker4.png",20,34);  
  
 	 	 markerObjectInfoHtml[i]='<table class="gmap-table" ><tr><td colspan="3" min-height="20" width="100%" align="left"><div style="width:200px;font-size:20px;">Pope Beach</div><hr color="#085173" size="2"/></td></tr><tr><td valign="top" width="150" height="112" ><img  src="http://www.tahoesun.com/wp-admin/vacation_guide/images/vgp_6.jpeg"   alt="Pope Beach"  /></td> <td width="2px">&nbsp;</td><td align="left" valign="top"></td>  </tr></table>'; 
 	 	 map.addOverlay(markerObjectArray[i]); 
 	 } 
  i=7; 
 	 markerObjectAttraction[i] = 13; 
 	 if(attractionId == markerObjectAttraction[i]){ 
 	 	 latlng = new GLatLng(38.938722,-120.040156); 
 	 	 markerObjectArray[i] = createPointOfInterestMarkers(latlng,"Camp Richardson","","","","http://www.tahoesun.com/wp-admin/vacation_guide/images/vgp_7.jpeg","http://www.tahoesun.com/wp-admin/vacation_guide/images/numbered_map_markers/marker5.png",20,34);  
  
 	 	 markerObjectInfoHtml[i]='<table class="gmap-table" ><tr><td colspan="3" min-height="20" width="100%" align="left"><div style="width:200px;font-size:20px;">Camp Richardson</div><hr color="#085173" size="2"/></td></tr><tr><td valign="top" width="150" height="112" ><img  src="http://www.tahoesun.com/wp-admin/vacation_guide/images/vgp_7.jpeg"   alt="Camp Richardson"  /></td> <td width="2px">&nbsp;</td><td align="left" valign="top"></td>  </tr></table>'; 
 	 	 map.addOverlay(markerObjectArray[i]); 
 	 } 
  i=8; 
 	 markerObjectAttraction[i] = 13; 
 	 if(attractionId == markerObjectAttraction[i]){ 
 	 	 latlng = new GLatLng(38.940781,-120.051309); 
 	 	 markerObjectArray[i] = createPointOfInterestMarkers(latlng,"Kiva Beach","","","","http://www.tahoesun.com/wp-admin/vacation_guide/images/vgp_8.jpeg","http://www.tahoesun.com/wp-admin/vacation_guide/images/numbered_map_markers/marker6.png",20,34);  
  
 	 	 markerObjectInfoHtml[i]='<table class="gmap-table" ><tr><td colspan="3" min-height="20" width="100%" align="left"><div style="width:200px;font-size:20px;">Kiva Beach</div><hr color="#085173" size="2"/></td></tr><tr><td valign="top" width="150" height="112" ><img  src="http://www.tahoesun.com/wp-admin/vacation_guide/images/vgp_8.jpeg"   alt="Kiva Beach"  /></td> <td width="2px">&nbsp;</td><td align="left" valign="top"></td>  </tr></table>'; 
 	 	 map.addOverlay(markerObjectArray[i]); 
 	 } 
  i=9; 
 	 markerObjectAttraction[i] = 13; 
 	 if(attractionId == markerObjectAttraction[i]){ 
 	 	 latlng = new GLatLng(38.942584,-120.0656); 
 	 	 markerObjectArray[i] = createPointOfInterestMarkers(latlng,"Baldwin Beach","","","","http://www.tahoesun.com/wp-admin/vacation_guide/images/vgp_9.jpeg","http://www.tahoesun.com/wp-admin/vacation_guide/images/numbered_map_markers/marker7.png",20,34);  
  
 	 	 markerObjectInfoHtml[i]='<table class="gmap-table" ><tr><td colspan="3" min-height="20" width="100%" align="left"><div style="width:200px;font-size:20px;">Baldwin Beach</div><hr color="#085173" size="2"/></td></tr><tr><td valign="top" width="150" height="112" ><img  src="http://www.tahoesun.com/wp-admin/vacation_guide/images/vgp_9.jpeg"   alt="Baldwin Beach"  /></td> <td width="2px">&nbsp;</td><td align="left" valign="top"></td>  </tr></table>'; 
 	 	 map.addOverlay(markerObjectArray[i]); 
 	 } 
  i=10; 
 	 markerObjectAttraction[i] = 13; 
 	 if(attractionId == markerObjectAttraction[i]){ 
 	 	 latlng = new GLatLng(38.952507,-120.106439); 
 	 	 markerObjectArray[i] = createPointOfInterestMarkers(latlng,"Emerald Bay Beach","","","","http://www.tahoesun.com/wp-admin/vacation_guide/images/vgp_10.jpeg","http://www.tahoesun.com/wp-admin/vacation_guide/images/numbered_map_markers/marker8.png",20,34);  
  
 	 	 markerObjectInfoHtml[i]='<table class="gmap-table" ><tr><td colspan="3" min-height="20" width="100%" align="left"><div style="width:200px;font-size:20px;">Emerald Bay Beach</div><hr color="#085173" size="2"/></td></tr><tr><td valign="top" width="150" height="112" ><img  src="http://www.tahoesun.com/wp-admin/vacation_guide/images/vgp_10.jpeg"   alt="Emerald Bay Beach"  /></td> <td width="2px">&nbsp;</td><td align="left" valign="top"></td>  </tr></table>'; 
 	 	 map.addOverlay(markerObjectArray[i]); 
 	 } 
  i=12; 
 	 markerObjectAttraction[i] = 13; 
 	 if(attractionId == markerObjectAttraction[i]){ 
 	 	 latlng = new GLatLng(39.169771,-120.141391); 
 	 	 markerObjectArray[i] = createPointOfInterestMarkers(latlng,"Commons Beach","","","","http://www.tahoesun.com/wp-admin/vacation_guide/images/vgp_12.jpeg","http://www.tahoesun.com/wp-admin/vacation_guide/images/numbered_map_markers/marker9.png",20,34);  
  
 	 	 markerObjectInfoHtml[i]='<table class="gmap-table" ><tr><td colspan="3" min-height="20" width="100%" align="left"><div style="width:200px;font-size:20px;">Commons Beach</div><hr color="#085173" size="2"/></td></tr><tr><td valign="top" width="150" height="112" ><img  src="http://www.tahoesun.com/wp-admin/vacation_guide/images/vgp_12.jpeg"   alt="Commons Beach"  /></td> <td width="2px">&nbsp;</td><td align="left" valign="top"></td>  </tr></table>'; 
 	 	 map.addOverlay(markerObjectArray[i]); 
 	 } 
  i=13; 
 	 markerObjectAttraction[i] = 13; 
 	 if(attractionId == markerObjectAttraction[i]){ 
 	 	 latlng = new GLatLng(39.2358,-120.0245); 
 	 	 markerObjectArray[i] = createPointOfInterestMarkers(latlng,"Kings Beach Recreation Area","","","","http://www.tahoesun.com/wp-admin/vacation_guide/images/vgp_13.jpeg","http://www.tahoesun.com/wp-admin/vacation_guide/images/numbered_map_markers/marker10.png",20,34);  
  
 	 	 markerObjectInfoHtml[i]='<table class="gmap-table" ><tr><td colspan="3" min-height="20" width="100%" align="left"><div style="width:200px;font-size:20px;">Kings Beach Recreation Area</div><hr color="#085173" size="2"/></td></tr><tr><td valign="top" width="150" height="112" ><img  src="http://www.tahoesun.com/wp-admin/vacation_guide/images/vgp_13.jpeg"   alt="Kings Beach Recreation Area"  /></td> <td width="2px">&nbsp;</td><td align="left" valign="top"></td>  </tr></table>'; 
 	 	 map.addOverlay(markerObjectArray[i]); 
 	 } 
  i=4; 
 	 markerObjectAttraction[i] = 13; 
 	 if(attractionId == markerObjectAttraction[i]){ 
 	 	 latlng = new GLatLng(38.989832,-119.95284); 
 	 	 markerObjectArray[i] = createPointOfInterestMarkers(latlng,"Round Hill Pines","877-340-2398","More Info","http://www.rhpbeach.com/","http://www.tahoesun.com/wp-admin/vacation_guide/images/vgp_4.jpeg","http://www.tahoesun.com/wp-admin/vacation_guide/images/numbered_map_markers/marker11.png",20,34);  
  
 	 	 markerObjectInfoHtml[i]='<table class="gmap-table" ><tr><td colspan="3" min-height="20" width="100%" align="left"><div style="width:200px;font-size:20px;">Round Hill Pines</div><hr color="#085173" size="2"/></td></tr><tr><td valign="top" width="150" height="112" ><img  src="http://www.tahoesun.com/wp-admin/vacation_guide/images/vgp_4.jpeg"   alt="Round Hill Pines"  /></td> <td width="2px">&nbsp;</td><td align="left" valign="top">877-340-2398<br/><a href="http://www.rhpbeach.com/" target="_blank">More Info</a></td>  </tr></table>'; 
 	 	 map.addOverlay(markerObjectArray[i]); 
 	 } 
  i=57; 
 	 markerObjectAttraction[i] = 13; 
 	 if(attractionId == markerObjectAttraction[i]){ 
 	 	 latlng = new GLatLng(39.169855,-120.018425); 
 	 	 markerObjectArray[i] = createPointOfInterestMarkers(latlng,"Test Beach4","800-876-8766","Test Website","http://www.test.com","http://www.tahoesun.com/wp-admin/vacation_guide/images/vgp_57.jpeg","http://www.tahoesun.com/wp-admin/vacation_guide/images/numbered_map_markers/marker12.png",20,34);  
  
 	 	 markerObjectInfoHtml[i]='<table class="gmap-table" ><tr><td colspan="3" min-height="20" width="100%" align="left"><div style="width:200px;font-size:20px;">Test Beach4</div><hr color="#085173" size="2"/></td></tr><tr><td valign="top" width="150" height="112" ><img  src="http://www.tahoesun.com/wp-admin/vacation_guide/images/vgp_57.jpeg"   alt="Test Beach4"  /></td> <td width="2px">&nbsp;</td><td align="left" valign="top">800-876-8766<br/><a href="http://www.test.com" target="_blank">Test Website</a></td>  </tr></table>'; 
 	 	 map.addOverlay(markerObjectArray[i]); 
 	 } 
  i=62; 
 	 markerObjectAttraction[i] = 13; 
 	 if(attractionId == markerObjectAttraction[i]){ 
 	 	 latlng = new GLatLng(39.169855,-120.018425); 
 	 	 markerObjectArray[i] = createPointOfInterestMarkers(latlng,"Test Beach9","800-876-8766","Test Website","http://www.test.com","http://www.tahoesun.com/wp-admin/vacation_guide/images/vgp_62.jpeg","http://www.tahoesun.com/wp-admin/vacation_guide/images/numbered_map_markers/marker13.png",20,34);  
  
 	 	 markerObjectInfoHtml[i]='<table class="gmap-table" ><tr><td colspan="3" min-height="20" width="100%" align="left"><div style="width:200px;font-size:20px;">Test Beach9</div><hr color="#085173" size="2"/></td></tr><tr><td valign="top" width="150" height="112" ><img  src="http://www.tahoesun.com/wp-admin/vacation_guide/images/vgp_62.jpeg"   alt="Test Beach9"  /></td> <td width="2px">&nbsp;</td><td align="left" valign="top">800-876-8766<br/><a href="http://www.test.com" target="_blank">Test Website</a></td>  </tr></table>'; 
 	 	 map.addOverlay(markerObjectArray[i]); 
 	 } 
  i=63; 
 	 markerObjectAttraction[i] = 13; 
 	 if(attractionId == markerObjectAttraction[i]){ 
 	 	 latlng = new GLatLng(39.169855,-120.018425); 
 	 	 markerObjectArray[i] = createPointOfInterestMarkers(latlng,"Test Beach10","800-876-8766","Test Website","http://www.test.com","http://www.tahoesun.com/wp-admin/vacation_guide/images/vgp_63.jpeg","http://www.tahoesun.com/wp-admin/vacation_guide/images/numbered_map_markers/marker14.png",20,34);  
  
 	 	 markerObjectInfoHtml[i]='<table class="gmap-table" ><tr><td colspan="3" min-height="20" width="100%" align="left"><div style="width:200px;font-size:20px;">Test Beach10</div><hr color="#085173" size="2"/></td></tr><tr><td valign="top" width="150" height="112" ><img  src="http://www.tahoesun.com/wp-admin/vacation_guide/images/vgp_63.jpeg"   alt="Test Beach10"  /></td> <td width="2px">&nbsp;</td><td align="left" valign="top">800-876-8766<br/><a href="http://www.test.com" target="_blank">Test Website</a></td>  </tr></table>'; 
 	 	 map.addOverlay(markerObjectArray[i]); 
 	 } 
  i=11; 
 	 markerObjectAttraction[i] = 13; 
 	 if(attractionId == markerObjectAttraction[i]){ 
 	 	 latlng = new GLatLng(39.037749,-120.122033); 
 	 	 markerObjectArray[i] = createPointOfInterestMarkers(latlng,"Meeks Bay Beach in Lake Tahoe","","","","http://www.tahoesun.com/wp-admin/vacation_guide/images/vgp_11.jpeg","http://www.tahoesun.com/wp-admin/vacation_guide/images/numbered_map_markers/marker15.png",20,34);  
  
 	 	 markerObjectInfoHtml[i]='<table class="gmap-table" ><tr><td colspan="3" min-height="20" width="100%" align="left"><div style="width:200px;font-size:20px;">Meeks Bay Beach in Lake Tahoe</div><hr color="#085173" size="2"/></td></tr><tr><td valign="top" width="150" height="112" ><img  src="http://www.tahoesun.com/wp-admin/vacation_guide/images/vgp_11.jpeg"   alt="Meeks Bay Beach in Lake Tahoe"  /></td> <td width="2px">&nbsp;</td><td align="left" valign="top"></td>  </tr></table>'; 
 	 	 map.addOverlay(markerObjectArray[i]); 
 	 } 
  i=54; 
 	 markerObjectAttraction[i] = 13; 
 	 if(attractionId == markerObjectAttraction[i]){ 
 	 	 latlng = new GLatLng(39.169855,-120.018425); 
 	 	 markerObjectArray[i] = createPointOfInterestMarkers(latlng,"Test Beach","800-876-8766","Test Website","http://www.test.com","http://www.tahoesun.com/wp-admin/vacation_guide/images/vgp_54.jpeg","http://www.tahoesun.com/wp-admin/vacation_guide/images/numbered_map_markers/marker16.png",20,34);  
  
 	 	 markerObjectInfoHtml[i]='<table class="gmap-table" ><tr><td colspan="3" min-height="20" width="100%" align="left"><div style="width:200px;font-size:20px;">Test Beach</div><hr color="#085173" size="2"/></td></tr><tr><td valign="top" width="150" height="112" ><img  src="http://www.tahoesun.com/wp-admin/vacation_guide/images/vgp_54.jpeg"   alt="Test Beach"  /></td> <td width="2px">&nbsp;</td><td align="left" valign="top">800-876-8766<br/><a href="http://www.test.com" target="_blank">Test Website</a></td>  </tr></table>'; 
 	 	 map.addOverlay(markerObjectArray[i]); 
 	 } 
  i=16; 
 	 markerObjectAttraction[i] = 16; 
 	 if(attractionId == markerObjectAttraction[i]){ 
 	 	 latlng = new GLatLng(38.94972,-119.958746); 
 	 	 markerObjectArray[i] = createPointOfInterestMarkers(latlng,"Ski Run Marina","530-544-9500","","http://www.skirunmarina.com/","http://www.tahoesun.com/wp-admin/vacation_guide/images/vgp_16.jpg","http://www.tahoesun.com/wp-admin/vacation_guide/images/numbered_map_markers/marker1.png",20,34);  
  
 	 	 markerObjectInfoHtml[i]='<table class="gmap-table" ><tr><td colspan="3" min-height="20" width="100%" align="left"><div style="width:200px;font-size:20px;">Ski Run Marina</div><hr color="#085173" size="2"/></td></tr><tr><td valign="top" width="150" height="112" ><img  src="http://www.tahoesun.com/wp-admin/vacation_guide/images/vgp_16.jpg"   alt="Ski Run Marina"  /></td> <td width="2px">&nbsp;</td><td align="left" valign="top">530-544-9500<br/></td>  </tr></table>'; 
 	 	 map.addOverlay(markerObjectArray[i]); 
 	 } 
  i=14; 
 	 markerObjectAttraction[i] = 16; 
 	 if(attractionId == markerObjectAttraction[i]){ 
 	 	 latlng = new GLatLng(38.946172,-119.967088); 
 	 	 markerObjectArray[i] = createPointOfInterestMarkers(latlng,"Action Water Sports","530-544-5387","View Website","http://www.action-watersports.com/","http://www.tahoesun.com/wp-admin/vacation_guide/images/vgp_14.jpg","http://www.tahoesun.com/wp-admin/vacation_guide/images/numbered_map_markers/marker2.png",20,34);  
  
 	 	 markerObjectInfoHtml[i]='<table class="gmap-table" ><tr><td colspan="3" min-height="20" width="100%" align="left"><div style="width:200px;font-size:20px;">Action Water Sports</div><hr color="#085173" size="2"/></td></tr><tr><td valign="top" width="150" height="112" ><img  src="http://www.tahoesun.com/wp-admin/vacation_guide/images/vgp_14.jpg"   alt="Action Water Sports"  /></td> <td width="2px">&nbsp;</td><td align="left" valign="top">530-544-5387<br/><a href="http://www.action-watersports.com/" target="_blank">View Website</a></td>  </tr></table>'; 
 	 	 map.addOverlay(markerObjectArray[i]); 
 	 } 
  i=17; 
 	 markerObjectAttraction[i] = 16; 
 	 if(attractionId == markerObjectAttraction[i]){ 
 	 	 latlng = new GLatLng(39.239464,-120.046926); 
 	 	 markerObjectArray[i] = createPointOfInterestMarkers(latlng,"Tahoe Adventure Company","866-830-6125","View Website","http://tahoeadventurecompany.com/","http://www.tahoesun.com/wp-admin/vacation_guide/images/vgp_17.jpg","http://www.tahoesun.com/wp-admin/vacation_guide/images/numbered_map_markers/marker3.png",20,34);  
  
 	 	 markerObjectInfoHtml[i]='<table class="gmap-table" ><tr><td colspan="3" min-height="20" width="100%" align="left"><div style="width:200px;font-size:20px;">Tahoe Adventure Company</div><hr color="#085173" size="2"/></td></tr><tr><td valign="top" width="150" height="112" ><img  src="http://www.tahoesun.com/wp-admin/vacation_guide/images/vgp_17.jpg"   alt="Tahoe Adventure Company"  /></td> <td width="2px">&nbsp;</td><td align="left" valign="top">866-830-6125<br/><a href="http://tahoeadventurecompany.com/" target="_blank">View Website</a></td>  </tr></table>'; 
 	 	 map.addOverlay(markerObjectArray[i]); 
 	 } 
  i=20; 
 	 markerObjectAttraction[i] = 16; 
 	 if(attractionId == markerObjectAttraction[i]){ 
 	 	 latlng = new GLatLng(39.145617,-120.152224); 
 	 	 markerObjectArray[i] = createPointOfInterestMarkers(latlng,"High Sierra Water Ski School","530-583-7417","View Website","http://www.highsierrawaterskiing.com/","http://www.tahoesun.com/wp-admin/vacation_guide/images/vgp_20.jpg","http://www.tahoesun.com/wp-admin/vacation_guide/images/numbered_map_markers/marker4.png",20,34);  
  
 	 	 markerObjectInfoHtml[i]='<table class="gmap-table" ><tr><td colspan="3" min-height="20" width="100%" align="left"><div style="width:200px;font-size:20px;">High Sierra Water Ski School</div><hr color="#085173" size="2"/></td></tr><tr><td valign="top" width="150" height="112" ><img  src="http://www.tahoesun.com/wp-admin/vacation_guide/images/vgp_20.jpg"   alt="High Sierra Water Ski School"  /></td> <td width="2px">&nbsp;</td><td align="left" valign="top">530-583-7417<br/><a href="http://www.highsierrawaterskiing.com/" target="_blank">View Website</a></td>  </tr></table>'; 
 	 	 map.addOverlay(markerObjectArray[i]); 
 	 } 
  i=15; 
 	 markerObjectAttraction[i] = 16; 
 	 if(attractionId == markerObjectAttraction[i]){ 
 	 	 latlng = new GLatLng(38.945707,-119.966707); 
 	 	 markerObjectArray[i] = createPointOfInterestMarkers(latlng,"Kayak Tahoe","530-544-2011","View Website","http://www.kayaktahoe.com/","http://www.tahoesun.com/wp-admin/vacation_guide/images/vgp_15.jpg","http://www.tahoesun.com/wp-admin/vacation_guide/images/numbered_map_markers/marker5.png",20,34);  
  
 	 	 markerObjectInfoHtml[i]='<table class="gmap-table" ><tr><td colspan="3" min-height="20" width="100%" align="left"><div style="width:200px;font-size:20px;">Kayak Tahoe</div><hr color="#085173" size="2"/></td></tr><tr><td valign="top" width="150" height="112" ><img  src="http://www.tahoesun.com/wp-admin/vacation_guide/images/vgp_15.jpg"   alt="Kayak Tahoe"  /></td> <td width="2px">&nbsp;</td><td align="left" valign="top">530-544-2011<br/><a href="http://www.kayaktahoe.com/" target="_blank">View Website</a></td>  </tr></table>'; 
 	 	 map.addOverlay(markerObjectArray[i]); 
 	 } 
  i=19; 
 	 markerObjectAttraction[i] = 16; 
 	 if(attractionId == markerObjectAttraction[i]){ 
 	 	 latlng = new GLatLng(39.237767,-120.027105); 
 	 	 markerObjectArray[i] = createPointOfInterestMarkers(latlng,"Tahoe Paddle & Oar","530-581-3029","","http://www.tahoepaddle.com/home","http://www.tahoesun.com/wp-admin/vacation_guide/images/vgp_19.jpeg","http://www.tahoesun.com/wp-admin/vacation_guide/images/numbered_map_markers/marker6.png",20,34);  
  
 	 	 markerObjectInfoHtml[i]='<table class="gmap-table" ><tr><td colspan="3" min-height="20" width="100%" align="left"><div style="width:200px;font-size:20px;">Tahoe Paddle & Oar</div><hr color="#085173" size="2"/></td></tr><tr><td valign="top" width="150" height="112" ><img  src="http://www.tahoesun.com/wp-admin/vacation_guide/images/vgp_19.jpeg"   alt="Tahoe Paddle & Oar"  /></td> <td width="2px">&nbsp;</td><td align="left" valign="top">530-581-3029<br/></td>  </tr></table>'; 
 	 	 map.addOverlay(markerObjectArray[i]); 
 	 } 
  i=18; 
 	 markerObjectAttraction[i] = 16; 
 	 if(attractionId == markerObjectAttraction[i]){ 
 	 	 latlng = new GLatLng(39.172604,-120.13877); 
 	 	 markerObjectArray[i] = createPointOfInterestMarkers(latlng,"Tahoe City Marina","530-583-1039","","http://www.tahoecitymarina.com/home","http://www.tahoesun.com/wp-admin/vacation_guide/images/vgp_18.jpg","http://www.tahoesun.com/wp-admin/vacation_guide/images/numbered_map_markers/marker7.png",20,34);  
  
 	 	 markerObjectInfoHtml[i]='<table class="gmap-table" ><tr><td colspan="3" min-height="20" width="100%" align="left"><div style="width:200px;font-size:20px;">Tahoe City Marina</div><hr color="#085173" size="2"/></td></tr><tr><td valign="top" width="150" height="112" ><img  src="http://www.tahoesun.com/wp-admin/vacation_guide/images/vgp_18.jpg"   alt="Tahoe City Marina"  /></td> <td width="2px">&nbsp;</td><td align="left" valign="top">530-583-1039<br/></td>  </tr></table>'; 
 	 	 map.addOverlay(markerObjectArray[i]); 
 	 } 
  i=41; 
 	 markerObjectAttraction[i] = 27; 
 	 if(attractionId == markerObjectAttraction[i]){ 
 	 	 latlng = new GLatLng(38.950344,-119.959191); 
 	 	 markerObjectArray[i] = createPointOfInterestMarkers(latlng,"Tahoe Queen","888-896-3830","View Website","http://www.zephyrcove.com/cruises/charter-cruises.cfm","http://www.tahoesun.com/wp-admin/vacation_guide/images/vgp_41.jpg","http://www.tahoesun.com/wp-admin/vacation_guide/images/numbered_map_markers/marker1.png",20,34);  
  
 	 	 markerObjectInfoHtml[i]='<table class="gmap-table" ><tr><td colspan="3" min-height="20" width="100%" align="left"><div style="width:200px;font-size:20px;">Tahoe Queen</div><hr color="#085173" size="2"/></td></tr><tr><td valign="top" width="150" height="112" ><img  src="http://www.tahoesun.com/wp-admin/vacation_guide/images/vgp_41.jpg"   alt="Tahoe Queen"  /></td> <td width="2px">&nbsp;</td><td align="left" valign="top">888-896-3830<br/><a href="http://www.zephyrcove.com/cruises/charter-cruises.cfm" target="_blank">View Website</a></td>  </tr></table>'; 
 	 	 map.addOverlay(markerObjectArray[i]); 
 	 } 
  i=39; 
 	 markerObjectAttraction[i] = 27; 
 	 if(attractionId == markerObjectAttraction[i]){ 
 	 	 latlng = new GLatLng(39.172873,-120.137456); 
 	 	 markerObjectArray[i] = createPointOfInterestMarkers(latlng,"Tahoe Gal","800-218-2464","View Website","http://www.tahoegal.com/","http://www.tahoesun.com/wp-admin/vacation_guide/images/vgp_39.png","http://www.tahoesun.com/wp-admin/vacation_guide/images/numbered_map_markers/marker2.png",20,34);  
  
 	 	 markerObjectInfoHtml[i]='<table class="gmap-table" ><tr><td colspan="3" min-height="20" width="100%" align="left"><div style="width:200px;font-size:20px;">Tahoe Gal</div><hr color="#085173" size="2"/></td></tr><tr><td valign="top" width="150" height="112" ><img  src="http://www.tahoesun.com/wp-admin/vacation_guide/images/vgp_39.png"   alt="Tahoe Gal"  /></td> <td width="2px">&nbsp;</td><td align="left" valign="top">800-218-2464<br/><a href="http://www.tahoegal.com/" target="_blank">View Website</a></td>  </tr></table>'; 
 	 	 map.addOverlay(markerObjectArray[i]); 
 	 } 
  i=40; 
 	 markerObjectAttraction[i] = 27; 
 	 if(attractionId == markerObjectAttraction[i]){ 
 	 	 latlng = new GLatLng(39.00677,-119.94828); 
 	 	 markerObjectArray[i] = createPointOfInterestMarkers(latlng,"MS Dixie","888-896-3830","View Website","http://www.zephyrcove.com/cruises/charter-cruises.cfm","http://www.tahoesun.com/wp-admin/vacation_guide/images/vgp_40.jpg","http://www.tahoesun.com/wp-admin/vacation_guide/images/numbered_map_markers/marker3.png",20,34);  
  
 	 	 markerObjectInfoHtml[i]='<table class="gmap-table" ><tr><td colspan="3" min-height="20" width="100%" align="left"><div style="width:200px;font-size:20px;">MS Dixie</div><hr color="#085173" size="2"/></td></tr><tr><td valign="top" width="150" height="112" ><img  src="http://www.tahoesun.com/wp-admin/vacation_guide/images/vgp_40.jpg"   alt="MS Dixie"  /></td> <td width="2px">&nbsp;</td><td align="left" valign="top">888-896-3830<br/><a href="http://www.zephyrcove.com/cruises/charter-cruises.cfm" target="_blank">View Website</a></td>  </tr></table>'; 
 	 	 map.addOverlay(markerObjectArray[i]); 
 	 } 
  i=42; 
 	 markerObjectAttraction[i] = 27; 
 	 if(attractionId == markerObjectAttraction[i]){ 
 	 	 latlng = new GLatLng(38.948554,-119.967077); 
 	 	 markerObjectArray[i] = createPointOfInterestMarkers(latlng,"Windsong ","530-544-5387","View Website","http://www.action-watersports.com/rentalrates.html#Boat%20&%20Sailing%20Cruise%20Rates","http://www.tahoesun.com/wp-admin/vacation_guide/images/vgp_42.jpg","http://www.tahoesun.com/wp-admin/vacation_guide/images/numbered_map_markers/marker4.png",20,34);  
  
 	 	 markerObjectInfoHtml[i]='<table class="gmap-table" ><tr><td colspan="3" min-height="20" width="100%" align="left"><div style="width:200px;font-size:20px;">Windsong </div><hr color="#085173" size="2"/></td></tr><tr><td valign="top" width="150" height="112" ><img  src="http://www.tahoesun.com/wp-admin/vacation_guide/images/vgp_42.jpg"   alt="Windsong "  /></td> <td width="2px">&nbsp;</td><td align="left" valign="top">530-544-5387<br/><a href="http://www.action-watersports.com/rentalrates.html#Boat%20&%20Sailing%20Cruise%20Rates" target="_blank">View Website</a></td>  </tr></table>'; 
 	 	 map.addOverlay(markerObjectArray[i]); 
 	 } 
  i=43; 
 	 markerObjectAttraction[i] = 27; 
 	 if(attractionId == markerObjectAttraction[i]){ 
 	 	 latlng = new GLatLng(39.00677,-119.94828); 
 	 	 markerObjectArray[i] = createPointOfInterestMarkers(latlng,"Woodwind II","888-867-6394","View Website","http://www.sailwoodwind.com/tahoeboatcruiseshome.htm","http://www.tahoesun.com/wp-admin/vacation_guide/images/vgp_43.jpg","http://www.tahoesun.com/wp-admin/vacation_guide/images/numbered_map_markers/marker5.png",20,34);  
  
 	 	 markerObjectInfoHtml[i]='<table class="gmap-table" ><tr><td colspan="3" min-height="20" width="100%" align="left"><div style="width:200px;font-size:20px;">Woodwind II</div><hr color="#085173" size="2"/></td></tr><tr><td valign="top" width="150" height="112" ><img  src="http://www.tahoesun.com/wp-admin/vacation_guide/images/vgp_43.jpg"   alt="Woodwind II"  /></td> <td width="2px">&nbsp;</td><td align="left" valign="top">888-867-6394<br/><a href="http://www.sailwoodwind.com/tahoeboatcruiseshome.htm" target="_blank">View Website</a></td>  </tr></table>'; 
 	 	 map.addOverlay(markerObjectArray[i]); 
 	 } 
  i=47; 
 	 markerObjectAttraction[i] = 27; 
 	 if(attractionId == markerObjectAttraction[i]){ 
 	 	 latlng = new GLatLng(39.171523,-120.136882); 
 	 	 markerObjectArray[i] = createPointOfInterestMarkers(latlng,"Tahoe Cruz","530-583-6200","View Website","http://www.tahoesail.com/","http://www.tahoesun.com/wp-admin/vacation_guide/images/vgp_47.jpeg","http://www.tahoesun.com/wp-admin/vacation_guide/images/numbered_map_markers/marker6.png",20,34);  
  
 	 	 markerObjectInfoHtml[i]='<table class="gmap-table" ><tr><td colspan="3" min-height="20" width="100%" align="left"><div style="width:200px;font-size:20px;">Tahoe Cruz</div><hr color="#085173" size="2"/></td></tr><tr><td valign="top" width="150" height="112" ><img  src="http://www.tahoesun.com/wp-admin/vacation_guide/images/vgp_47.jpeg"   alt="Tahoe Cruz"  /></td> <td width="2px">&nbsp;</td><td align="left" valign="top">530-583-6200<br/><a href="http://www.tahoesail.com/" target="_blank">View Website</a></td>  </tr></table>'; 
 	 	 map.addOverlay(markerObjectArray[i]); 
 	 } 
  i=46; 
 	 markerObjectAttraction[i] = 27; 
 	 if(attractionId == markerObjectAttraction[i]){ 
 	 	 latlng = new GLatLng(38.935223,-120.002536); 
 	 	 markerObjectArray[i] = createPointOfInterestMarkers(latlng,"Safari Rose","775-588-3000","View Website","http://www.sailwoodwind.com/tahoeboatcruiseshome.htm","http://www.tahoesun.com/wp-admin/vacation_guide/images/vgp_46.jpg","http://www.tahoesun.com/wp-admin/vacation_guide/images/numbered_map_markers/marker7.png",20,34);  
  
 	 	 markerObjectInfoHtml[i]='<table class="gmap-table" ><tr><td colspan="3" min-height="20" width="100%" align="left"><div style="width:200px;font-size:20px;">Safari Rose</div><hr color="#085173" size="2"/></td></tr><tr><td valign="top" width="150" height="112" ><img  src="http://www.tahoesun.com/wp-admin/vacation_guide/images/vgp_46.jpg"   alt="Safari Rose"  /></td> <td width="2px">&nbsp;</td><td align="left" valign="top">775-588-3000<br/><a href="http://www.sailwoodwind.com/tahoeboatcruiseshome.htm" target="_blank">View Website</a></td>  </tr></table>'; 
 	 	 map.addOverlay(markerObjectArray[i]); 
 	 } 
  i=48; 
 	 markerObjectAttraction[i] = 27; 
 	 if(attractionId == markerObjectAttraction[i]){ 
 	 	 latlng = new GLatLng(38.959934,-119.942486); 
 	 	 markerObjectArray[i] = createPointOfInterestMarkers(latlng,"Tahoe Star","775-586-6534","View Website","http://www.laketahoestar.com/","http://www.tahoesun.com/wp-admin/vacation_guide/images/vgp_48.png","http://www.tahoesun.com/wp-admin/vacation_guide/images/numbered_map_markers/marker8.png",20,34);  
  
 	 	 markerObjectInfoHtml[i]='<table class="gmap-table" ><tr><td colspan="3" min-height="20" width="100%" align="left"><div style="width:200px;font-size:20px;">Tahoe Star</div><hr color="#085173" size="2"/></td></tr><tr><td valign="top" width="150" height="112" ><img  src="http://www.tahoesun.com/wp-admin/vacation_guide/images/vgp_48.png"   alt="Tahoe Star"  /></td> <td width="2px">&nbsp;</td><td align="left" valign="top">775-586-6534<br/><a href="http://www.laketahoestar.com/" target="_blank">View Website</a></td>  </tr></table>'; 
 	 	 map.addOverlay(markerObjectArray[i]); 
 	 } 
  i=49; 
 	 markerObjectAttraction[i] = 27; 
 	 if(attractionId == markerObjectAttraction[i]){ 
 	 	 latlng = new GLatLng(39.00677,-119.94828); 
 	 	 markerObjectArray[i] = createPointOfInterestMarkers(latlng,"Tahoe Paradise","888-896-3830","View Website","http://www.zephyrcove.com/cruises/charter-cruises.cfm","http://www.tahoesun.com/wp-admin/vacation_guide/images/vgp_49.jpeg","http://www.tahoesun.com/wp-admin/vacation_guide/images/numbered_map_markers/marker9.png",20,34);  
  
 	 	 markerObjectInfoHtml[i]='<table class="gmap-table" ><tr><td colspan="3" min-height="20" width="100%" align="left"><div style="width:200px;font-size:20px;">Tahoe Paradise</div><hr color="#085173" size="2"/></td></tr><tr><td valign="top" width="150" height="112" ><img  src="http://www.tahoesun.com/wp-admin/vacation_guide/images/vgp_49.jpeg"   alt="Tahoe Paradise"  /></td> <td width="2px">&nbsp;</td><td align="left" valign="top">888-896-3830<br/><a href="http://www.zephyrcove.com/cruises/charter-cruises.cfm" target="_blank">View Website</a></td>  </tr></table>'; 
 	 	 map.addOverlay(markerObjectArray[i]); 
 	 } 
  i=50; 
 	 markerObjectAttraction[i] = 27; 
 	 if(attractionId == markerObjectAttraction[i]){ 
 	 	 latlng = new GLatLng(39.00677,-119.94828); 
 	 	 markerObjectArray[i] = createPointOfInterestMarkers(latlng,"Tahoe Princess","888-896-3830","View Website","http://www.zephyrcove.com/cruises/charter-cruises.cfm","http://www.tahoesun.com/wp-admin/vacation_guide/images/vgp_50.jpeg","http://www.tahoesun.com/wp-admin/vacation_guide/images/numbered_map_markers/marker10.png",20,34);  
  
 	 	 markerObjectInfoHtml[i]='<table class="gmap-table" ><tr><td colspan="3" min-height="20" width="100%" align="left"><div style="width:200px;font-size:20px;">Tahoe Princess</div><hr color="#085173" size="2"/></td></tr><tr><td valign="top" width="150" height="112" ><img  src="http://www.tahoesun.com/wp-admin/vacation_guide/images/vgp_50.jpeg"   alt="Tahoe Princess"  /></td> <td width="2px">&nbsp;</td><td align="left" valign="top">888-896-3830<br/><a href="http://www.zephyrcove.com/cruises/charter-cruises.cfm" target="_blank">View Website</a></td>  </tr></table>'; 
 	 	 map.addOverlay(markerObjectArray[i]); 
 	 } 
  i=51; 
 	 markerObjectAttraction[i] = 27; 
 	 if(attractionId == markerObjectAttraction[i]){ 
 	 	 latlng = new GLatLng(38.935223,-120.002536); 
 	 	 markerObjectArray[i] = createPointOfInterestMarkers(latlng,"Party Boat","530-308-8016","View Website","http://partyboatlaketahoe.com","http://www.tahoesun.com/wp-admin/vacation_guide/images/vgp_51.png","http://www.tahoesun.com/wp-admin/vacation_guide/images/numbered_map_markers/marker11.png",20,34);  
  
 	 	 markerObjectInfoHtml[i]='<table class="gmap-table" ><tr><td colspan="3" min-height="20" width="100%" align="left"><div style="width:200px;font-size:20px;">Party Boat</div><hr color="#085173" size="2"/></td></tr><tr><td valign="top" width="150" height="112" ><img  src="http://www.tahoesun.com/wp-admin/vacation_guide/images/vgp_51.png"   alt="Party Boat"  /></td> <td width="2px">&nbsp;</td><td align="left" valign="top">530-308-8016<br/><a href="http://partyboatlaketahoe.com" target="_blank">View Website</a></td>  </tr></table>'; 
 	 	 map.addOverlay(markerObjectArray[i]); 
 	 } 
  i=44; 
 	 markerObjectAttraction[i] = 27; 
 	 if(attractionId == markerObjectAttraction[i]){ 
 	 	 latlng = new GLatLng(38.948554,-119.967077); 
 	 	 markerObjectArray[i] = createPointOfInterestMarkers(latlng,"Tahoe Thunder","530-544-5387","View Website","http://www.action-watersports.com/rentalrates.html#Boat%20&%20Sailing%20Cruise%20Rates","http://www.tahoesun.com/wp-admin/vacation_guide/images/vgp_44.jpg","http://www.tahoesun.com/wp-admin/vacation_guide/images/numbered_map_markers/marker12.png",20,34);  
  
 	 	 markerObjectInfoHtml[i]='<table class="gmap-table" ><tr><td colspan="3" min-height="20" width="100%" align="left"><div style="width:200px;font-size:20px;">Tahoe Thunder</div><hr color="#085173" size="2"/></td></tr><tr><td valign="top" width="150" height="112" ><img  src="http://www.tahoesun.com/wp-admin/vacation_guide/images/vgp_44.jpg"   alt="Tahoe Thunder"  /></td> <td width="2px">&nbsp;</td><td align="left" valign="top">530-544-5387<br/><a href="http://www.action-watersports.com/rentalrates.html#Boat%20&%20Sailing%20Cruise%20Rates" target="_blank">View Website</a></td>  </tr></table>'; 
 	 	 map.addOverlay(markerObjectArray[i]); 
 	 } 
  i=52; 
 	 markerObjectAttraction[i] = 27; 
 	 if(attractionId == markerObjectAttraction[i]){ 
 	 	 latlng = new GLatLng(38.989,-119.950533); 
 	 	 markerObjectArray[i] = createPointOfInterestMarkers(latlng,"Bleu Wave ","866-413-0985","View Website","http://www.tahoebleuwave.com/","http://www.tahoesun.com/wp-admin/vacation_guide/images/vgp_52.png","http://www.tahoesun.com/wp-admin/vacation_guide/images/numbered_map_markers/marker13.png",20,34);  
  
 	 	 markerObjectInfoHtml[i]='<table class="gmap-table" ><tr><td colspan="3" min-height="20" width="100%" align="left"><div style="width:200px;font-size:20px;">Bleu Wave </div><hr color="#085173" size="2"/></td></tr><tr><td valign="top" width="150" height="112" ><img  src="http://www.tahoesun.com/wp-admin/vacation_guide/images/vgp_52.png"   alt="Bleu Wave "  /></td> <td width="2px">&nbsp;</td><td align="left" valign="top">866-413-0985<br/><a href="http://www.tahoebleuwave.com/" target="_blank">View Website</a></td>  </tr></table>'; 
 	 	 map.addOverlay(markerObjectArray[i]); 
 	 } 
  i=45; 
 	 markerObjectAttraction[i] = 27; 
 	 if(attractionId == markerObjectAttraction[i]){ 
 	 	 latlng = new GLatLng(38.935223,-120.002536); 
 	 	 markerObjectArray[i] = createPointOfInterestMarkers(latlng,"Tahoe Cruise","775-588-1881","View Website","http://www.tahoecruises.com/tahoehome.htm","http://www.tahoesun.com/wp-admin/vacation_guide/images/vgp_45.jpg","http://www.tahoesun.com/wp-admin/vacation_guide/images/numbered_map_markers/marker14.png",20,34);  
  
 	 	 markerObjectInfoHtml[i]='<table class="gmap-table" ><tr><td colspan="3" min-height="20" width="100%" align="left"><div style="width:200px;font-size:20px;">Tahoe Cruise</div><hr color="#085173" size="2"/></td></tr><tr><td valign="top" width="150" height="112" ><img  src="http://www.tahoesun.com/wp-admin/vacation_guide/images/vgp_45.jpg"   alt="Tahoe Cruise"  /></td> <td width="2px">&nbsp;</td><td align="left" valign="top">775-588-1881<br/><a href="http://www.tahoecruises.com/tahoehome.htm" target="_blank">View Website</a></td>  </tr></table>'; 
 	 	 map.addOverlay(markerObjectArray[i]); 
 	 } 
  
 }  
 