var $ctc={marker:0,infoWindow:0,markerArr:[{title:$datas[0],content:$datas[1]+":0512-58922942
"+$datas[2]+":sales@zhenytech.com‍
"+$datas[3],point:"120.629894|31.783046",isOpen:0,icon:{w:30,h:36,l:0,t:0,x:6,lb:5}}],init:function(){$ctc.initMap()},initMap:function(){var n=new BMap.Map("map-box"),f=new BMap.Point(120.630523,31.782739),e,o,s,t;for(n.centerAndZoom(f,16),window.map=n,n.enableDragging(),n.enableScrollWheelZoom(),n.disableDoubleClickZoom(),n.enableKeyboard(),e=new BMap.NavigationControl({anchor:BMAP_ANCHOR_BOTTOM_RIGHT,type:BMAP_NAVIGATION_CONTROL_LARGE}),n.addControl(e),o=new BMap.OverviewMapControl({anchor:BMAP_ANCHOR_BOTTOM_RIGHT,isOpen:0}),n.addControl(o),s=new BMap.ScaleControl({anchor:BMAP_ANCHOR_BOTTOM_RIGHT}),n.addControl(s),t=0;t<$ctc.markerArr.length;t++){var i=$ctc.markerArr[t],h=i.point.split("|")[0],c=i.point.split("|")[1],f=new BMap.Point(h,c),l=$ctc.createIcon(i.icon),r=new BMap.Marker(f,{icon:l}),a=$ctc.createInfoWindow(t),u=new BMap.Label(i.title,{offset:new BMap.Size(-59,-56)});r.setLabel(u);n.addOverlay(r);u.setStyle({borderColor:"#808080",color:"#333",cursor:"pointer"}),function(){var e=t,n=$ctc.createInfoWindow(t),f=r;f.addEventListener("click",function(){this.openInfoWindow(n)});n.addEventListener("open",function(){f.getLabel().hide()});n.addEventListener("close",function(){f.getLabel().show()});u.addEventListener("click",function(){f.openInfoWindow(n)});!i.isOpen||(u.hide(),f.openInfoWindow(n));$ctc.infoWindow=n}();$ctc.marker=r}},createInfoWindow:function(n){var t=$ctc.markerArr[n];return new BMap.InfoWindow(""+t.title+"<\/b>
"+t.content+"<\/div>")},createIcon:function(n){return new BMap.Icon("/centent/img/icon_en.png",new BMap.Size(n.w,n.h),{imageOffset:new BMap.Size(-n.l,-n.t),infoWindowOffset:new BMap.Size(n.lb+5,1),offset:new BMap.Size(n.x,n.h)})}};$ctc.init();$ctc.marker.openInfoWindow($ctc.infoWindow)