SalsaGoogleMap=GMap2;SalsaGoogleMap.prototype.createMarker=function(i,k,c,b,f,d,l){var h="";if(c==undefined){c="default"}if((b==undefined)||(b=="")){h=c}else{h=c+"-"+b}var j=new GIcon(G_DEFAULT_ICON,"/salsa_javascripts/salsa/SalsaGoogleMap/icons/"+h+".png");j.iconSize=new GSize(32,32);j.shadow="/salsa_javascripts/salsa/SalsaGoogleMap/icons/"+c+"-shadow.png";j.shadowSize=new GSize(59,32);j.iconAnchor=new GPoint(15,30);j.infoWindowAnchor=new GPoint(15,0);j.imageMap=[5,4,26,4,26,24,5,24];var e=new GMarker(new GLatLng(i,k),j);var a={icon:j,zIndexProcess:function(n,m){return GOverlay.getZIndex(n.getPoint().lat())+n.priority*1000000}};var e=new GMarker(new GLatLng(i,k),a);e.priority=(l==undefined)?0:l;var g="";if((f!=undefined)){if(d==undefined){d={}}g=simpleTemplateParser.parseTemplate(f.innerHTML.replace(/&lt;/g,"<").replace(/&gt;/g,">"),d);GEvent.addListener(e,"click",function(){e.openInfoWindowHtml(g)})}return e};