cR.prototype=new google.maps.OverlayView;function cR(ez){this.setValues(ez);var span=this.span_=document.createElement('span');span.style.cssText=dL.fo;var div=this.div_=document.createElement('div');div.appendChild(span);div.style.cssText='position: absolute; display: none';};cR.prototype.onAdd=function(){var ew=this.getPanes().overlayImage;ew.appendChild(this.div_);};cR.prototype.onRemove=function(){this.div_.parentNode.removeChild(this.div_);};cR.prototype.draw=function(){var eY=this.getProjection();var position=eY.fromLatLngToDivPixel(this.get('position'));var div=this.div_;div.style.left=position.x+'px';div.style.top=position.y+'px';div.style.display='block';this.span_.innerHTML=this.get('text');};cR.prototype.gJ=function(){if(this.div_){this.div_.style.visibility="hidden";}};cR.prototype.hH=function(){if(this.div_){this.div_.style.visibility="visible";}};cR.prototype.fv=function(){if(this.div_){this.span_.style.cssText=dL.fo;}} 
