function zindex(){return 10}function showLetteredLocation(n,f){var c,j,i,h,a,b,d,g,e,k,m;c=String.fromCharCode("A".charCodeAt(0)+(f-offset));k=map_util.get_marker_image(showlocationlist[f].tags,"lg",c);m=map_util.get_marker_special("shadow");resultstringarray.push('<div class="location_result"><div class="img">','<img src="',k,'" onclick="javascript: openMarkerWindow(',f,')"></div><div class="address"><a href="',showlocationlist[f].href,'">',showlocationlist[f].title,"</a><br />",showlocationlist[f].address,'</div><div class="details">');resultstringarray.push('<p class="description">',showlocationlist[f].description,"</p>");if(showlocationlist[f].features.length>0){resultstringarray.push('<h4 class="feature_name">',js_var.cat_feature_dict[showlocationlist[f].location_type].feature_name,"</h4>");for(h=0;h<showlocationlist[f].features.length;h=h+1){resultstringarray.push('<span class="feats">',features_dict[showlocationlist[f].features[h]],"</span>")}}if(showlocationlist[f].reviews.length>0){resultstringarray.push("<h5>Review(s):</h5>");resultstringarray.push('<ul class="reviewlist">');for(a=0;a<showlocationlist[f].reviews.length;a=a+1){resultstringarray.push('<li class="reviewlistitem"><a href="',showlocationlist[f].reviews[a].url,'">',showlocationlist[f].reviews[a].title,"</a></li>")}resultstringarray.push("</ul>")}resultstringarray.push("</div></div>");b=['<b><a href="',showlocationlist[f].href,'">',showlocationlist[f].title,"</a></b>"].join("");d=[b," (",showlocationlist[f].location_type,")<br />",showlocationlist[f].address,"<br />"];if(showlocationlist[f].features.length>0){for(h=0;h<showlocationlist[f].features.length;h=h+1){d.push(features_dict[showlocationlist[f].features[h]]);if(h<showlocationlist[f].features.length-1){d.push(", ")}}}g=d.join("");e=createMarker(showlocationlist[f].point,k,m,g,showlocationlist[f].reviews,showlocationlist[f].href,showlocationlist[f].title);marker_list.push(e);lettered_points_list[f]=e};
