/**
 * Created by Administrator on 2016/6/23.
 */
window.BMAP_AUTHENTIC_KEY = "67jMQ5DmYTe1TLMBKFUTcZAR";
(function () {
    function aa(a) {
        throw a;
    }

    var j = void 0, o = !0, p = null, q = !1;

    function s() {
        return function () {
        }
    }

    function ba(a) {
        return function (b) {
            this[a] = b
        }
    }

    function t(a) {
        return function () {
            return this[a]
        }
    }

    function ca(a) {
        return function () {
            return a
        }
    }

    var da, ea = [];

    function fa(a) {
        return function () {
            return ea[a].apply(this, arguments)
        }
    }

    function ga(a, b) {
        return ea[a] = b
    }

    var ha, x = ha = x || {version: "1.3.4"};
    x.ba = "$BAIDU$";
    window[x.ba] = window[x.ba] || {};
    x.object = x.object || {};
    x.extend = x.object.extend = function (a, b) {
        for (var c in b)b.hasOwnProperty(c) && (a[c] = b[c]);
        return a
    };
    x.D = x.D || {};
    x.D.$ = function (a) {
        return "string" == typeof a || a instanceof String ? document.getElementById(a) : a && a.nodeName && (1 == a.nodeType || 9 == a.nodeType) ? a : p
    };
    x.$ = x.Ec = x.D.$;
    x.D.U = function (a) {
        a = x.D.$(a);
        if (a === p)return a;
        a.style.display = "none";
        return a
    };
    x.U = x.D.U;
    x.lang = x.lang || {};
    x.lang.ug = function (a) {
        return "[object String]" == Object.prototype.toString.call(a)
    };
    x.ug = x.lang.ug;
    x.D.Qj = function (a) {
        return x.lang.ug(a) ? document.getElementById(a) : a
    };
    x.Qj = x.D.Qj;
    x.D.getElementsByClassName = function (a, b) {
        var c;
        if (a.getElementsByClassName)c = a.getElementsByClassName(b); else {
            var d = a;
            d == p && (d = document);
            c = [];
            var d = d.getElementsByTagName("*"), e = d.length, f = RegExp("(^|\\s)" + b + "(\\s|$)"), g, i;
            for (i = g = 0; g < e; g++)f.test(d[g].className) && (c[i] = d[g], i++)
        }
        return c
    };
    x.getElementsByClassName = x.D.getElementsByClassName;
    x.D.contains = function (a, b) {
        var c = x.D.Qj, a = c(a), b = c(b);
        return a.contains ? a != b && a.contains(b) : !!(a.compareDocumentPosition(b) & 16)
    };
    x.ea = x.ea || {};
    /msie (\d+\.\d)/i.test(navigator.userAgent) && (x.ea.la = x.la = document.documentMode || +RegExp.$1);
    var ia = {
        cellpadding: "cellPadding",
        cellspacing: "cellSpacing",
        colspan: "colSpan",
        rowspan: "rowSpan",
        valign: "vAlign",
        usemap: "useMap",
        frameborder: "frameBorder"
    };
    8 > x.ea.la ? (ia["for"] = "htmlFor", ia["class"] = "className") : (ia.htmlFor = "for", ia.className = "class");
    x.D.vG = ia;
    x.D.jF = function (a, b, c) {
        a = x.D.$(a);
        if (a === p)return a;
        if ("style" == b)a.style.cssText = c; else {
            b = x.D.vG[b] || b;
            a.setAttribute(b, c)
        }
        return a
    };
    x.jF = x.D.jF;
    x.D.kF = function (a, b) {
        a = x.D.$(a);
        if (a === p)return a;
        for (var c in b)x.D.jF(a, c, b[c]);
        return a
    };
    x.kF = x.D.kF;
    x.Sk = x.Sk || {};
    (function () {
        var a = RegExp("(^[\\s\\t\\xa0\\u3000]+)|([\\u3000\\xa0\\s\\t]+$)", "g");
        x.Sk.trim = function (b) {
            return ("" + b).replace(a, "")
        }
    })();
    x.trim = x.Sk.trim;
    x.Sk.Ro = function (a, b) {
        var a = "" + a, c = Array.prototype.slice.call(arguments, 1), d = Object.prototype.toString;
        if (c.length) {
            c = c.length == 1 ? b !== p && /\[object Array\]|\[object Object\]/.test(d.call(b)) ? b : c : c;
            return a.replace(/#\{(.+?)\}/g, function (a, b) {
                var g = c[b];
                "[object Function]" == d.call(g) && (g = g(b));
                return "undefined" == typeof g ? "" : g
            })
        }
        return a
    };
    x.Ro = x.Sk.Ro;
    x.D.Rb = function (a, b) {
        a = x.D.$(a);
        if (a === p)return a;
        for (var c = a.className.split(/\s+/), d = b.split(/\s+/), e, f = d.length, g, i = 0; i < f; ++i) {
            g = 0;
            for (e = c.length; g < e; ++g)if (c[g] == d[i]) {
                c.splice(g, 1);
                break
            }
        }
        a.className = c.join(" ");
        return a
    };
    x.Rb = x.D.Rb;
    x.D.Fx = function (a, b, c) {
        a = x.D.$(a);
        if (a === p)return a;
        var d;
        if (a.insertAdjacentHTML)a.insertAdjacentHTML(b, c); else {
            d = a.ownerDocument.createRange();
            b = b.toUpperCase();
            if (b == "AFTERBEGIN" || b == "BEFOREEND") {
                d.selectNodeContents(a);
                d.collapse(b == "AFTERBEGIN")
            } else {
                b = b == "BEFOREBEGIN";
                d[b ? "setStartBefore" : "setEndAfter"](a);
                d.collapse(b)
            }
            d.insertNode(d.createContextualFragment(c))
        }
        return a
    };
    x.Fx = x.D.Fx;
    x.D.show = function (a) {
        a = x.D.$(a);
        if (a === p)return a;
        a.style.display = "";
        return a
    };
    x.show = x.D.show;
    x.D.CD = function (a) {
        a = x.D.$(a);
        return a === p ? a : a.nodeType == 9 ? a : a.ownerDocument || a.document
    };
    x.D.Ta = function (a, b) {
        a = x.D.$(a);
        if (a === p)return a;
        for (var c = b.split(/\s+/), d = a.className, e = " " + d + " ", f = 0, g = c.length; f < g; f++)e.indexOf(" " + c[f] + " ") < 0 && (d = d + (" " + c[f]));
        a.className = d;
        return a
    };
    x.Ta = x.D.Ta;
    x.D.AB = x.D.AB || {};
    x.D.Kl = x.D.Kl || [];
    x.D.Kl.filter = function (a, b, c) {
        for (var d = 0, e = x.D.Kl, f; f = e[d]; d++)if (f = f[c])b = f(a, b);
        return b
    };
    x.Sk.iO = function (a) {
        return a.indexOf("-") < 0 && a.indexOf("_") < 0 ? a : a.replace(/[-_][^-_]/g, function (a) {
            return a.charAt(1).toUpperCase()
        })
    };
    x.D.v_ = function (a) {
        x.D.$s(a, "expand") ? x.D.Rb(a, "expand") : x.D.Ta(a, "expand")
    };
    x.D.$s = function (a) {
        if (arguments.length <= 0 || typeof a === "function")return this;
        if (this.size() <= 0)return q;
        var a = a.replace(/^\s+/g, "").replace(/\s+$/g, "").replace(/\s+/g, " "), b = a.split(" "), c;
        x.forEach(this, function (a) {
            for (var a = a.className, e = 0; e < b.length; e++)if (!~(" " + a + " ").indexOf(" " + b[e] + " ")) {
                c = q;
                return
            }
            c !== q && (c = o)
        });
        return c
    };
    x.D.tj = function (a, b) {
        var c = x.D, a = c.$(a);
        if (a === p)return a;
        var b = x.Sk.iO(b), d = a.style[b];
        if (!d)var e = c.AB[b], d = a.currentStyle || (x.ea.la ? a.style : getComputedStyle(a, p)), d = e && e.get ? e.get(a, d) : d[e || b];
        if (e = c.Kl)d = e.filter(b, d, "get");
        return d
    };
    x.tj = x.D.tj;
    /opera\/(\d+\.\d)/i.test(navigator.userAgent) && (x.ea.opera = +RegExp.$1);
    x.ea.dM = /webkit/i.test(navigator.userAgent);
    x.ea.cY = /gecko/i.test(navigator.userAgent) && !/like gecko/i.test(navigator.userAgent);
    x.ea.pE = "CSS1Compat" == document.compatMode;
    x.D.ha = function (a) {
        a = x.D.$(a);
        if (a === p)return a;
        var b = x.D.CD(a), c = x.ea, d = x.D.tj;
        c.cY > 0 && b.getBoxObjectFor && d(a, "position");
        var e = {left: 0, top: 0}, f;
        if (a == (c.la && !c.pE ? b.body : b.documentElement))return e;
        if (a.getBoundingClientRect) {
            a = a.getBoundingClientRect();
            e.left = Math.floor(a.left) + Math.max(b.documentElement.scrollLeft, b.body.scrollLeft);
            e.top = Math.floor(a.top) + Math.max(b.documentElement.scrollTop, b.body.scrollTop);
            e.left = e.left - b.documentElement.clientLeft;
            e.top = e.top - b.documentElement.clientTop;
            a = b.body;
            b = parseInt(d(a, "borderLeftWidth"));
            d = parseInt(d(a, "borderTopWidth"));
            if (c.la && !c.pE) {
                e.left = e.left - (isNaN(b) ? 2 : b);
                e.top = e.top - (isNaN(d) ? 2 : d)
            }
        } else {
            f = a;
            do {
                e.left = e.left + f.offsetLeft;
                e.top = e.top + f.offsetTop;
                if (c.dM > 0 && d(f, "position") == "fixed") {
                    e.left = e.left + b.body.scrollLeft;
                    e.top = e.top + b.body.scrollTop;
                    break
                }
                f = f.offsetParent
            } while (f && f != a);
            if (c.opera > 0 || c.dM > 0 && d(a, "position") == "absolute")e.top = e.top - b.body.offsetTop;
            for (f = a.offsetParent; f && f != b.body;) {
                e.left = e.left - f.scrollLeft;
                if (!c.opera || f.tagName != "TR")e.top = e.top - f.scrollTop;
                f = f.offsetParent
            }
        }
        return e
    };
    /firefox\/(\d+\.\d)/i.test(navigator.userAgent) && (x.ea.rg = +RegExp.$1);
    /BIDUBrowser/i.test(navigator.userAgent) && (x.ea.c1 = o);
    var ja = navigator.userAgent;
    /(\d+\.\d)?(?:\.\d)?\s+safari\/?(\d+\.\d+)?/i.test(ja) && !/chrome/i.test(ja) && (x.ea.BN = +(RegExp.$1 || RegExp.$2));
    /chrome\/(\d+\.\d)/i.test(navigator.userAgent) && (x.ea.YJ = +RegExp.$1);
    x.jc = x.jc || {};
    x.jc.Eb = function (a, b) {
        var c, d, e = a.length;
        if ("function" == typeof b)for (d = 0; d < e; d++) {
            c = a[d];
            c = b.call(a, c, d);
            if (c === q)break
        }
        return a
    };
    x.Eb = x.jc.Eb;
    x.lang.ba = function () {
        return "TANGRAM__" + (window[x.ba]._counter++).toString(36)
    };
    window[x.ba]._counter = window[x.ba]._counter || 1;
    window[x.ba]._instances = window[x.ba]._instances || {};
    x.lang.it = function (a) {
        return "[object Function]" == Object.prototype.toString.call(a)
    };
    x.lang.Ba = function (a) {
        this.ba = a || x.lang.ba();
        window[x.ba]._instances[this.ba] = this
    };
    window[x.ba]._instances = window[x.ba]._instances || {};
    x.lang.Ba.prototype.gi = fa(0);
    x.lang.Ba.prototype.toString = function () {
        return "[object " + (this.oQ || "Object") + "]"
    };
    x.lang.Xy = function (a, b) {
        this.type = a;
        this.returnValue = o;
        this.target = b || p;
        this.currentTarget = p
    };
    x.lang.Ba.prototype.addEventListener = function (a, b, c) {
        if (x.lang.it(b)) {
            !b.al && (b.al = {});
            !this.Ii && (this.Ii = {});
            var d = this.Ii, e;
            if (typeof c == "string" && c) {
                /[^\w\-]/.test(c) && aa("nonstandard key:" + c);
                e = b.yx = c
            }
            a.indexOf("on") != 0 && (a = "on" + a);
            typeof d[a] != "object" && (d[a] = {});
            typeof b.al[a] != "object" && (b.al[a] = {});
            e = e || x.lang.ba();
            b.al[a].yx = e;
            d[a][e] = b
        }
    };
    x.lang.Ba.prototype.removeEventListener = function (a, b) {
        a.indexOf("on") != 0 && (a = "on" + a);
        if (x.lang.it(b)) {
            if (!b.al || !b.al[a])return;
            b = b.al[a].yx
        } else if (!x.lang.ug(b))return;
        !this.Ii && (this.Ii = {});
        var c = this.Ii;
        c[a] && c[a][b] && delete c[a][b]
    };
    x.lang.Ba.prototype.dispatchEvent = function (a, b) {
        x.lang.ug(a) && (a = new x.lang.Xy(a));
        !this.Ii && (this.Ii = {});
        var b = b || {}, c;
        for (c in b)a[c] = b[c];
        var d = this.Ii, e = a.type;
        a.target = a.target || this;
        a.currentTarget = this;
        e.indexOf("on") != 0 && (e = "on" + e);
        x.lang.it(this[e]) && this[e].apply(this, arguments);
        if (typeof d[e] == "object")for (c in d[e])d[e][c].apply(this, arguments);
        return a.returnValue
    };
    x.lang.sa = function (a, b, c) {
        var d, e, f = a.prototype;
        e = new Function;
        e.prototype = b.prototype;
        e = a.prototype = new e;
        for (d in f)e[d] = f[d];
        a.prototype.constructor = a;
        a.m_ = b.prototype;
        if ("string" == typeof c)e.oQ = c
    };
    x.sa = x.lang.sa;
    x.lang.Mc = function (a) {
        return window[x.ba]._instances[a] || p
    };
    x.platform = x.platform || {};
    x.platform.XL = /macintosh/i.test(navigator.userAgent);
    x.platform.O2 = /MicroMessenger/i.test(navigator.userAgent);
    x.platform.eM = /windows/i.test(navigator.userAgent);
    x.platform.kY = /x11/i.test(navigator.userAgent);
    x.platform.Gm = /android/i.test(navigator.userAgent);
    /android (\d+\.\d)/i.test(navigator.userAgent) && (x.platform.GJ = x.GJ = RegExp.$1);
    x.platform.eY = /ipad/i.test(navigator.userAgent);
    x.platform.lE = /iphone/i.test(navigator.userAgent);
    function la(a, b) {
        a.domEvent = b = window.event || b;
        a.clientX = b.clientX || b.pageX;
        a.clientY = b.clientY || b.pageY;
        a.offsetX = b.offsetX || b.layerX;
        a.offsetY = b.offsetY || b.layerY;
        a.screenX = b.screenX;
        a.screenY = b.screenY;
        a.ctrlKey = b.ctrlKey || b.metaKey;
        a.shiftKey = b.shiftKey;
        a.altKey = b.altKey;
        if (b.touches) {
            a.touches = [];
            for (var c = 0; c < b.touches.length; c++)a.touches.push({
                clientX: b.touches[c].clientX,
                clientY: b.touches[c].clientY,
                screenX: b.touches[c].screenX,
                screenY: b.touches[c].screenY,
                pageX: b.touches[c].pageX,
                pageY: b.touches[c].pageY,
                target: b.touches[c].target,
                identifier: b.touches[c].identifier
            })
        }
        if (b.changedTouches) {
            a.changedTouches = [];
            for (c = 0; c < b.changedTouches.length; c++)a.changedTouches.push({
                clientX: b.changedTouches[c].clientX,
                clientY: b.changedTouches[c].clientY,
                screenX: b.changedTouches[c].screenX,
                screenY: b.changedTouches[c].screenY,
                pageX: b.changedTouches[c].pageX,
                pageY: b.changedTouches[c].pageY,
                target: b.changedTouches[c].target,
                identifier: b.changedTouches[c].identifier
            })
        }
        if (b.targetTouches) {
            a.targetTouches = [];
            for (c = 0; c < b.targetTouches.length; c++)a.targetTouches.push({
                clientX: b.targetTouches[c].clientX,
                clientY: b.targetTouches[c].clientY,
                screenX: b.targetTouches[c].screenX,
                screenY: b.targetTouches[c].screenY,
                pageX: b.targetTouches[c].pageX,
                pageY: b.targetTouches[c].pageY,
                target: b.targetTouches[c].target,
                identifier: b.targetTouches[c].identifier
            })
        }
        a.rotation = b.rotation;
        a.scale = b.scale;
        return a
    }

    x.lang.Pw = function (a) {
        var b = window[x.ba];
        b.zS && delete b.zS[a]
    };
    x.event = {};
    x.M = x.event.M = function (a, b, c) {
        if (!(a = x.$(a)))return a;
        b = b.replace(/^on/, "");
        a.addEventListener ? a.addEventListener(b, c, q) : a.attachEvent && a.attachEvent("on" + b, c);
        return a
    };
    x.cd = x.event.cd = function (a, b, c) {
        if (!(a = x.$(a)))return a;
        b = b.replace(/^on/, "");
        a.removeEventListener ? a.removeEventListener(b, c, q) : a.detachEvent && a.detachEvent("on" + b, c);
        return a
    };
    x.D.$s = function (a, b) {
        if (!a || !a.className || typeof a.className != "string")return q;
        var c = -1;
        try {
            c = a.className == b || a.className.search(RegExp("(\\s|^)" + b + "(\\s|$)"))
        } catch (d) {
            return q
        }
        return c > -1
    };
    x.LK = function () {
        function a(a) {
            document.addEventListener && (this.element = a, this.OK = this.zk ? "touchstart" : "mousedown", this.kD = this.zk ? "touchmove" : "mousemove", this.jD = this.zk ? "touchend" : "mouseup", this.rh = q, this.bu = this.au = 0, this.element.addEventListener(this.OK, this, q), ha.M(this.element, "mousedown", s()), this.handleEvent(p))
        }

        a.prototype = {
            zk: "ontouchstart"in window || "createTouch"in document, start: function (a) {
                ma(a);
                this.rh = q;
                this.au = this.zk ? a.touches[0].clientX : a.clientX;
                this.bu = this.zk ? a.touches[0].clientY : a.clientY;
                this.element.addEventListener(this.kD, this, q);
                this.element.addEventListener(this.jD, this, q)
            }, move: function (a) {
                na(a);
                var c = this.zk ? a.touches[0].clientY : a.clientY;
                if (10 < Math.abs((this.zk ? a.touches[0].clientX : a.clientX) - this.au) || 10 < Math.abs(c - this.bu))this.rh = o
            }, end: function (a) {
                na(a);
                this.rh || (a = document.createEvent("Event"), a.initEvent("tap", q, o), this.element.dispatchEvent(a));
                this.element.removeEventListener(this.kD, this, q);
                this.element.removeEventListener(this.jD, this, q)
            }, handleEvent: function (a) {
                if (a)switch (a.type) {
                    case this.OK:
                        this.start(a);
                        break;
                    case this.kD:
                        this.move(a);
                        break;
                    case this.jD:
                        this.end(a)
                }
            }
        };
        return function (b) {
            return new a(b)
        }
    }();
    var z = window.BMap || {};
    z.version = "2.0";
    z.qJ = 0.34 > Math.random();
    0 <= z.version.indexOf("#") && (z.version = "2.0");
    z.Br = [];
    z.Se = function (a) {
        this.Br.push(a)
    };
    z.rr = [];
    z.Sm = function (a) {
        this.rr.push(a)
    };
    z.NU = z.apiLoad || s();
    var pa = window.BMAP_AUTHENTIC_KEY;
    window.BMAP_AUTHENTIC_KEY = p;
    var qa = window.BMap_loadScriptTime, ra = (new Date).getTime(), sa = p, ta = o, ua = p, va = 5042, wa = 5002, xa = 5003, ya = "load_mapclick", za = 5038, Aa = 5041, Ba = 5047, Ca = 5036, Da = 5039, Fa = 5037, Ga = 5040, Ha = 5011, Ia = 7E3;
    var Ja = 0;

    function Ka(a, b) {
        if (a = x.$(a)) {
            var c = this;
            x.lang.Ba.call(c);
            b = b || {};
            c.K = {
                gC: 200,
                Xb: o,
                Xw: q,
                cD: o,
                Oo: o,
                Po: b.enableWheelZoom || q,
                JK: o,
                eD: o,
                Es: o,
                Vw: o,
                lm: o,
                Mo: b.enable3DBuilding || q,
                Ic: 25,
                e0: 240,
                BU: 450,
                Wb: F.Wb,
                Ed: F.Ed,
                Ix: !!b.Ix,
                fc: Math.round(b.minZoom) || 1,
                Zb: Math.round(b.maxZoom) || 19,
                Hb: b.mapType || La,
                G3: q,
                FK: b.drawer || Ja,
                Ww: o,
                Tw: 500,
                mW: b.enableHighResolution !== q,
                nj: b.enableMapClick !== q,
                devicePixelRatio: b.devicePixelRatio || window.devicePixelRatio || 1,
                MF: b.vectorMapLevel || 99,
                te: b.mapStyle || p,
                uY: b.logoControl === q ? q : o,
                VU: [],
                ww: b.beforeClickIcon || p
            };
            c.K.te && (this.UX(c.K.te.controls), this.RL(c.K.te.geotableId));
            c.K.te && c.K.te.styleId && c.y2(c.K.te.styleId);
            c.K.dm = {
                dark: {backColor: "#2D2D2D", textColor: "#bfbfbf", iconUrl: "dicons"},
                normal: {backColor: "#F3F1EC", textColor: "#c61b1b", iconUrl: "icons"},
                light: {backColor: "#EBF8FC", textColor: "#017fb4", iconUrl: "licons"}
            };
            b.enableAutoResize && (c.K.Vw = b.enableAutoResize);
            b.enableStreetEntrance === q && (c.K.lm = b.enableStreetEntrance);
            b.enableDeepZoom === q && (c.K.JK = b.enableDeepZoom);
            var d = c.K.VU;
            if (G())for (var e = 0, f = d.length; e < f; e++)if (x.ea[d[e]]) {
                c.K.devicePixelRatio = 1;
                break
            }
            d = -1 < navigator.userAgent.toLowerCase().indexOf("android");
            e = -1 < navigator.userAgent.toLowerCase().indexOf("mqqbrowser");
            if (-1 < navigator.userAgent.toLowerCase().indexOf("UCBrowser") || d && e)c.K.MF = 99;
            c.Ua = a;
            c.tB(a);
            a.unselectable = "on";
            a.innerHTML = "";
            a.appendChild(c.ua());
            b.size && this.xe(b.size);
            d = c.xb();
            c.width = d.width;
            c.height = d.height;
            c.offsetX = 0;
            c.offsetY = 0;
            c.platform = a.firstChild;
            c.ue = c.platform.firstChild;
            c.ue.style.width = c.width + "px";
            c.ue.style.height = c.height + "px";
            c.Td = {};
            c.ef = new H(0, 0);
            c.pc = new H(0, 0);
            c.Ka = 3;
            c.Cc = 0;
            c.yC = p;
            c.xC = p;
            c.Vb = "";
            c.Bw = "";
            c.Oh = {};
            c.Oh.custom = {};
            c.Sa = 0;
            b.useWebGL === q && Ma(q);
            c.P = new Na(a, {Of: "api", ES: o});
            c.P.U();
            c.P.oF(c);
            b = b || {};
            d = c.Hb = c.K.Hb;
            c.we = d.bp();
            d === Oa && Pa(wa);
            d === Ra && Pa(xa);
            d = c.K;
            d.CO = Math.round(b.minZoom);
            d.BO = Math.round(b.maxZoom);
            c.Su();
            c.R = {Jc: q, kc: 0, mt: 0, iM: 0, S2: 0, ZB: q, XE: -1, Ne: []};
            c.platform.style.cursor = c.K.Wb;
            for (e = 0; e < z.Br.length; e++)z.Br[e](c);
            c.R.XE = e;
            c.ca();
            I.load("map", function () {
                c.wb()
            });
            c.K.nj && (setTimeout(function () {
                Pa(ya)
            }, 1E3), I.load("mapclick", function () {
                window.MPC_Mgr = window.MPC_Mgr || {};
                window.MPC_Mgr[c.ba] = new Sa(c)
            }, o));
            Ta() && I.load("oppc", function () {
                c.nz()
            });
            G() && I.load("opmb", function () {
                c.nz()
            });
            a = p;
            c.IB = []
        }
    }

    x.lang.sa(Ka, x.lang.Ba, "Map");
    x.extend(Ka.prototype, {
        ua: function () {
            var a = K("div"), b = a.style;
            b.overflow = "visible";
            b.position = "absolute";
            b.zIndex = "0";
            b.top = b.left = "0px";
            var b = K("div", {"class": "BMap_mask"}), c = b.style;
            c.position = "absolute";
            c.top = c.left = "0px";
            c.zIndex = "9";
            c.overflow = "hidden";
            c.WebkitUserSelect = "none";
            a.appendChild(b);
            return a
        }, tB: function (a) {
            var b = a.style;
            b.overflow = "hidden";
            "absolute" !== Ua(a).position && (b.position = "relative", b.zIndex = 0);
            b.backgroundColor = "#F3F1EC";
            b.color = "#000";
            b.textAlign = "left"
        }, ca: function () {
            var a = this;
            a.Ur = function () {
                var b = a.xb();
                if (a.width !== b.width || a.height !== b.height) {
                    var c = new L(a.width, a.height), d = new N("onbeforeresize");
                    d.size = c;
                    a.dispatchEvent(d);
                    a.ik((b.width - a.width) / 2, (b.height - a.height) / 2);
                    a.ue.style.width = (a.width = b.width) + "px";
                    a.ue.style.height = (a.height = b.height) + "px";
                    c = new N("onresize");
                    c.size = b;
                    a.dispatchEvent(c)
                }
            };
            a.K.Vw && (a.R.Yr = setInterval(a.Ur, 80))
        }, ik: function (a, b, c, d) {
            var e = this.ta().Bc(this.fa()), f = this.we, g = o;
            c && H.WL(c) && (this.ef = new H(c.lng, c.lat), g = q);
            if (c = c && d ? f.Jm(c, this.Vb) : this.pc)if (this.pc = new H(c.lng + a * e, c.lat - b * e), (a = f.qh(this.pc, this.Vb)) && g)this.ef = a
        }, Fg: function (a, b) {
            if (Va(a) && (this.Su(), this.dispatchEvent(new N("onzoomstart")), a = this.Vn(a).zoom, a !== this.Ka)) {
                this.Cc = this.Ka;
                this.Ka = a;
                var c;
                b ? c = b : this.jh() && (c = this.jh().ha());
                c && (c = this.ac(c, this.Cc), this.ik(this.width / 2 - c.x, this.height / 2 - c.y, this.tb(c, this.Cc), o));
                this.dispatchEvent(new N("onzoomstartcode"))
            }
        }, Oc: function (a) {
            this.Fg(a)
        }, QF: function (a) {
            this.Fg(this.Ka + 1, a)
        }, RF: function (a) {
            this.Fg(this.Ka - 1, a)
        }, ui: function (a) {
            a instanceof H && (this.pc = this.we.Jm(a, this.Vb), this.ef = H.WL(a) ? new H(a.lng, a.lat) : this.we.qh(this.pc, this.Vb))
        }, yg: function (a, b) {
            a = Math.round(a) || 0;
            b = Math.round(b) || 0;
            this.ik(-a, -b)
        }, lw: function (a) {
            a && Wa(a.Ce) && (a.Ce(this), this.dispatchEvent(new N("onaddcontrol", a)))
        }, pN: function (a) {
            a && Wa(a.remove) && (a.remove(), this.dispatchEvent(new N("onremovecontrol", a)))
        }, uo: function (a) {
            a && Wa(a.pa) && (a.pa(this), this.dispatchEvent(new N("onaddcontextmenu", a)))
        }, zp: function (a) {
            a && Wa(a.remove) && (this.dispatchEvent(new N("onremovecontextmenu", a)), a.remove())
        }, Ia: function (a) {
            a && Wa(a.Ce) && (a.Ce(this), this.dispatchEvent(new N("onaddoverlay", a)))
        }, Sb: function (a) {
            a && Wa(a.remove) && (a.remove(), this.dispatchEvent(new N("onremoveoverlay", a)))
        }, aK: function () {
            this.dispatchEvent(new N("onclearoverlays"))
        }, Yg: function (a) {
            a && this.dispatchEvent(new N("onaddtilelayer", a))
        }, zh: function (a) {
            a && this.dispatchEvent(new N("onremovetilelayer", a))
        }, Bg: function (a) {
            if (this.Hb !== a) {
                var b = new N("onsetmaptype");
                b.v3 = this.Hb;
                this.Hb = this.K.Hb = a;
                this.we = this.Hb.bp();
                this.ik(0, 0, this.Ja(), o);
                this.Su();
                var c = this.Vn(this.fa()).zoom;
                this.Fg(c);
                this.dispatchEvent(b);
                b = new N("onmaptypechange");
                b.Ka = c;
                b.Hb = a;
                this.dispatchEvent(b);
                (a === Xa || a === Ra) && Pa(xa)
            }
        }, Vf: function (a) {
            var b = this;
            if (a instanceof H)b.ui(a, {noAnimation: o}); else if (Za(a))if (b.Hb === Oa) {
                var c = F.cC[a];
                c && (pt = c.m, b.Vf(pt))
            } else {
                var d = this.BH();
                d.rF(function (c) {
                    0 === d.um() && 2 === d.Ea.result.type && (b.Vf(c.xk(0).point), Oa.tk(a) && b.lF(a))
                });
                d.search(a, {log: "center"})
            }
        }, Cd: function (a, b) {
            "[object Undefined]" !== Object.prototype.toString.call(b) && (b = parseInt(b));
            ua = G() ? $a.Fi.ok(z.qJ ? 102 : 101) : $a.Fi.ok(1);
            ua.cu();
            ua.iz = +new Date;
            ua.oc("script_loaded", ra - qa);
            ua.oc("centerAndZoom");
            z.Ij("cus.fire", "time", {z_loadscripttime: ra - qa});
            var c = this;
            if (Za(a))if (c.Hb === Oa) {
                var d = F.cC[a];
                d && (pt = d.m, c.Cd(pt, b))
            } else {
                var e = c.BH();
                e.rF(function (d) {
                    if (0 === e.um() && (2 === e.Ea.result.type || 11 === e.Ea.result.type)) {
                        var d = d.xk(0).point, f = b || P.$w(e.Ea.content.level, c);
                        c.Cd(d, f);
                        Oa.tk(a) && c.lF(a)
                    }
                });
                e.search(a, {log: "center"})
            } else if (a instanceof H && b) {
                b = c.Vn(b).zoom;
                c.Cc = c.Ka || b;
                c.Ka = b;
                d = c.ef;
                c.ef = new H(a.lng, a.lat);
                c.pc = c.we.Jm(c.ef, c.Vb);
                c.yC = c.yC || c.Ka;
                c.xC = c.xC || c.ef;
                var f = new N("onload"), g = new N("onloadcode");
                f.point = new H(a.lng, a.lat);
                f.pixel = c.ac(c.ef, c.Ka);
                f.zoom = b;
                c.loaded || (c.loaded = o, c.dispatchEvent(f), sa || (sa = ab()));
                c.dispatchEvent(g);
                f = new N("onmoveend");
                f.dH = "centerAndZoom";
                d.lb(c.ef) || c.dispatchEvent(f);
                c.dispatchEvent(new N("onmoveend"));
                c.Cc !== c.Ka && (d = new N("onzoomend"), d.dH = "centerAndZoom", c.dispatchEvent(d));
                c.K.Mo && c.Mo()
            }
        }, BH: function () {
            this.R.pM || (this.R.pM = new bb(1));
            return this.R.pM
        }, reset: function () {
            this.Cd(this.xC, this.yC, o)
        }, enableDragging: function () {
            this.K.Xb = o
        }, disableDragging: function () {
            this.K.Xb = q
        }, enableInertialDragging: function () {
            this.K.Ww = o
        }, disableInertialDragging: function () {
            this.K.Ww = q
        }, enableScrollWheelZoom: function () {
            this.K.Po = o
        }, disableScrollWheelZoom: function () {
            this.K.Po = q
        }, enableContinuousZoom: function () {
            this.K.Oo = o
        }, disableContinuousZoom: function () {
            this.K.Oo = q
        }, enableDoubleClickZoom: function () {
            this.K.cD = o
        }, disableDoubleClickZoom: function () {
            this.K.cD = q
        }, enableKeyboard: function () {
            this.K.Xw = o
        }, disableKeyboard: function () {
            this.K.Xw = q
        }, enablePinchToZoom: function () {
            this.K.Es = o
        }, disablePinchToZoom: function () {
            this.K.Es = q
        }, enableAutoResize: function () {
            this.K.Vw = o;
            this.Ur();
            this.R.Yr || (this.R.Yr = setInterval(this.Ur, 80))
        }, disableAutoResize: function () {
            this.K.Vw = q;
            this.R.Yr && (clearInterval(this.R.Yr), this.R.Yr = p)
        }, Mo: function () {
            this.K.Mo = o;
            this.Kn || (this.Kn = new db({SK: o}), this.Yg(this.Kn))
        }, XV: function () {
            this.K.Mo = q;
            this.Kn && (this.zh(this.Kn), this.Kn = p, delete this.Kn)
        }, xb: function () {
            return this.ls && this.ls instanceof L ? new L(this.ls.width, this.ls.height) : new L(this.Ua.clientWidth, this.Ua.clientHeight)
        }, xe: function (a) {
            a && a instanceof L ? (this.ls = a, this.Ua.style.width = a.width + "px", this.Ua.style.height = a.height + "px") : this.ls = p
        }, Ja: t("ef"), fa: t("Ka"), nV: function () {
            this.Ur()
        }, Vn: function (a) {
            var b = this.K.fc, c = this.K.Zb, d = q, a = Math.round(a);
            a < b && (d = o, a = b);
            a > c && (d = o, a = c);
            return {zoom: a, lD: d}
        }, Na: t("Ua"), ac: function (a, b) {
            b = b || this.fa();
            return this.we.ac(a, b, this.pc, this.xb(), this.Vb)
        }, tb: function (a, b) {
            b = b || this.fa();
            return this.we.tb(a, b, this.pc, this.xb(), this.Vb)
        }, Re: function (a, b) {
            if (a) {
                var c = this.ac(new H(a.lng, a.lat), b);
                c.x -= this.offsetX;
                c.y -= this.offsetY;
                return c
            }
        }, eN: function (a, b) {
            if (a) {
                var c = new Q(a.x, a.y);
                c.x += this.offsetX;
                c.y += this.offsetY;
                return this.tb(c, b)
            }
        }, pointToPixelFor3D: function (a, b) {
            var c = map.Vb;
            this.Hb === Oa && c && eb.gK(a, this, b)
        }, q3: function (a, b) {
            var c = map.Vb;
            this.Hb === Oa && c && eb.fK(a, this, b)
        }, r3: function (a, b) {
            var c = this, d = map.Vb;
            c.Hb === Oa && d && eb.gK(a, c, function (a) {
                a.x -= c.offsetX;
                a.y -= c.offsetY;
                b && b(a)
            })
        }, o3: function (a, b) {
            var c = map.Vb;
            this.Hb === Oa && c && (a.x += this.offsetX, a.y += this.offsetY, eb.fK(a, this, b))
        }, Gd: function (a) {
            if (!this.Hx())return new fb;
            var b = a || {}, a = b.margins || [0, 0, 0, 0], c = b.zoom || p, b = this.tb({
                x: a[3],
                y: this.height - a[2]
            }, c), a = this.tb({x: this.width - a[1], y: a[0]}, c);
            return new fb(b, a)
        }, Hx: function () {
            return !!this.loaded
        }, GR: function (a, b) {
            for (var c = this.ta(), d = b.margins || [10, 10, 10, 10], e = b.zoomFactor || 0, f = d[1] + d[3], d = d[0] + d[2], g = c.Xo(), i = c = c.qm(); i >= g; i--) {
                var k = this.ta().Bc(i);
                if (a.FF().lng / k < this.width - f && a.FF().lat / k < this.height - d)break
            }
            i += e;
            i < g && (i = g);
            i > c && (i = c);
            return i
        }, Zs: function (a, b) {
            var c = {center: this.Ja(), zoom: this.fa()};
            if (!a || !a instanceof fb && 0 === a.length || a instanceof fb && a.yj())return c;
            var d = [];
            a instanceof fb ? (d.push(a.kf()), d.push(a.re())) : d = a.slice(0);
            for (var b = b || {}, e = [], f = 0, g = d.length; f < g; f++)e.push(this.we.Jm(d[f], this.Vb));
            d = new fb;
            for (f = e.length - 1; 0 <= f; f--)d.extend(e[f]);
            if (d.yj())return c;
            c = d.Ja();
            e = this.GR(d, b);
            b.margins && (d = b.margins, f = (d[1] - d[3]) / 2, d = (d[0] - d[2]) / 2, g = this.ta().Bc(e), b.offset && (f = b.offset.width, d = b.offset.height), c.lng += g * f, c.lat += g * d);
            c = this.we.qh(c, this.Vb);
            return {center: c, zoom: e}
        }, Bh: function (a, b) {
            var c;
            c = a && a.center ? a : this.Zs(a, b);
            var b = b || {}, d = b.delay || 200;
            if (c.zoom === this.Ka && b.enableAnimation !== q) {
                var e = this;
                setTimeout(function () {
                    e.ui(c.center, {duration: 210})
                }, d)
            } else this.Cd(c.center, c.zoom)
        }, Qf: t("Td"), jh: function () {
            return this.R.mb && this.R.mb.Va() ? this.R.mb : p
        }, getDistance: function (a, b) {
            if (a && b) {
                if (a.lb(b))return 0;
                var c = 0, c = R.Vo(a, b);
                if (c === p || c === j)c = 0;
                return c
            }
        }, qx: function () {
            var a = [], b = this.va, c = this.ze;
            if (b)for (var d in b)b[d]instanceof gb && a.push(b[d]);
            if (c) {
                d = 0;
                for (b = c.length; d < b; d++)a.push(c[d])
            }
            return a
        }, ta: t("Hb"), nz: function () {
            for (var a = this.R.XE; a < z.Br.length; a++)z.Br[a](this);
            this.R.XE = a
        }, lF: function (a) {
            this.Vb = Oa.tk(a);
            this.Bw = Oa.cL(this.Vb);
            this.Hb === Oa && this.we instanceof hb && (this.we.gj = this.Vb)
        }, setDefaultCursor: function (a) {
            this.K.Wb = a;
            this.platform && (this.platform.style.cursor = this.K.Wb)
        }, getDefaultCursor: function () {
            return this.K.Wb
        }, setDraggingCursor: function (a) {
            this.K.Ed = a
        }, getDraggingCursor: function () {
            return this.K.Ed
        }, GL: function () {
            return this.K.mW && 1.5 <= this.K.devicePixelRatio
        }, nw: function (a, b) {
            b ? this.Oh[b] || (this.Oh[b] = {}) : b = "custom";
            a.tag = b;
            a instanceof ib && (this.Oh[b][a.ba] = a, a.pa(this));
            var c = this;
            I.load("hotspot", function () {
                c.nz()
            }, o)
        }, gZ: function (a, b) {
            b || (b = "custom");
            this.Oh[b][a.ba] && delete this.Oh[b][a.ba]
        }, bm: function (a) {
            a || (a = "custom");
            this.Oh[a] = {}
        }, Su: function () {
            var a = this.Hb.Xo(), b = this.Hb.qm(), c = this.K;
            c.fc = c.CO || a;
            c.Zb = c.BO || b;
            c.fc < a && (c.fc = a);
            c.Zb > b && (c.Zb = b)
        }, setMinZoom: function (a) {
            a = Math.round(a);
            a > this.K.Zb && (a = this.K.Zb);
            this.K.CO = a;
            this.hJ()
        }, setMaxZoom: function (a) {
            a = Math.round(a);
            a < this.K.fc && (a = this.K.fc);
            this.K.BO = a;
            this.hJ()
        }, hJ: function () {
            this.Su();
            var a = this.K;
            this.Ka < a.fc ? this.Oc(a.fc) : this.Ka > a.Zb && this.Oc(a.Zb);
            var b = new N("onzoomspanchange");
            b.fc = a.fc;
            b.Zb = a.Zb;
            this.dispatchEvent(b)
        }, A2: t("IB"), getKey: function () {
            return pa
        }, Nt: function (a) {
            var b = this;
            window.MPC_Mgr && window.MPC_Mgr[b.ba] && window.MPC_Mgr[b.ba].close();
            b.K.nj = q;
            z.Ij("cus.fire", "count", "z_setmapstylecount");
            if (a) {
                b = this;
                a.styleJson && (a.styleStr = b.j_(a.styleJson));
                G() && x.ea.BN ? setTimeout(function () {
                    b.K.te = a;
                    b.dispatchEvent(new N("onsetcustomstyles", a))
                }, 50) : (this.K.te = a, this.dispatchEvent(new N("onsetcustomstyles", a)), this.RL(b.K.te.geotableId));
                var c = {style: a.style};
                a.features && 0 < a.features.length && (c.features = o);
                a.styleJson && 0 < a.styleJson.length && (c.styleJson = o);
                Pa(5050, c);
                a.style && (c = b.K.dm[a.style] ? b.K.dm[a.style].backColor : b.K.dm.normal.backColor) && (this.Na().style.backgroundColor = c)
            }
        }, UX: function (a) {
            this.controls || (this.controls = {
                navigationControl: new jb,
                scaleControl: new kb,
                overviewMapControl: new lb,
                mapTypeControl: new mb
            });
            var b = this, c;
            for (c in this.controls)b.pN(b.controls[c]);
            a = a || [];
            x.jc.Eb(a, function (a) {
                b.lw(b.controls[a])
            })
        }, RL: function (a) {
            a ? this.js && this.js.xf === a || (this.zh(this.js), this.js = new nb({geotableId: a}), this.Yg(this.js)) : this.zh(this.js)
        }, Ub: function () {
            var a = this.fa() >= this.K.MF && this.ta() === La && 18 >= this.fa(), b = q;
            try {
                document.createElement("canvas").getContext("2d"), b = o
            } catch (c) {
                b = q
            }
            return a && b
        }, getCurrentCity: function () {
            return {name: this.$g, code: this.Zr}
        }, rm: function () {
            this.P.$n();
            return this.P
        }, setPanorama: function (a) {
            this.P = a;
            this.P.oF(this)
        }, j_: function (a) {
            for (var b = {
                featureType: "t",
                elementType: "e",
                visibility: "v",
                color: "c",
                lightness: "l",
                saturation: "s",
                weight: "w",
                zoom: "z",
                hue: "h"
            }, c = {
                all: "all",
                geometry: "g",
                "geometry.fill": "g.f",
                "geometry.stroke": "g.s",
                labels: "l",
                "labels.text.fill": "l.t.f",
                "labels.text.stroke": "l.t.s",
                "lables.text": "l.t",
                "labels.icon": "l.i"
            }, d = [], e = 0, f; f = a[e]; e++) {
                var g = f.stylers;
                delete f.stylers;
                x.extend(f, g);
                var g = [], i;
                for (i in b)f[i] && ("elementType" === i ? g.push(b[i] + ":" + c[f[i]]) : g.push(b[i] + ":" + f[i]));
                2 < g.length && d.push(g.join("|"))
            }
            return d.join(",")
        }
    });
    function Pa(a, b) {
        if (a) {
            var b = b || {}, c = "", d;
            for (d in b)c = c + "&" + d + "=" + encodeURIComponent(b[d]);
            var e = function (a) {
                a && (ob = o, setTimeout(function () {
                    pb.src = z.Hc + "images/blank.gif?" + a.src
                }, 50))
            }, f = function () {
                var a = qb.shift();
                a && e(a)
            };
            d = (1E8 * Math.random()).toFixed(0);
            ob ? qb.push({src: "product=jsapi&sub_product=jsapi&v=" + z.version + "&sub_product_v=" + z.version + "&t=" + d + "&code=" + a + "&da_src=" + a + c}) : e({src: "product=jsapi&sub_product=jsapi&v=" + z.version + "&sub_product_v=" + z.version + "&t=" + d + "&code=" + a + "&da_src=" + a + c});
            rb || (x.M(pb, "load", function () {
                ob = q;
                f()
            }), x.M(pb, "error", function () {
                ob = q;
                f()
            }), rb = o)
        }
    }

    var ob, rb, qb = [], pb = new Image;
    Pa(5E3, {device_pixel_ratio: window.devicePixelRatio, platform: navigator.platform});
    z.LL = {
        TILE_BASE_URLS: ["ss0.baidu.com/5bwHcj7lABFU8t_jkk_Z1zRvfdw6buu", "ss0.baidu.com/5bwHcj7lABFV8t_jkk_Z1zRvfdw6buu", "ss0.baidu.com/5bwHcj7lABFS8t_jkk_Z1zRvfdw6buu", "ss0.bdstatic.com/5bwHcj7lABFT8t_jkk_Z1zRvfdw6buu", "ss0.bdstatic.com/5bwHcj7lABFY8t_jkk_Z1zRvfdw6buu"],
        TILE_ONLINE_URLS: ["ss0.bdstatic.com/8bo_dTSlR1gBo1vgoIiO_jowehsv", "ss0.bdstatic.com/8bo_dTSlRMgBo1vgoIiO_jowehsv", "ss0.bdstatic.com/8bo_dTSlRcgBo1vgoIiO_jowehsv", "ss0.bdstatic.com/8bo_dTSlRsgBo1vgoIiO_jowehsv", "ss0.bdstatic.com/8bo_dTSlQ1gBo1vgoIiO_jowehsv"],
        TIlE_PERSPECT_URLS: ["ss0.bdstatic.com/-OR1cTe9KgQFm2e88IuM_a", "ss0.bdstatic.com/-ON1cTe9KgQFm2e88IuM_a", "ss0.bdstatic.com/-OZ1cTe9KgQFm2e88IuM_a", "ss0.bdstatic.com/-OV1cTe9KgQFm2e88IuM_a"],
        geolocControl: "sp2.baidu.com/8LkJsjOpB1gCo2Kml5_Y_D3",
        TILES_YUN_HOST: ["sp0.baidu.com/-eR1bSahKgkFkRGko9WTAnF6hhy", "sp0.baidu.com/-eN1bSahKgkFkRGko9WTAnF6hhy", "sp0.baidu.com/-eZ1bSahKgkFkRGko9WTAnF6hhy", "sp0.baidu.com/-eV1bSahKgkFkRGko9WTAnF6hhy"],
        traffic: "sp3.baidu.com/7_AZsjOpB1gCo2Kml5_Y_DAcsMJiwa",
        iw_pano: "ss0.bdstatic.com/5LUZemba_QUU8t7mm9GUKT-xh_",
        message: "sp0.baidu.com/7vo0bSba2gU2pMbgoY3K",
        baidumap: "sp0.baidu.com/80MWsjip0QIZ8tyhnq",
        wuxian: "sp0.baidu.com/6a1OdTeaKgQFm2e88IuM_a",
        pano: ["ss0.bdstatic.com/5LUZemba_QUU8t7mm9GUKT-xh_", "ss0.bdstatic.com/5LUZemfa_QUU8t7mm9GUKT-xh_", "ss0.bdstatic.com/5LUZemja_QUU8t7mm9GUKT-xh_"],
        main_domain_nocdn: {baidu: "sp0.baidu.com/9_Q4sjOpB1gCo2Kml5_Y_D3", other: "api.map.baidu.com"},
        main_domain_cdn: {
            baidu: ["ss0.bdstatic.com/9_Q4vHSd2RZ3otebn9fN2DJv", "ss0.baidu.com/9_Q4vXSd2RZ3otebn9fN2DJv", "ss0.bdstatic.com/9_Q4vnSd2RZ3otebn9fN2DJv"],
            other: ["api.map.baidu.com"],
            webmap: ["ss0.baidu.com/6b1IcTe9R1gBo1vgoIiO_jowehsv"]
        },
        map_click: "sp0.baidu.com/80MWbzKh2wt3n2qy8IqW0jdnxx1xbK",
        vector_traffic: "ss0.bdstatic.com/8aZ1cTe9KgQIm2_p8IuM_a"
    };
    z.PX = {
        TILE_BASE_URLS: ["shangetu0.map.bdimg.com", "shangetu1.map.bdimg.com", "shangetu2.map.bdimg.com", "shangetu3.map.bdimg.com", "shangetu4.map.bdimg.com"],
        TILE_ONLINE_URLS: ["online0.map.bdimg.com", "online1.map.bdimg.com", "online2.map.bdimg.com", "online3.map.bdimg.com", "online4.map.bdimg.com"],
        TIlE_PERSPECT_URLS: ["d0.map.baidu.com", "d1.map.baidu.com", "d2.map.baidu.com", "d3.map.baidu.com"],
        geolocControl: "loc.map.baidu.com",
        TILES_YUN_HOST: ["g0.api.map.baidu.com", "g1.api.map.baidu.com", "g2.api.map.baidu.com", "g3.api.map.baidu.com"],
        traffic: "its.map.baidu.com:8002",
        iw_pano: "pcsv0.map.bdimg.com",
        message: "j.map.baidu.com",
        baidumap: "map.baidu.com",
        wuxian: "wuxian.baidu.com",
        pano: ["pcsv0.map.bdimg.com", "pcsv1.map.bdimg.com", "pcsv2.map.bdimg.com"],
        main_domain_nocdn: {baidu: "api.map.baidu.com"},
        main_domain_cdn: {
            baidu: ["api0.map.bdimg.com", "api1.map.bdimg.com", "api2.map.bdimg.com"],
            webmap: ["webmap0.map.bdimg.com"]
        },
        map_click: "mapclick.map.baidu.com",
        vector_traffic: "or.map.bdimg.com"
    };
    z.M_ = {
        "0": {proto: "http://", domain: z.PX},
        1: {proto: "https://", domain: z.LL},
        2: {proto: "https://", domain: z.LL}
    };
    z.ou = window.HOST_TYPE || "0";
    z.url = z.M_[z.ou];
    z.qp = z.url.proto + z.url.domain.baidumap + "/";
    z.Hc = z.url.proto + ("2" == z.ou ? z.url.domain.main_domain_nocdn.other : z.url.domain.main_domain_nocdn.baidu) + "/";
    z.ma = z.url.proto + ("2" == z.ou ? z.url.domain.main_domain_cdn.other[0] : z.url.domain.main_domain_cdn.baidu[0]) + "/";
    z.ej = z.url.proto + z.url.domain.main_domain_cdn.webmap[0] + "/";
    z.tg = function (a, b) {
        var c, d, b = b || "";
        switch (a) {
            case "main_domain_nocdn":
                c = z.Hc + b;
                break;
            case "main_domain_cdn":
                c = z.ma + b;
                break;
            default:
                d = z.url.domain[a], "[object Array]" == Object.prototype.toString.call(d) ? (c = [], x.jc.Eb(d, function (a, d) {
                    c[d] = z.url.proto + a + "/" + b
                })) : c = z.url.proto + z.url.domain[a] + "/" + b
        }
        return c
    };
    function sb(a) {
        var b = {duration: 1E3, Ic: 30, Io: 0, hc: tb.mM, yt: s()};
        this.Zf = [];
        if (a)for (var c in a)b[c] = a[c];
        this.k = b;
        if (Va(b.Io)) {
            var d = this;
            setTimeout(function () {
                d.start()
            }, b.Io)
        } else b.Io != ub && this.start()
    }

    var ub = "INFINITE";
    sb.prototype.start = function () {
        this.Lu = ab();
        this.Uz = this.Lu + this.k.duration;
        vb(this)
    };
    sb.prototype.add = function (a) {
        this.Zf.push(a)
    };
    function vb(a) {
        var b = ab();
        b >= a.Uz ? (Wa(a.k.ua) && a.k.ua(a.k.hc(1)), Wa(a.k.finish) && a.k.finish(), 0 < a.Zf.length && (b = a.Zf[0], b.Zf = [].concat(a.Zf.slice(1)), b.start())) : (a.qy = a.k.hc((b - a.Lu) / a.k.duration), Wa(a.k.ua) && a.k.ua(a.qy), a.AF || (a.Rr = setTimeout(function () {
            vb(a)
        }, 1E3 / a.k.Ic)))
    }

    sb.prototype.stop = function (a) {
        this.AF = o;
        for (var b = 0; b < this.Zf.length; b++)this.Zf[b].stop(), this.Zf[b] = p;
        this.Zf.length = 0;
        this.Rr && (clearTimeout(this.Rr), this.Rr = p);
        this.k.yt(this.qy);
        a && (this.Uz = this.Lu, vb(this))
    };
    sb.prototype.cancel = fa(1);
    var tb = {
        mM: function (a) {
            return a
        }, reverse: function (a) {
            return 1 - a
        }, YC: function (a) {
            return a * a
        }, XC: function (a) {
            return Math.pow(a, 3)
        }, Cs: function (a) {
            return -(a * (a - 2))
        }, HK: function (a) {
            return Math.pow(a - 1, 3) + 1
        }, GK: function (a) {
            return 0.5 > a ? 2 * a * a : -2 * (a - 2) * a - 1
        }, C1: function (a) {
            return 0.5 > a ? 4 * Math.pow(a, 3) : 4 * Math.pow(a - 1, 3) + 1
        }, D1: function (a) {
            return (1 - Math.cos(Math.PI * a)) / 2
        }
    };
    tb["ease-in"] = tb.YC;
    tb["ease-out"] = tb.Cs;
    var F = {
        UF: 34,
        VF: 21,
        WF: new L(21, 32),
        TO: new L(10, 32),
        SO: new L(24, 36),
        RO: new L(12, 36),
        SF: new L(13, 1),
        oa: z.ma + "images/",
        J2: "http://api0.map.bdimg.com/images/",
        TF: z.ma + "images/markers_new.png",
        PO: 24,
        QO: 73,
        cC: {
            "\u5317\u4eac": {gy: "bj", m: new H(116.403874, 39.914889)},
            "\u4e0a\u6d77": {gy: "sh", m: new H(121.487899, 31.249162)},
            "\u6df1\u5733": {gy: "sz", m: new H(114.025974, 22.546054)},
            "\u5e7f\u5dde": {gy: "gz", m: new H(113.30765, 23.120049)}
        },
        fontFamily: "arial,sans-serif"
    };
    x.ea.rg ? (x.extend(F, {
        vK: "url(" + F.oa + "ruler.cur),crosshair",
        Wb: "-moz-grab",
        Ed: "-moz-grabbing"
    }), x.platform.eM && (F.fontFamily = "arial,simsun,sans-serif")) : x.ea.YJ || x.ea.BN ? x.extend(F, {
        vK: "url(" + F.oa + "ruler.cur) 2 6,crosshair",
        Wb: "url(" + F.oa + "openhand.cur) 8 8,default",
        Ed: "url(" + F.oa + "closedhand.cur) 8 8,move"
    }) : x.extend(F, {
        vK: "url(" + F.oa + "ruler.cur),crosshair",
        Wb: "url(" + F.oa + "openhand.cur),default",
        Ed: "url(" + F.oa + "closedhand.cur),move"
    });
    function wb(a, b) {
        var c = a.style;
        c.left = b[0] + "px";
        c.top = b[1] + "px"
    }

    function xb(a) {
        0 < x.ea.la ? a.unselectable = "on" : a.style.MozUserSelect = "none"
    }

    function yb(a) {
        return a && a.parentNode && 11 !== a.parentNode.nodeType
    }

    function zb(a, b) {
        x.D.Fx(a, "beforeEnd", b);
        return a.lastChild
    }

    function Ab(a) {
        for (var b = {
            left: 0,
            top: 0
        }; a && a.offsetParent;)b.left += a.offsetLeft, b.top += a.offsetTop, a = a.offsetParent;
        return b
    }

    function ma(a) {
        a = window.event || a;
        a.stopPropagation ? a.stopPropagation() : a.cancelBubble = o
    }

    function Bb(a) {
        a = window.event || a;
        a.preventDefault ? a.preventDefault() : a.returnValue = q;
        return q
    }

    function na(a) {
        ma(a);
        return Bb(a)
    }

    function Db() {
        var a = document.documentElement, b = document.body;
        return a && (a.scrollTop || a.scrollLeft) ? [a.scrollTop, a.scrollLeft] : b ? [b.scrollTop, b.scrollLeft] : [0, 0]
    }

    function Eb(a, b) {
        if (a && b)return Math.round(Math.sqrt(Math.pow(a.x - b.x, 2) + Math.pow(a.y - b.y, 2)))
    }

    function Fb(a, b) {
        var c = [], b = b || function (a) {
                return a
            }, d;
        for (d in a)c.push(d + "=" + b(a[d]));
        return c.join("&")
    }

    function K(a, b, c) {
        var d = document.createElement(a);
        c && (d = document.createElementNS(c, a));
        return x.D.kF(d, b || {})
    }

    function Ua(a) {
        if (a.currentStyle)return a.currentStyle;
        if (a.ownerDocument && a.ownerDocument.defaultView)return a.ownerDocument.defaultView.getComputedStyle(a, p)
    }

    function Wa(a) {
        return "function" === typeof a
    }

    function Va(a) {
        return "number" === typeof a
    }

    function Za(a) {
        return "string" == typeof a
    }

    function Gb(a) {
        return "undefined" != typeof a
    }

    function Hb(a) {
        return "object" == typeof a
    }

    var Ib = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=";

    function Jb(a) {
        var b = "", c, d, e = "", f, g = "", i = 0;
        f = /[^A-Za-z0-9\+\/\=]/g;
        if (!a || f.exec(a))return a;
        a = a.replace(/[^A-Za-z0-9\+\/\=]/g, "");
        do c = Ib.indexOf(a.charAt(i++)), d = Ib.indexOf(a.charAt(i++)), f = Ib.indexOf(a.charAt(i++)), g = Ib.indexOf(a.charAt(i++)), c = c << 2 | d >> 4, d = (d & 15) << 4 | f >> 2, e = (f & 3) << 6 | g, b += String.fromCharCode(c), 64 != f && (b += String.fromCharCode(d)), 64 != g && (b += String.fromCharCode(e)); while (i < a.length);
        return b
    }

    var N = x.lang.Xy;

    function G() {
        return !(!x.platform.lE && !x.platform.eY && !x.platform.Gm)
    }

    function Ta() {
        return !(!x.platform.eM && !x.platform.XL && !x.platform.kY)
    }

    function ab() {
        return (new Date).getTime()
    }

    function Kb() {
        var a = document.body.appendChild(K("div"));
        a.innerHTML = '<v:shape id="vml_tester1" adj="1" />';
        var b = a.firstChild;
        if (!b.style)return q;
        b.style.behavior = "url(#default#VML)";
        b = b ? "object" === typeof b.adj : o;
        a.parentNode.removeChild(a);
        return b
    }

    function Lb() {
        return !!document.implementation.hasFeature("http://www.w3.org/TR/SVG11/feature#Shape", "1.1")
    }

    function Mb() {
        return !!K("canvas").getContext
    }

    function Nb(a) {
        return a * Math.PI / 180
    }

    z.tY = function () {
        var a = o, b = o, c = o, d = o, e = 0, f = 0, g = 0, i = 0;
        return {
            zQ: function () {
                e += 1;
                a && (a = q, setTimeout(function () {
                    Pa(5054, {pic: e});
                    a = o;
                    e = 0
                }, 1E4))
            }, q0: function () {
                f += 1;
                b && (b = q, setTimeout(function () {
                    Pa(5055, {move: f});
                    b = o;
                    f = 0
                }, 1E4))
            }, s0: function () {
                g += 1;
                c && (c = q, setTimeout(function () {
                    Pa(5056, {zoom: g});
                    c = o;
                    g = 0
                }, 1E4))
            }, r0: function (a) {
                i += a;
                d && (d = q, setTimeout(function () {
                    Pa(5057, {tile: i});
                    d = o;
                    i = 0
                }, 5E3))
            }
        }
    }();
    var $a;
    (function () {
        function a(a) {
            this.OU = a;
            this.timing = {};
            this.start = +new Date
        }

        function b(a, b) {
            if (a.length === +a.length)for (var c = 0, d = a.length; c < d && b.call(j, c, a[c], a) !== q; c++); else for (c in a)if (a.hasOwnProperty(c) && b.call(j, c, a[c], a) === q)break
        }

        var c = [], d = {
            push: function (a) {
                c.push(a);
                if (window.localStorage && window.JSON)try {
                    localStorage.setItem("WPO_NR", JSON.stringify(c))
                } catch (b) {
                }
            }, get: function (a) {
                var b = [];
                if (window.localStorage)try {
                    a && localStorage.removeItem("WPO_NR")
                } catch (d) {
                }
                b = c;
                a && (c = []);
                return b
            }
        }, e, f, g, i, k = {};
        (!window.localStorage || !window.JSON) && document.attachEvent && window.attachEvent("onbeforeunload", function () {
            l.send()
        });
        var l = {
            send: function (a) {
                var c = [], e = [], f = a || d.get(o), g;
                0 < f.length && (b(f, function (d, e) {
                    var f = [];
                    b(e.timing, function (a, b) {
                        f.push('"' + a + '":' + b)
                    });
                    c.push('{"t":{' + f.join(",") + '},"a":' + e.OU + "}");
                    !g && (a && e.start) && (g = e.start)
                }), b(k, function (a, b) {
                    e.push(a + "=" + b)
                }), e.push("d=[" + c.join(",") + "]"), g ? e.push("_st=" + g) : e.push("_t=" + +new Date), f = new Image, f.src = "http://static.tieba.baidu.com/tb/pms/img/st.gif?" + e.join("&"), window["___pms_img_" + 1 * new Date] = f)
            }
        };
        a.prototype = {
            oc: function (a, b) {
                this.timing[a] = 0 <= b ? b : new Date - this.start
            }, cu: function () {
                this.start = +new Date
            }, rO: function () {
                this.oc("tt")
            }, My: function () {
                this.oc("vt")
            }, Xm: function () {
                f && (d.push(this), d.get().length >= g && l.send())
            }, error: s()
        };
        $a = {
            Fi: {
                dE: function (a) {
                    var b = navigator.p1 || navigator.d3 || navigator.t4 || {type: 0};
                    f = Math.random() <= (a.an || 0.01);
                    g = a.max || 5;
                    i = a.c3 || b.type;
                    k = {p: a.cZ, mnt: i, b: 50};
                    window.localStorage && (window.JSON && window.addEventListener) && (e = d.get(o), window.addEventListener("load", function () {
                        l.send(e)
                    }, q))
                }, ok: function (b) {
                    return new a(b)
                }
            }
        }
    })();
    $a.Fi.dE({cZ: 18, an: 0.1, max: 1});
    z.dq = {hG: "#83a1ff", gq: "#808080"};
    function Ob(a, b, c) {
        b.Mm || (b.Mm = [], b.handle = {});
        b.Mm.push({filter: c, mm: a});
        b.addEventListener || (b.addEventListener = function (a, c) {
            b.attachEvent("on" + a, c)
        });
        b.handle.click || (b.addEventListener("click", function (a) {
            for (var c = a.target || a.srcElement; c != b;) {
                Pb(b.Mm, function (b, g) {
                    RegExp(g.filter).test(c.getAttribute("filter")) && g.mm.call(c, a, c.getAttribute("filter"))
                });
                c = c.parentNode
            }
        }, q), b.handle.click = o)
    }

    function Pb(a, b) {
        for (var c = 0, d = a.length; c < d; c++)b(c, a[c])
    }

    "2" !== z.ou && (function (a, b, c) {
        (function (a, b, c) {
            function g(a) {
                if (!a.Ho) {
                    for (var c = o, d = [], f = a.kZ, i = 0; f && i < f.length; i++) {
                        var k = f[i], l = oa[k] = oa[k] || {};
                        if (l.Ho || l == a)d.push(l.Mc); else {
                            c = q;
                            if (!l.QV && (k = (ka.get("alias") || {})[k] || k + ".js", !J[k])) {
                                J[k] = o;
                                var m = b.createElement("script"), n = b.getElementsByTagName("script")[0];
                                m.async = o;
                                m.src = k;
                                n.parentNode.insertBefore(m, n)
                            }
                            l.Ny = l.Ny || {};
                            l.Ny[a.name] = a
                        }
                    }
                    if (c) {
                        a.Ho = o;
                        a.nK && (a.Mc = a.nK.apply(a, d));
                        for (var u in a.Ny)g(a.Ny[u])
                    }
                }
            }

            function i(a) {
                return (a || new Date) - B
            }

            function k(a, b, c) {
                if (a) {
                    "string" == typeof a && (c = b, b = a, a = O);
                    try {
                        a == O ? (M[b] = M[b] || [], M[b].unshift(c)) : a.addEventListener ? a.addEventListener(b, c, q) : a.attachEvent && a.attachEvent("on" + b, c)
                    } catch (d) {
                    }
                }
            }

            function l(a, b, c) {
                if (a) {
                    "string" == typeof a && (c = b, b = a, a = O);
                    try {
                        if (a == O) {
                            var d = M[b];
                            if (d)for (var e = d.length; e--;)d[e] === c && d.splice(e, 1)
                        } else a.removeEventListener ? a.removeEventListener(b, c, q) : a.detachEvent && a.detachEvent("on" + b, c)
                    } catch (f) {
                    }
                }
            }

            function m(a) {
                var b = M[a], c = 0;
                if (b) {
                    for (var d = [], e = arguments, f = 1; f < e.length; f++)d.push(e[f]);
                    for (f = b.length; f--;)b[f].apply(this, d) && c++;
                    return c
                }
            }

            function n(a, b) {
                if (a && b) {
                    var c = new Image(1, 1), d = [], e = "img_" + +new Date, f;
                    for (f in b)b[f] && d.push(f + "=" + encodeURIComponent(b[f]));
                    O[e] = c;
                    c.onload = c.onerror = function () {
                        O[e] = c = c.onload = c.onerror = p;
                        delete O[e]
                    };
                    c.src = a + "?" + d.join("&")
                }
            }

            function u() {
                var a = arguments, b = a[0];
                if (this.mK || /^(on|un|set|get|create)$/.test(b)) {
                    for (var b = w.prototype[b], c = [], d = 1, e = a.length; d < e; d++)c.push(a[d]);
                    "function" == typeof b && b.apply(this, c)
                } else this.LJ.push(a)
            }

            function v(a, b) {
                var c = {}, d;
                for (d in a)a.hasOwnProperty(d) && (c[d] = a[d]);
                for (d in b)b.hasOwnProperty(d) && (c[d] = b[d]);
                return c
            }

            function w(a) {
                this.name = a;
                this.Hs = {UE: {iy: p, UE: p}};
                this.LJ = []
            }

            function y(a) {
                a = a || "default";
                if ("*" == a) {
                    var a = [], b;
                    for (b in Z)a.push(Z[b]);
                    return a
                }
                (b = Z[a]) || (b = Z[a] = new w(a));
                return b
            }

            var C = c.alog;
            if (!C || !C.Ho) {
                var A = b.all && a.attachEvent, B = C && C.tE || +new Date, D = a.V2 || (+new Date).toString(36) + Math.random().toString(36).substr(2, 3), E = 0, J = {}, O = function (a) {
                    var b = arguments, c, d, e, f;
                    if ("define" == a || "require" == a) {
                        for (d = 1; d < b.length; d++)switch (typeof b[d]) {
                            case "string":
                                c = b[d];
                                break;
                            case "object":
                                e = b[d];
                                break;
                            case "function":
                                f = b[d]
                        }
                        "require" == a && (c && !e && (e = [c]), c = p);
                        c = !c ? "#" + E++ : c;
                        d = oa[c] = oa[c] || {};
                        d.Ho || (d.name = c, d.kZ = e, d.nK = f, "define" == a && (d.QV = o), g(d))
                    } else"function" == typeof a ? a(O) : ("" + a).replace(/^(?:([\w$_]+)\.)?(\w+)$/, function (a, c, d) {
                        b[0] = d;
                        u.apply(O.qO(c), b)
                    })
                }, M = {}, Z = {}, oa = {Y0: {name: "alog", Ho: o, Mc: O}};
                w.prototype.start = w.prototype.create = function (a) {
                    if (!this.mK) {
                        "object" == typeof a && this.set(a);
                        this.mK = new Date;
                        for (this.Is("create", this); a = this.LJ.shift();)u.apply(this, a)
                    }
                };
                w.prototype.send = function (a, b) {
                    var c = v({ts: i().toString(36), t: a, sid: D}, this.Hs);
                    if ("object" == typeof b)c = v(c, b); else {
                        var d = arguments;
                        switch (a) {
                            case "pageview":
                                d[1] && (c.page = d[1]);
                                d[2] && (c.title = d[2]);
                                break;
                            case "event":
                                d[1] && (c.eventCategory = d[1]);
                                d[2] && (c.eventAction = d[2]);
                                d[3] && (c.eventLabel = d[3]);
                                d[4] && (c.eventValue = d[4]);
                                break;
                            case "timing":
                                d[1] && (c.timingCategory = d[1]);
                                d[2] && (c.timingVar = d[2]);
                                d[3] && (c.timingValue = d[3]);
                                d[4] && (c.timingLabel = d[4]);
                                break;
                            case "exception":
                                d[1] && (c.exDescription = d[1]);
                                d[2] && (c.exFatal = d[2]);
                                break;
                            default:
                                return
                        }
                    }
                    this.Is("send", c);
                    var e;
                    if (d = this.Hs.UE) {
                        var f = {};
                        for (e in c)d[e] !== p && (f[d[e] || e] = c[e]);
                        e = f
                    } else e = c;
                    n(this.Hs.iy, e)
                };
                w.prototype.set = function (a, b) {
                    if ("string" == typeof a)"protocolParameter" == a && (b = v({
                        iy: p,
                        UE: p
                    }, b)), this.Hs[a] = b; else if ("object" == typeof a)for (var c in a)this.set(c, a[c])
                };
                w.prototype.get = function (a, b) {
                    var c = this.Hs[a];
                    "function" == typeof b && b(c);
                    return c
                };
                w.prototype.Is = function (a, b) {
                    return O.Is(this.name + "." + a, b)
                };
                w.prototype.M = function (a, b) {
                    O.M(this.name + "." + a, b)
                };
                w.prototype.cd = function (a, b) {
                    O.cd(this.name + "." + a, b)
                };
                w.prototype.start = w.prototype.start;
                w.prototype.create = w.prototype.create;
                w.prototype.send = w.prototype.send;
                w.prototype.set = w.prototype.set;
                w.prototype.get = w.prototype.get;
                w.prototype.fire = w.prototype.Is;
                w.prototype.on = w.prototype.M;
                w.prototype.un = w.prototype.cd;
                O.name = "alog";
                O.TN = D;
                O.Ho = o;
                O.timestamp = i;
                O.cd = l;
                O.M = k;
                O.Is = m;
                O.qO = y;
                O("init");
                var ka = y();
                ka.set("protocolParameter", {X0: p});
                if (C) {
                    var Qa = [].concat(C.zb || [], C.Wm || []);
                    C.zb = C.Wm = p;
                    for (var cb in O)O.hasOwnProperty(cb) && (C[cb] = O[cb]);
                    O.zb = O.Wm = {
                        push: function (a) {
                            O.apply(O, a)
                        }
                    };
                    for (C = 0; C < Qa.length; C++)O.apply(O, Qa[C])
                }
                c.alog = O;
                A && k(b, "mouseup", function (a) {
                    a = a.target || a.srcElement;
                    1 == a.nodeType && /^ajavascript:/i.test(a.tagName + a.href)
                });
                var Ya = q;
                a.onerror = function (a, b, d, e) {
                    var g = o;
                    !b && /^script error/i.test(a) && (Ya ? g = q : Ya = o);
                    g && c.alog("exception.send", "exception", {KM: a, lY: b, oM: d, m1: e});
                    return q
                };
                c.alog("exception.on", "catch", function (a) {
                    c.alog("exception.send", "exception", {
                        KM: a.KM,
                        lY: a.path,
                        oM: a.oM,
                        method: a.method,
                        xW: "catch"
                    })
                })
            }
        })(a, b, c);
        (function (a, b, c) {
            var g = "18_1";
            G() && (g = "18_2");
            var i = Math.random, k = {an: "0.1"}, l = {an: "0.1"};
            if (k && k.an && i() < k.an) {
                var m = c.alog.qO("monkey"), n, a = a.screen, b = b.referrer;
                m.set("ver", 5);
                m.set("pid", 241);
                a && m.set("px", a.width + "*" + a.height);
                m.set("ref", b);
                c.alog("monkey.on", "create", function () {
                    n = c.alog.timestamp;
                    m.set("protocolParameter", {reports: p})
                });
                c.alog("monkey.on", "send", function (a) {
                    "pageview" == a.t && (a.cmd = "open");
                    a.now && (a.ts = n(a.now).toString(36), a.now = "")
                });
                c.alog("monkey.create", {
                    page: g,
                    pid: "241",
                    p: "18",
                    iy: "http://nsclick.baidu.com/u.gif",
                    E3: {C3: 1}
                });
                c.alog("monkey.send", "pageview", {now: +new Date})
            }
            l && (l.an && i() < l.an) && (c.alog("cus.on", "time", function (a) {
                var b = {}, d = q, e;
                if ("[object Object]" === a.toString()) {
                    for (var g in a)"page" == g ? b.page = a[g] : (e = parseInt(a[g], 10), 0 < e && /^z_/.test(g) && (d = o, b[g] = e));
                    d && c.alog("cus.send", "time", b)
                }
            }), c.alog("cus.on", "count", function (a) {
                var b = {}, d = q;
                "string" === typeof a && (a = [a]);
                if (a instanceof Array)for (var e = 0; e < a.length; e++)/^z_/.test(a[e]) ? (d = o, b[a[e]] = 1) : /^page:/.test(a[e]) && (b.page = a[e].substring(5));
                d && c.alog("cus.send", "count", b)
            }), c.alog("cus.create", {dv: 3, iy: "http://static.tieba.baidu.com/tb/pms/img/st.gif", page: g, p: "18"}))
        })(a, b, c)
    }(window, document, z), z.alog("cus.fire", "count", "z_loadscriptcount"));
    z.Ij = z.alog || s();
    function Qb(a, b) {
        if (b) {
            var c = (1E5 * Math.random()).toFixed(0);
            z._rd["_cbk" + c] = function (a) {
                b && b(a);
                delete z._rd["_cbk" + c]
            };
            a += "&callback=BMap._rd._cbk" + c
        }
        var d = K("script", {type: "text/javascript"});
        d.charset = "utf-8";
        d.src = a;
        d.addEventListener ? d.addEventListener("load", function (a) {
            a = a.target;
            a.parentNode.removeChild(a)
        }, q) : d.attachEvent && d.attachEvent("onreadystatechange", function () {
            var a = window.event.srcElement;
            a && ("loaded" == a.readyState || "complete" == a.readyState) && a.parentNode.removeChild(a)
        });
        setTimeout(function () {
            document.getElementsByTagName("head")[0].appendChild(d);
            d = p
        }, 1)
    };
    var Rb = {
        map: "rslcz4",
        common: "j1ehey",
        style: "sxhefa",
        tile: "conlxb",
        vectordrawlib: "wjr2x2",
        newvectordrawlib: "512aj0",
        groundoverlay: "sqjhe1",
        pointcollection: "etp4gs",
        marker: "j4nddd",
        symbol: "jnd0nq",
        canvablepath: "qi3wss",
        vmlcontext: "vdmkjt",
        markeranimation: "q5vd2a",
        poly: "ztuhis",
        draw: "q4f1go",
        drawbysvg: "vl2fjm",
        drawbyvml: "kdf2tc",
        drawbycanvas: "amxd2e",
        infowindow: "qwgwiw",
        oppc: "wuiuwz",
        opmb: "yynbd3",
        menu: "3i253f",
        control: "xtzbqg",
        navictrl: "azcfbs",
        geoctrl: "batjq3",
        copyrightctrl: "uizh0e",
        citylistcontrol: "cev1ue",
        scommon: "nfq0nw",
        local: "ktd3ct",
        route: "ztmz3r",
        othersearch: "v5jt34",
        mapclick: "tqtr10",
        buslinesearch: "aim1bo",
        hotspot: "ng5x3v",
        autocomplete: "gjwjns",
        coordtrans: "34vjfc",
        coordtransutils: "subabs",
        convertor: "crepdf",
        clayer: "fd01sy",
        pservice: "bgpjry",
        pcommon: "gzuz0f",
        panorama: "pdj0bw",
        panoramaflash: "h2wcil",
        vector: "55kj0n"
    };
    x.Gy = function () {
        function a(a) {
            return d && !!c[b + a + "_" + Rb[a]]
        }

        var b = "BMap_", c = window.localStorage, d = "localStorage"in window && c !== p && c !== j;
        return {
            gY: d, set: function (a, f) {
                if (d) {
                    for (var g = b + a + "_", i = c.length, k; i--;)k = c.key(i), -1 < k.indexOf(g) && c.removeItem(k);
                    try {
                        c.setItem(b + a + "_" + Rb[a], f)
                    } catch (l) {
                        c.clear()
                    }
                }
            }, get: function (e) {
                return d && a(e) ? c.getItem(b + e + "_" + Rb[e]) : q
            }, WJ: a
        }
    }();
    function I() {
    }

    x.object.extend(I, {
        Fj: {iG: -1, yP: 0, Zp: 1},
        gL: function () {
            var a = "canvablepath", b = z.qJ ? "newvectordrawlib" : "vectordrawlib";
            if (!G() || !Mb())Lb() || (Kb() ? a = "vmlcontext" : Mb());
            return {
                tile: [b, "style"],
                control: [],
                marker: ["symbol"],
                symbol: ["canvablepath", "common"],
                canvablepath: "canvablepath" === a ? [] : [a],
                vmlcontext: [],
                style: [],
                poly: ["marker", "drawbycanvas", "drawbysvg", "drawbyvml"],
                drawbysvg: ["draw"],
                drawbyvml: ["draw"],
                drawbycanvas: ["draw"],
                infowindow: ["common", "marker"],
                menu: [],
                oppc: [],
                opmb: [],
                scommon: [],
                local: ["scommon"],
                route: ["scommon"],
                othersearch: ["scommon"],
                autocomplete: ["scommon"],
                citylistcontrol: ["autocomplete"],
                mapclick: ["scommon"],
                buslinesearch: ["route"],
                hotspot: [],
                coordtransutils: ["coordtrans"],
                convertor: [],
                clayer: ["tile"],
                pservice: [],
                pcommon: ["style", "pservice"],
                panorama: ["pcommon"],
                panoramaflash: ["pcommon"]
            }
        },
        u3: {},
        bG: {PP: z.ma + "getmodules?v=2.0&t=20140707", rU: 5E3},
        zC: q,
        Nd: {rl: {}, En: [], Pv: []},
        load: function (a, b, c) {
            var d = this.gb(a);
            if (d.Bd == this.Fj.Zp)c && b(); else {
                if (d.Bd == this.Fj.iG) {
                    this.cK(a);
                    this.mN(a);
                    var e = this;
                    e.zC == q && (e.zC = o, setTimeout(function () {
                        for (var a = [], b = 0, c = e.Nd.En.length; b < c; b++) {
                            var d = e.Nd.En[b], l = "";
                            ha.Gy.WJ(d) ? l = ha.Gy.get(d) : (l = "", a.push(d + "_" + Rb[d]));
                            e.Nd.Pv.push({GM: d, FE: l})
                        }
                        e.zC = q;
                        e.Nd.En.length = 0;
                        0 == a.length ? e.NK() : Qb(e.bG.PP + "&mod=" + a.join(","))
                    }, 1));
                    d.Bd = this.Fj.yP
                }
                d.Pu.push(b)
            }
        },
        cK: function (a) {
            if (a && this.gL()[a])for (var a = this.gL()[a], b = 0; b < a.length; b++)this.cK(a[b]), this.Nd.rl[a[b]] || this.mN(a[b])
        },
        mN: function (a) {
            for (var b = 0; b < this.Nd.En.length; b++)if (this.Nd.En[b] == a)return;
            this.Nd.En.push(a)
        },
        qZ: function (a, b) {
            var c = this.gb(a);
            try {
                eval(b)
            } catch (d) {
                return
            }
            c.Bd = this.Fj.Zp;
            for (var e = 0, f = c.Pu.length; e < f; e++)c.Pu[e]();
            c.Pu.length = 0
        },
        WJ: function (a, b) {
            var c = this;
            c.timeout = setTimeout(function () {
                c.Nd.rl[a].Bd != c.Fj.Zp ? (c.remove(a), c.load(a, b)) : clearTimeout(c.timeout)
            }, c.bG.rU)
        },
        gb: function (a) {
            this.Nd.rl[a] || (this.Nd.rl[a] = {}, this.Nd.rl[a].Bd = this.Fj.iG, this.Nd.rl[a].Pu = []);
            return this.Nd.rl[a]
        },
        remove: function (a) {
            delete this.gb(a)
        },
        kV: function (a, b) {
            for (var c = this.Nd.Pv, d = o, e = 0, f = c.length; e < f; e++)"" == c[e].FE && (c[e].GM == a ? c[e].FE = b : d = q);
            d && this.NK()
        },
        NK: function () {
            for (var a = this.Nd.Pv, b = 0, c = a.length; b < c; b++)this.qZ(a[b].GM, a[b].FE);
            this.Nd.Pv.length = 0
        }
    });
    function Q(a, b) {
        this.x = a || 0;
        this.y = b || 0;
        this.x = this.x;
        this.y = this.y
    }

    Q.prototype.lb = function (a) {
        return a && a.x == this.x && a.y == this.y
    };
    function L(a, b) {
        this.width = a || 0;
        this.height = b || 0
    }

    L.prototype.lb = function (a) {
        return a && this.width == a.width && this.height == a.height
    };
    function ib(a, b) {
        a && (this.Kb = a, this.ba = "spot" + ib.ba++, b = b || {}, this.Vg = b.text || "", this.wv = b.offsets ? b.offsets.slice(0) : [5, 5, 5, 5], this.jJ = b.userData || p, this.Qh = b.minZoom || p, this.Cf = b.maxZoom || p)
    }

    ib.ba = 0;
    x.extend(ib.prototype, {
        pa: function (a) {
            this.Qh == p && (this.Qh = a.K.fc);
            this.Cf == p && (this.Cf = a.K.Zb)
        }, ra: function (a) {
            a instanceof H && (this.Kb = a)
        }, ha: t("Kb"), Rt: ba("Vg"), SD: t("Vg"), setUserData: ba("jJ"), getUserData: t("jJ")
    });
    function Sb() {
        this.C = p;
        this.Lb = "control";
        this.Pa = this.PJ = o
    }

    x.lang.sa(Sb, x.lang.Ba, "Control");
    x.extend(Sb.prototype, {
        initialize: function (a) {
            this.C = a;
            if (this.B)return a.Ua.appendChild(this.B), this.B
        }, Ce: function (a) {
            !this.B && (this.initialize && Wa(this.initialize)) && (this.B = this.initialize(a));
            this.k = this.k || {Ag: q};
            this.tB();
            this.Jr();
            this.B && (this.B.ir = this)
        }, tB: function () {
            var a = this.B;
            if (a) {
                var b = a.style;
                b.position = "absolute";
                b.zIndex = this.rz || "10";
                b.MozUserSelect = "none";
                b.WebkitTextSizeAdjust = "none";
                this.k.Ag || x.D.Ta(a, "BMap_noprint");
                G() || x.M(a, "contextmenu", na)
            }
        }, remove: function () {
            this.C = p;
            this.B && (this.B.parentNode && this.B.parentNode.removeChild(this.B), this.B = this.B.ir = p)
        }, za: function () {
            this.B = zb(this.C.Ua, "<div unselectable='on'></div>");
            this.Pa == q && x.D.U(this.B);
            return this.B
        }, Jr: function () {
            this.qc(this.k.anchor)
        }, qc: function (a) {
            if (this.Z0 || !Va(a) || isNaN(a) || a < Tb || 3 < a)a = this.defaultAnchor;
            this.k = this.k || {Ag: q};
            this.k.ya = this.k.ya || this.defaultOffset;
            var b = this.k.anchor;
            this.k.anchor = a;
            if (this.B) {
                var c = this.B, d = this.k.ya.width, e = this.k.ya.height;
                c.style.left = c.style.top = c.style.right = c.style.bottom = "auto";
                switch (a) {
                    case Tb:
                        c.style.top = e + "px";
                        c.style.left = d + "px";
                        break;
                    case Ub:
                        c.style.top = e + "px";
                        c.style.right = d + "px";
                        break;
                    case Vb:
                        c.style.bottom = e + "px";
                        c.style.left = d + "px";
                        break;
                    case 3:
                        c.style.bottom = e + "px", c.style.right = d + "px"
                }
                c = ["TL", "TR", "BL", "BR"];
                x.D.Rb(this.B, "anchor" + c[b]);
                x.D.Ta(this.B, "anchor" + c[a])
            }
        }, uD: function () {
            return this.k.anchor
        }, getContainer: t("B"), Te: function (a) {
            a instanceof L && (this.k = this.k || {Ag: q}, this.k.ya = new L(a.width, a.height), this.B && this.qc(this.k.anchor))
        }, Pf: function () {
            return this.k.ya
        }, Hd: t("B"), show: function () {
            this.Pa != o && (this.Pa = o, this.B && x.D.show(this.B))
        }, U: function () {
            this.Pa != q && (this.Pa = q, this.B && x.D.U(this.B))
        }, isPrintable: function () {
            return !!this.k.Ag
        }, mh: function () {
            return !this.B && !this.C ? q : !!this.Pa
        }
    });
    var Tb = 0, Ub = 1, Vb = 2;

    function jb(a) {
        Sb.call(this);
        a = a || {};
        this.k = {
            Ag: q,
            wF: a.showZoomInfo || o,
            anchor: a.anchor,
            ya: a.offset,
            type: a.type,
            lW: a.enableGeolocation || q
        };
        this.defaultAnchor = G() ? 3 : Tb;
        this.defaultOffset = new L(10, 10);
        this.qc(a.anchor);
        this.jn(a.type);
        this.ye()
    }

    x.lang.sa(jb, Sb, "NavigationControl");
    x.extend(jb.prototype, {
        initialize: function (a) {
            this.C = a;
            return this.B
        }, jn: function (a) {
            this.k.type = Va(a) && 0 <= a && 3 >= a ? a : 0
        }, fp: function () {
            return this.k.type
        }, ye: function () {
            var a = this;
            I.load("navictrl", function () {
                a.uf()
            })
        }
    });
    function Wb(a) {
        Sb.call(this);
        a = a || {};
        this.k = {
            anchor: a.anchor || Vb,
            ya: a.offset || new L(10, 30),
            $Z: a.showAddressBar !== q,
            F1: a.enableAutoLocation || q,
            uM: a.locationIcon || p
        };
        var b = this;
        this.rz = 1200;
        b.O_ = [];
        this.ke = [];
        I.load("geoctrl", function () {
            (function d() {
                if (0 !== b.ke.length) {
                    var a = b.ke.shift();
                    b[a.method].apply(b, a.arguments);
                    d()
                }
            })();
            b.OP()
        });
        Pa(Ia)
    }

    x.lang.sa(Wb, Sb, "GeolocationControl");
    x.extend(Wb.prototype, {
        location: function () {
            this.ke.push({method: "location", arguments: arguments})
        }, getAddressComponent: ca(p)
    });
    function Xb(a) {
        Sb.call(this);
        a = a || {};
        this.k = {Ag: q, anchor: a.anchor, ya: a.offset};
        this.cc = [];
        this.defaultAnchor = Vb;
        this.defaultOffset = new L(5, 2);
        this.qc(a.anchor);
        this.PJ = q;
        this.ye()
    }

    x.lang.sa(Xb, Sb, "CopyrightControl");
    x.object.extend(Xb.prototype, {
        initialize: function (a) {
            this.C = a;
            return this.B
        }, mw: function (a) {
            if (a && Va(a.id) && !isNaN(a.id)) {
                var b = {bounds: p, content: ""}, c;
                for (c in a)b[c] = a[c];
                if (a = this.om(a.id))for (var d in b)a[d] = b[d]; else this.cc.push(b)
            }
        }, om: function (a) {
            for (var b = 0, c = this.cc.length; b < c; b++)if (this.cc[b].id == a)return this.cc[b]
        }, BD: t("cc"), YE: function (a) {
            for (var b = 0, c = this.cc.length; b < c; b++)this.cc[b].id == a && (r = this.cc.splice(b, 1), b--, c = this.cc.length)
        }, ye: function () {
            var a = this;
            I.load("copyrightctrl", function () {
                a.uf()
            })
        }
    });
    function lb(a) {
        Sb.call(this);
        a = a || {};
        this.k = {
            Ag: q,
            size: a.size || new L(150, 150),
            padding: 5,
            Va: a.isOpen === o ? o : q,
            c0: 4,
            ya: a.offset,
            anchor: a.anchor
        };
        this.defaultAnchor = 3;
        this.defaultOffset = new L(0, 0);
        this.xq = this.yq = 13;
        this.qc(a.anchor);
        this.xe(this.k.size);
        this.ye()
    }

    x.lang.sa(lb, Sb, "OverviewMapControl");
    x.extend(lb.prototype, {
        initialize: function (a) {
            this.C = a;
            return this.B
        }, qc: function (a) {
            Sb.prototype.qc.call(this, a)
        }, me: function () {
            this.me.jo = o;
            this.k.Va = !this.k.Va;
            this.B || (this.me.jo = q)
        }, xe: function (a) {
            a instanceof L || (a = new L(150, 150));
            a.width = 0 < a.width ? a.width : 150;
            a.height = 0 < a.height ? a.height : 150;
            this.k.size = a
        }, xb: function () {
            return this.k.size
        }, Va: function () {
            return this.k.Va
        }, ye: function () {
            var a = this;
            I.load("control", function () {
                a.uf()
            })
        }
    });
    function Yb(a) {
        Sb.call(this);
        a = a || {};
        this.defaultAnchor = Tb;
        this.hV = a.canCheckSize === q ? q : o;
        this.gj = "";
        this.defaultOffset = new L(10, 10);
        this.onChangeBefore = [];
        this.onChangeAfter = [];
        this.onChangeSuccess = [];
        this.k = {
            Ag: q,
            ya: a.offset || this.defaultOffset,
            anchor: a.anchor || this.defaultAnchor,
            expand: !!a.expand
        };
        a.onChangeBefore && Wa(a.onChangeBefore) && this.onChangeBefore.push(a.onChangeBefore);
        a.onChangeAfter && Wa(a.onChangeAfter) && this.onChangeAfter.push(a.onChangeAfter);
        a.onChangeSuccess && Wa(a.onChangeSuccess) && this.onChangeSuccess.push(a.onChangeSuccess);
        this.qc(a.anchor);
        this.ye()
    }

    x.lang.sa(Yb, Sb, "CityListControl");
    x.object.extend(Yb.prototype, {
        initialize: function (a) {
            this.C = a;
            return this.B
        }, ye: function () {
            var a = this;
            I.load("citylistcontrol", function () {
                a.uf()
            }, o)
        }
    });
    function kb(a) {
        Sb.call(this);
        a = a || {};
        this.k = {Ag: q, color: "black", dd: "metric", ya: a.offset};
        this.defaultAnchor = Vb;
        this.defaultOffset = new L(81, 18);
        this.qc(a.anchor);
        this.Zh = {
            metric: {name: "metric", eK: 1, QL: 1E3, vO: "\u7c73", wO: "\u516c\u91cc"},
            us: {name: "us", eK: 3.2808, QL: 5280, vO: "\u82f1\u5c3a", wO: "\u82f1\u91cc"}
        };
        this.Zh[this.k.dd] || (this.k.dd = "metric");
        this.HI = p;
        this.hI = {};
        this.ye()
    }

    x.lang.sa(kb, Sb, "ScaleControl");
    x.object.extend(kb.prototype, {
        initialize: function (a) {
            this.C = a;
            return this.B
        }, Kk: function (a) {
            this.k.color = a + ""
        }, W1: function () {
            return this.k.color
        }, tF: function (a) {
            this.k.dd = this.Zh[a] && this.Zh[a].name || this.k.dd
        }, EX: function () {
            return this.k.dd
        }, ye: function () {
            var a = this;
            I.load("control", function () {
                a.uf()
            })
        }
    });
    var Zb = 0;

    function mb(a) {
        Sb.call(this);
        a = a || {};
        this.defaultAnchor = Ub;
        this.defaultOffset = new L(10, 10);
        this.k = {
            Ag: q,
            ph: [La, Xa, Ra, Oa],
            PV: ["B_DIMENSIONAL_MAP", "B_SATELLITE_MAP", "B_NORMAL_MAP"],
            type: a.type || Zb,
            ya: a.offset || this.defaultOffset,
            pW: o
        };
        this.qc(a.anchor);
        "[object Array]" == Object.prototype.toString.call(a.mapTypes) && (this.k.ph = a.mapTypes.slice(0));
        this.ye()
    }

    x.lang.sa(mb, Sb, "MapTypeControl");
    x.object.extend(mb.prototype, {
        initialize: function (a) {
            this.C = a;
            return this.B
        }, Hy: function (a) {
            this.C.Yn = a
        }, ye: function () {
            var a = this;
            I.load("control", function () {
                a.uf()
            }, o)
        }
    });
    function $b(a) {
        Sb.call(this);
        a = a || {};
        this.k = {Ag: q, ya: a.offset, anchor: a.anchor};
        this.Si = q;
        this.Tv = p;
        this.qI = new ac({Of: "api"});
        this.rI = new bc(p, {Of: "api"});
        this.defaultAnchor = Ub;
        this.defaultOffset = new L(10, 10);
        this.qc(a.anchor);
        this.ye();
        Pa(va)
    }

    x.lang.sa($b, Sb, "PanoramaControl");
    x.extend($b.prototype, {
        initialize: function (a) {
            this.C = a;
            return this.B
        }, ye: function () {
            var a = this;
            I.load("control", function () {
                a.uf()
            })
        }
    });
    function cc(a) {
        x.lang.Ba.call(this);
        this.k = {Ua: p, cursor: "default"};
        this.k = x.extend(this.k, a);
        this.Lb = "contextmenu";
        this.C = p;
        this.xa = [];
        this.Ff = [];
        this.Ae = [];
        this.Nw = this.gs = p;
        this.Ph = q;
        var b = this;
        I.load("menu", function () {
            b.wb()
        })
    }

    x.lang.sa(cc, x.lang.Ba, "ContextMenu");
    x.object.extend(cc.prototype, {
        pa: function (a, b) {
            this.C = a;
            this.wl = b || p
        }, remove: function () {
            this.C = this.wl = p
        }, ow: function (a) {
            if (a && !("menuitem" != a.Lb || "" == a.Vg || 0 >= a.aj)) {
                for (var b = 0, c = this.xa.length; b < c; b++)if (this.xa[b] === a)return;
                this.xa.push(a);
                this.Ff.push(a)
            }
        }, removeItem: function (a) {
            if (a && "menuitem" == a.Lb) {
                for (var b = 0, c = this.xa.length; b < c; b++)this.xa[b] === a && (this.xa[b].remove(), this.xa.splice(b, 1), c--);
                b = 0;
                for (c = this.Ff.length; b < c; b++)this.Ff[b] === a && (this.Ff[b].remove(), this.Ff.splice(b, 1), c--)
            }
        }, OB: function () {
            this.xa.push({Lb: "divider", Oj: this.Ae.length});
            this.Ae.push({D: p})
        }, $E: function (a) {
            if (this.Ae[a]) {
                for (var b = 0, c = this.xa.length; b < c; b++)this.xa[b] && ("divider" == this.xa[b].Lb && this.xa[b].Oj == a) && (this.xa.splice(b, 1), c--), this.xa[b] && ("divider" == this.xa[b].Lb && this.xa[b].Oj > a) && this.xa[b].Oj--;
                this.Ae.splice(a, 1)
            }
        }, Hd: t("B"), show: function () {
            this.Ph != o && (this.Ph = o)
        }, U: function () {
            this.Ph != q && (this.Ph = q)
        }, FZ: function (a) {
            a && (this.k.cursor = a)
        }, getItem: function (a) {
            return this.Ff[a]
        }
    });
    var dc = F.oa + "menu_zoom_in.png", ec = F.oa + "menu_zoom_out.png";

    function fc(a, b, c) {
        if (a && Wa(b)) {
            x.lang.Ba.call(this);
            this.k = {width: 100, id: "", Cm: ""};
            c = c || {};
            this.k.width = 1 * c.width ? c.width : 100;
            this.k.id = c.id ? c.id : "";
            this.k.Cm = c.iconUrl ? c.iconUrl : "";
            this.Vg = a + "";
            this.vz = b;
            this.C = p;
            this.Lb = "menuitem";
            this.Pr = this.lv = this.B = this.Hh = p;
            this.Lh = o;
            var d = this;
            I.load("menu", function () {
                d.wb()
            })
        }
    }

    x.lang.sa(fc, x.lang.Ba, "MenuItem");
    x.object.extend(fc.prototype, {
        pa: function (a, b) {
            this.C = a;
            this.Hh = b
        }, remove: function () {
            this.C = this.Hh = p
        }, Rt: function (a) {
            a && (this.Vg = a + "")
        }, Tb: function (a) {
            a && (this.k.Cm = a)
        }, Hd: t("B"), enable: function () {
            this.Lh = o
        }, disable: function () {
            this.Lh = q
        }
    });
    function fb(a, b) {
        a && !b && (b = a);
        this.Ee = this.De = this.Je = this.Ie = this.Ll = this.ul = p;
        a && (this.Ll = new H(a.lng, a.lat), this.ul = new H(b.lng, b.lat), this.Je = a.lng, this.Ie = a.lat, this.Ee = b.lng, this.De = b.lat)
    }

    x.object.extend(fb.prototype, {
        yj: function () {
            return !this.Ll || !this.ul
        }, lb: function (a) {
            return !(a instanceof fb) || this.yj() ? q : this.re().lb(a.re()) && this.kf().lb(a.kf())
        }, re: t("Ll"), kf: t("ul"), yV: function (a) {
            return !(a instanceof fb) || this.yj() || a.yj() ? q : a.Je > this.Je && a.Ee < this.Ee && a.Ie > this.Ie && a.De < this.De
        }, Ja: function () {
            return this.yj() ? p : new H((this.Je + this.Ee) / 2, (this.Ie + this.De) / 2)
        }, ft: function (a) {
            if (!(a instanceof fb) || Math.max(a.Je, a.Ee) < Math.min(this.Je, this.Ee) || Math.min(a.Je, a.Ee) > Math.max(this.Je, this.Ee) || Math.max(a.Ie, a.De) < Math.min(this.Ie, this.De) || Math.min(a.Ie, a.De) > Math.max(this.Ie, this.De))return p;
            var b = Math.max(this.Je, a.Je), c = Math.min(this.Ee, a.Ee), d = Math.max(this.Ie, a.Ie), a = Math.min(this.De, a.De);
            return new fb(new H(b, d), new H(c, a))
        }, bs: function (a) {
            return !(a instanceof H) || this.yj() ? q : a.lng >= this.Je && a.lng <= this.Ee && a.lat >= this.Ie && a.lat <= this.De
        }, extend: function (a) {
            if (a instanceof H) {
                var b = a.lng, a = a.lat;
                this.Ll || (this.Ll = new H(0, 0));
                this.ul || (this.ul = new H(0, 0));
                if (!this.Je || this.Je > b)this.Ll.lng = this.Je = b;
                if (!this.Ee || this.Ee < b)this.ul.lng = this.Ee = b;
                if (!this.Ie || this.Ie > a)this.Ll.lat = this.Ie = a;
                if (!this.De || this.De < a)this.ul.lat = this.De = a
            }
        }, FF: function () {
            return this.yj() ? new H(0, 0) : new H(Math.abs(this.Ee - this.Je), Math.abs(this.De - this.Ie))
        }
    });
    function H(a, b) {
        isNaN(a) && (a = Jb(a), a = isNaN(a) ? 0 : a);
        Za(a) && (a = parseFloat(a));
        isNaN(b) && (b = Jb(b), b = isNaN(b) ? 0 : b);
        Za(b) && (b = parseFloat(b));
        this.lng = a;
        this.lat = b
    }

    H.WL = function (a) {
        return a && 180 >= a.lng && -180 <= a.lng && 74 >= a.lat && -74 <= a.lat
    };
    H.prototype.lb = function (a) {
        return a && this.lat == a.lat && this.lng == a.lng
    };
    function gc() {
    }

    gc.prototype.nh = function () {
        aa("lngLatToPoint\u65b9\u6cd5\u672a\u5b9e\u73b0")
    };
    gc.prototype.wi = function () {
        aa("pointToLngLat\u65b9\u6cd5\u672a\u5b9e\u73b0")
    };
    function hc() {
    };
    var eb = {
        gK: function (a, b, c) {
            I.load("coordtransutils", function () {
                eb.TU(a, b, c)
            }, o)
        }, fK: function (a, b, c) {
            I.load("coordtransutils", function () {
                eb.SU(a, b, c)
            }, o)
        }
    };

    function ic() {
        this.Oa = [];
        var a = this;
        I.load("convertor", function () {
            a.MP()
        })
    }

    x.sa(ic, x.lang.Ba, "Convertor");
    x.extend(ic.prototype, {
        translate: function (a, b, c, d) {
            this.Oa.push({method: "translate", arguments: [a, b, c, d]})
        }
    });
    S(ic.prototype, {translate: ic.prototype.translate});
    function R() {
    }

    R.prototype = new gc;
    x.extend(R, {
        cP: 6370996.81,
        mG: [1.289059486E7, 8362377.87, 5591021, 3481989.83, 1678043.12, 0],
        Au: [75, 60, 45, 30, 15, 0],
        iP: [[1.410526172116255E-8, 8.98305509648872E-6, -1.9939833816331, 200.9824383106796, -187.2403703815547, 91.6087516669843, -23.38765649603339, 2.57121317296198, -0.03801003308653, 1.73379812E7], [-7.435856389565537E-9, 8.983055097726239E-6, -0.78625201886289, 96.32687599759846, -1.85204757529826, -59.36935905485877, 47.40033549296737, -16.50741931063887, 2.28786674699375, 1.026014486E7], [-3.030883460898826E-8, 8.98305509983578E-6, 0.30071316287616, 59.74293618442277, 7.357984074871, -25.38371002664745, 13.45380521110908, -3.29883767235584, 0.32710905363475, 6856817.37], [-1.981981304930552E-8, 8.983055099779535E-6, 0.03278182852591, 40.31678527705744, 0.65659298677277, -4.44255534477492, 0.85341911805263, 0.12923347998204, -0.04625736007561, 4482777.06], [3.09191371068437E-9, 8.983055096812155E-6, 6.995724062E-5, 23.10934304144901, -2.3663490511E-4, -0.6321817810242, -0.00663494467273, 0.03430082397953, -0.00466043876332, 2555164.4], [2.890871144776878E-9, 8.983055095805407E-6, -3.068298E-8, 7.47137025468032, -3.53937994E-6, -0.02145144861037, -1.234426596E-5, 1.0322952773E-4, -3.23890364E-6, 826088.5]],
        jG: [[-0.0015702102444, 111320.7020616939, 1704480524535203, -10338987376042340, 26112667856603880, -35149669176653700, 26595700718403920, -10725012454188240, 1800819912950474, 82.5], [8.277824516172526E-4, 111320.7020463578, 6.477955746671607E8, -4.082003173641316E9, 1.077490566351142E10, -1.517187553151559E10, 1.205306533862167E10, -5.124939663577472E9, 9.133119359512032E8, 67.5], [0.00337398766765, 111320.7020202162, 4481351.045890365, -2.339375119931662E7, 7.968221547186455E7, -1.159649932797253E8, 9.723671115602145E7, -4.366194633752821E7, 8477230.501135234, 52.5], [0.00220636496208, 111320.7020209128, 51751.86112841131, 3796837.749470245, 992013.7397791013, -1221952.21711287, 1340652.697009075, -620943.6990984312, 144416.9293806241, 37.5], [-3.441963504368392E-4, 111320.7020576856, 278.2353980772752, 2485758.690035394, 6070.750963243378, 54821.18345352118, 9540.606633304236, -2710.55326746645, 1405.483844121726, 22.5], [-3.218135878613132E-4, 111320.7020701615, 0.00369383431289, 823725.6402795718, 0.46104986909093, 2351.343141331292, 1.58060784298199, 8.77738589078284, 0.37238884252424, 7.45]],
        b2: function (a, b) {
            if (!a || !b)return 0;
            var c, d, a = this.Db(a);
            if (!a)return 0;
            c = this.Tk(a.lng);
            d = this.Tk(a.lat);
            b = this.Db(b);
            return !b ? 0 : this.Pe(c, this.Tk(b.lng), d, this.Tk(b.lat))
        },
        Vo: function (a, b) {
            if (!a || !b)return 0;
            a.lng = this.KD(a.lng, -180, 180);
            a.lat = this.OD(a.lat, -74, 74);
            b.lng = this.KD(b.lng, -180, 180);
            b.lat = this.OD(b.lat, -74, 74);
            return this.Pe(this.Tk(a.lng), this.Tk(b.lng), this.Tk(a.lat), this.Tk(b.lat))
        },
        Db: function (a) {
            if (a === p || a === j)return new H(0, 0);
            var b, c;
            b = new H(Math.abs(a.lng), Math.abs(a.lat));
            for (var d = 0; d < this.mG.length; d++)if (b.lat >= this.mG[d]) {
                c = this.iP[d];
                break
            }
            a = this.hK(a, c);
            return a = new H(a.lng.toFixed(6), a.lat.toFixed(6))
        },
        Fb: function (a) {
            if (a === p || a === j || 180 < a.lng || -180 > a.lng || 90 < a.lat || -90 > a.lat)return new H(0, 0);
            var b, c;
            a.lng = this.KD(a.lng, -180, 180);
            a.lat = this.OD(a.lat, -74, 74);
            b = new H(a.lng, a.lat);
            for (var d = 0; d < this.Au.length; d++)if (b.lat >= this.Au[d]) {
                c = this.jG[d];
                break
            }
            if (!c)for (d = 0; d < this.Au.length; d++)if (b.lat <= -this.Au[d]) {
                c = this.jG[d];
                break
            }
            a = this.hK(a, c);
            return a = new H(a.lng.toFixed(2), a.lat.toFixed(2))
        },
        hK: function (a, b) {
            if (a && b) {
                var c = b[0] + b[1] * Math.abs(a.lng), d = Math.abs(a.lat) / b[9], d = b[2] + b[3] * d + b[4] * d * d + b[5] * d * d * d + b[6] * d * d * d * d + b[7] * d * d * d * d * d + b[8] * d * d * d * d * d * d, c = c * (0 > a.lng ? -1 : 1), d = d * (0 > a.lat ? -1 : 1);
                return new H(c, d)
            }
        },
        Pe: function (a, b, c, d) {
            return this.cP * Math.acos(Math.sin(c) * Math.sin(d) + Math.cos(c) * Math.cos(d) * Math.cos(b - a))
        },
        Tk: function (a) {
            return Math.PI * a / 180
        },
        b4: function (a) {
            return 180 * a / Math.PI
        },
        OD: function (a, b, c) {
            b != p && (a = Math.max(a, b));
            c != p && (a = Math.min(a, c));
            return a
        },
        KD: function (a, b, c) {
            for (; a > c;)a -= c - b;
            for (; a < b;)a += c - b;
            return a
        }
    });
    x.extend(R.prototype, {
        Jm: function (a) {
            return R.Fb(a)
        }, nh: function (a) {
            a = R.Fb(a);
            return new Q(a.lng, a.lat)
        }, qh: function (a) {
            return R.Db(a)
        }, wi: function (a) {
            a = new H(a.x, a.y);
            return R.Db(a)
        }, ac: function (a, b, c, d, e) {
            if (a)return a = this.Jm(a, e), b = this.Bc(b), new Q(Math.round((a.lng - c.lng) / b + d.width / 2), Math.round((c.lat - a.lat) / b + d.height / 2))
        }, tb: function (a, b, c, d, e) {
            if (a)return b = this.Bc(b), this.qh(new H(c.lng + b * (a.x - d.width / 2), c.lat - b * (a.y - d.height / 2)), e)
        }, Bc: function (a) {
            return Math.pow(2, 18 - a)
        }
    });
    function hb() {
        this.gj = "bj"
    }

    hb.prototype = new R;
    x.extend(hb.prototype, {
        Jm: function (a, b) {
            return this.wQ(b, R.Fb(a))
        }, qh: function (a, b) {
            return R.Db(this.xQ(b, a))
        }, lngLatToPointFor3D: function (a, b) {
            var c = this, d = R.Fb(a);
            I.load("coordtrans", function () {
                var a = hc.MD(c.gj || "bj", d), a = new Q(a.x, a.y);
                b && b(a)
            }, o)
        }, pointToLngLatFor3D: function (a, b) {
            var c = this, d = new H(a.x, a.y);
            I.load("coordtrans", function () {
                var a = hc.LD(c.gj || "bj", d), a = new H(a.lng, a.lat), a = R.Db(a);
                b && b(a)
            }, o)
        }, wQ: function (a, b) {
            if (I.gb("coordtrans").Bd == I.Fj.Zp) {
                var c = hc.MD(a || "bj", b);
                return new H(c.x, c.y)
            }
            I.load("coordtrans", s());
            return new H(0, 0)
        }, xQ: function (a, b) {
            if (I.gb("coordtrans").Bd == I.Fj.Zp) {
                var c = hc.LD(a || "bj", b);
                return new H(c.lng, c.lat)
            }
            I.load("coordtrans", s());
            return new H(0, 0)
        }, Bc: function (a) {
            return Math.pow(2, 20 - a)
        }
    });
    function jc() {
        this.Lb = "overlay"
    }

    x.lang.sa(jc, x.lang.Ba, "Overlay");
    jc.ym = function (a) {
        a *= 1;
        return !a ? 0 : -1E5 * a << 1
    };
    x.extend(jc.prototype, {
        Ce: function (a) {
            if (!this.V && Wa(this.initialize) && (this.V = this.initialize(a)))this.V.style.WebkitUserSelect = "none";
            this.draw()
        }, initialize: function () {
            aa("initialize\u65b9\u6cd5\u672a\u5b9e\u73b0")
        }, draw: function () {
            aa("draw\u65b9\u6cd5\u672a\u5b9e\u73b0")
        }, remove: function () {
            this.V && this.V.parentNode && this.V.parentNode.removeChild(this.V);
            this.V = p;
            this.dispatchEvent(new N("onremove"))
        }, U: function () {
            this.V && x.D.U(this.V)
        }, show: function () {
            this.V && x.D.show(this.V)
        }, mh: function () {
            return !this.V || "none" == this.V.style.display || "hidden" == this.V.style.visibility ? q : o
        }
    });
    z.Se(function (a) {
        function b(a, b) {
            var c = K("div"), g = c.style;
            g.position = "absolute";
            g.top = g.left = g.width = g.height = "0";
            g.zIndex = b;
            a.appendChild(c);
            return c
        }

        var c = a.R;
        c.qd = a.qd = b(a.platform, 200);
        a.Td.oD = b(c.qd, 800);
        a.Td.BE = b(c.qd, 700);
        a.Td.UK = b(c.qd, 600);
        a.Td.uE = b(c.qd, 500);
        a.Td.yM = b(c.qd, 400);
        a.Td.zM = b(c.qd, 300);
        a.Td.IO = b(c.qd, 201);
        a.Td.ot = b(c.qd, 200)
    });
    function gb() {
        x.lang.Ba.call(this);
        jc.call(this);
        this.map = p;
        this.Pa = o;
        this.yb = p;
        this.ZG = 0
    }

    x.lang.sa(gb, jc, "OverlayInternal");
    x.extend(gb.prototype, {
        initialize: function (a) {
            this.map = a;
            x.lang.Ba.call(this, this.ba);
            return p
        }, lx: t("map"), draw: s(), Hj: s(), remove: function () {
            this.map = p;
            x.lang.Pw(this.ba);
            jc.prototype.remove.call(this)
        }, U: function () {
            this.Pa !== q && (this.Pa = q)
        }, show: function () {
            this.Pa !== o && (this.Pa = o)
        }, mh: function () {
            return !this.V ? q : !!this.Pa
        }, Na: t("V"), FN: function (a) {
            var a = a || {}, b;
            for (b in a)this.z[b] = a[b]
        }, St: ba("zIndex"), ii: function () {
            this.z.ii = o
        }, ZV: function () {
            this.z.ii = q
        }, uo: ba("hg"), zp: function () {
            this.hg = p
        }
    });
    function kc() {
        this.map = p;
        this.va = {};
        this.ze = []
    }

    z.Se(function (a) {
        var b = new kc;
        b.map = a;
        a.va = b.va;
        a.ze = b.ze;
        a.addEventListener("load", function (a) {
            b.draw(a)
        });
        a.addEventListener("moveend", function (a) {
            b.draw(a)
        });
        x.ea.la && 8 > x.ea.la || "BackCompat" === document.compatMode ? a.addEventListener("zoomend", function (a) {
            setTimeout(function () {
                b.draw(a)
            }, 20)
        }) : a.addEventListener("zoomend", function (a) {
            b.draw(a)
        });
        a.addEventListener("maptypechange", function (a) {
            b.draw(a)
        });
        a.addEventListener("addoverlay", function (a) {
            a = a.target;
            if (a instanceof gb)b.va[a.ba] || (b.va[a.ba] = a); else {
                for (var d = q, e = 0, f = b.ze.length; e < f; e++)if (b.ze[e] === a) {
                    d = o;
                    break
                }
                d || b.ze.push(a)
            }
        });
        a.addEventListener("removeoverlay", function (a) {
            a = a.target;
            if (a instanceof gb)delete b.va[a.ba]; else for (var d = 0, e = b.ze.length; d < e; d++)if (b.ze[d] === a) {
                b.ze.splice(d, 1);
                break
            }
        });
        a.addEventListener("clearoverlays", function () {
            this.Xc();
            for (var a in b.va)b.va[a].z.ii && (b.va[a].remove(), delete b.va[a]);
            a = 0;
            for (var d = b.ze.length; a < d; a++)b.ze[a].ii !== q && (b.ze[a].remove(), b.ze[a] = p, b.ze.splice(a, 1), a--, d--)
        });
        a.addEventListener("infowindowopen", function () {
            var a = this.yb;
            a && (x.D.U(a.xc), x.D.U(a.bc))
        });
        a.addEventListener("movestart", function () {
            this.jh() && this.jh().NI()
        });
        a.addEventListener("moveend", function () {
            this.jh() && this.jh().DI()
        })
    });
    kc.prototype.draw = function (a) {
        if (z.cq) {
            var b = z.cq.Os(this.map);
            "canvas" === b.Lb && b.canvas && b.rQ(b.canvas.getContext("2d"))
        }
        for (var c in this.va)this.va[c].draw(a);
        x.jc.Eb(this.ze, function (a) {
            a.draw()
        });
        this.map.R.mb && this.map.R.mb.ra();
        z.cq && b.qF()
    };
    function lc(a) {
        gb.call(this);
        a = a || {};
        this.z = {
            strokeColor: a.strokeColor || "#3a6bdb",
            lc: a.strokeWeight || 5,
            sd: a.strokeOpacity || 0.65,
            strokeStyle: a.strokeStyle || "solid",
            ii: a.enableMassClear === q ? q : o,
            wk: p,
            sm: p,
            Nf: a.enableEditing === o ? o : q,
            HM: 5,
            N_: q,
            ff: a.enableClicking === q ? q : o,
            ni: a.icons && 0 < a.icons.length ? a.icons : p
        };
        0 >= this.z.lc && (this.z.lc = 5);
        if (0 > this.z.sd || 1 < this.z.sd)this.z.sd = 0.65;
        if (0 > this.z.qg || 1 < this.z.qg)this.z.qg = 0.65;
        "solid" != this.z.strokeStyle && "dashed" != this.z.strokeStyle && (this.z.strokeStyle = "solid");
        this.V = p;
        this.Mu = new fb(0, 0);
        this.bf = [];
        this.mc = [];
        this.Qa = {}
    }

    x.lang.sa(lc, gb, "Graph");
    lc.gx = function (a) {
        var b = [];
        if (!a)return b;
        Za(a) && x.jc.Eb(a.split(";"), function (a) {
            a = a.split(",");
            b.push(new H(a[0], a[1]))
        });
        "[object Array]" == Object.prototype.toString.apply(a) && 0 < a.length && (b = a);
        return b
    };
    lc.LE = [0.09, 0.0050, 1.0E-4, 1.0E-5];
    x.extend(lc.prototype, {
        initialize: function (a) {
            this.map = a;
            return p
        }, draw: s(), Ir: function (a) {
            this.bf.length = 0;
            this.ia = lc.gx(a).slice(0);
            this.Eh()
        }, ge: function (a) {
            this.Ir(a)
        }, Eh: function () {
            if (this.ia) {
                var a = this;
                a.Mu = new fb;
                x.jc.Eb(this.ia, function (b) {
                    a.Mu.extend(b)
                })
            }
        }, pe: t("ia"), hn: function (a, b) {
            b && this.ia[a] && (this.bf.length = 0, this.ia[a] = new H(b.lng, b.lat), this.Eh())
        }, setStrokeColor: function (a) {
            this.z.strokeColor = a
        }, vX: function () {
            return this.z.strokeColor
        }, Op: function (a) {
            0 < a && (this.z.lc = a)
        }, uL: function () {
            return this.z.lc
        }, Mp: function (a) {
            a == j || (1 < a || 0 > a) || (this.z.sd = a)
        }, wX: function () {
            return this.z.sd
        }, Lt: function (a) {
            1 < a || 0 > a || (this.z.qg = a)
        }, TW: function () {
            return this.z.qg
        }, Np: function (a) {
            "solid" != a && "dashed" != a || (this.z.strokeStyle = a)
        }, tL: function () {
            return this.z.strokeStyle
        }, setFillColor: function (a) {
            this.z.fillColor = a || ""
        }, SW: function () {
            return this.z.fillColor
        }, Gd: t("Mu"), remove: function () {
            this.map && this.map.removeEventListener("onmousemove", this.iv);
            gb.prototype.remove.call(this);
            this.bf.length = 0
        }, Nf: function () {
            if (!(2 > this.ia.length)) {
                this.z.Nf = o;
                var a = this;
                I.load("poly", function () {
                    a.Rl()
                }, o)
            }
        }, YV: function () {
            this.z.Nf = q;
            var a = this;
            I.load("poly", function () {
                a.mk()
            }, o)
        }
    });
    function mc(a) {
        gb.call(this);
        this.V = this.map = p;
        this.z = {
            width: 0,
            height: 0,
            ya: new L(0, 0),
            opacity: 1,
            background: "transparent",
            Nx: 1,
            kM: "#000",
            rY: "solid",
            point: p
        };
        this.FN(a);
        this.point = this.z.point
    }

    x.lang.sa(mc, gb, "Division");
    x.extend(mc.prototype, {
        Hj: function () {
            var a = this.z, b = this.content, c = ['<div class="BMap_Division" style="position:absolute;'];
            c.push("width:" + a.width + "px;display:block;");
            c.push("overflow:hidden;");
            "none" != a.borderColor && c.push("border:" + a.Nx + "px " + a.rY + " " + a.kM + ";");
            c.push("opacity:" + a.opacity + "; filter:(opacity=" + 100 * a.opacity + ")");
            c.push("background:" + a.background + ";");
            c.push('z-index:60;">');
            c.push(b);
            c.push("</div>");
            this.V = zb(this.map.Qf().BE, c.join(""))
        }, initialize: function (a) {
            this.map = a;
            this.Hj();
            this.V && x.M(this.V, G() ? "touchstart" : "mousedown", function (a) {
                ma(a)
            });
            return this.V
        }, draw: function () {
            var a = this.map.Re(this.z.point);
            this.z.ya = new L(-Math.round(this.z.width / 2) - Math.round(this.z.Nx), -Math.round(this.z.height / 2) - Math.round(this.z.Nx));
            this.V.style.left = a.x + this.z.ya.width + "px";
            this.V.style.top = a.y + this.z.ya.height + "px"
        }, ha: function () {
            return this.z.point
        }, E0: function () {
            return this.map.ac(this.ha())
        }, ra: function (a) {
            this.z.point = a;
            this.draw()
        }, GZ: function (a, b) {
            this.z.width = Math.round(a);
            this.z.height = Math.round(b);
            this.V && (this.V.style.width = this.z.width + "px", this.V.style.height = this.z.height + "px", this.draw())
        }
    });
    function nc(a, b, c) {
        a && b && (this.imageUrl = a, this.size = b, a = new L(Math.floor(b.width / 2), Math.floor(b.height / 2)), c = c || {}, a = c.anchor || a, b = c.imageOffset || new L(0, 0), this.imageSize = c.imageSize, this.anchor = a, this.imageOffset = b, this.infoWindowAnchor = c.infoWindowAnchor || this.anchor, this.printImageUrl = c.printImageUrl || "")
    }

    x.extend(nc.prototype, {
        GN: function (a) {
            a && (this.imageUrl = a)
        }, WZ: function (a) {
            a && (this.printImageUrl = a)
        }, xe: function (a) {
            a && (this.size = new L(a.width, a.height))
        }, qc: function (a) {
            a && (this.anchor = new L(a.width, a.height))
        }, Mt: function (a) {
            a && (this.imageOffset = new L(a.width, a.height))
        }, MZ: function (a) {
            a && (this.infoWindowAnchor = new L(a.width, a.height))
        }, JZ: function (a) {
            a && (this.imageSize = new L(a.width, a.height))
        }, toString: ca("Icon")
    });
    function oc(a, b) {
        if (a) {
            b = b || {};
            this.style = {
                anchor: b.anchor || new L(0, 0),
                fillColor: b.fillColor || "#000",
                qg: b.fillOpacity || 0,
                scale: b.scale || 1,
                rotation: b.rotation || 0,
                strokeColor: b.strokeColor || "#000",
                sd: b.strokeOpacity || 1,
                lc: b.strokeWeight
            };
            this.Lb = "number" === typeof a ? a : "UserDefined";
            this.Ji = this.style.anchor;
            this.or = new L(0, 0);
            this.anchor = p;
            this.gB = a;
            var c = this;
            I.load("symbol", function () {
                c.Jn()
            }, o)
        }
    }

    x.extend(oc.prototype, {
        setPath: ba("gB"), setAnchor: function (a) {
            this.Ji = this.style.anchor = a
        }, setRotation: function (a) {
            this.style.rotation = a
        }, setScale: function (a) {
            this.style.scale = a
        }, setStrokeWeight: function (a) {
            this.style.lc = a
        }, setStrokeColor: function (a) {
            a = x.as.nC(a, this.style.sd);
            this.style.strokeColor = a
        }, setStrokeOpacity: function (a) {
            this.style.sd = a
        }, setFillOpacity: function (a) {
            this.style.qg = a
        }, setFillColor: function (a) {
            this.style.fillColor = a
        }
    });
    function pc(a, b, c, d) {
        a && (this.Bv = {}, this.TK = d ? !!d : q, this.Vc = [], this.n_ = a instanceof oc ? a : p, this.wI = b === j ? o : !!(b.indexOf("%") + 1), this.$j = isNaN(parseFloat(b)) ? 1 : this.wI ? parseFloat(b) / 100 : parseFloat(b), this.xI = !!(c.indexOf("%") + 1), this.repeat = c != j ? this.xI ? parseFloat(c) / 100 : parseFloat(c) : 0)
    };
    function qc(a, b) {
        x.lang.Ba.call(this);
        this.content = a;
        this.map = p;
        b = b || {};
        this.z = {
            width: b.width || 0,
            height: b.height || 0,
            maxWidth: b.maxWidth || 730,
            ya: b.offset || new L(0, 0),
            title: b.title || "",
            CE: b.maxContent || "",
            dh: b.enableMaximize || q,
            Ds: b.enableAutoPan === q ? q : o,
            aD: b.enableCloseOnClick === q ? q : o,
            margin: b.margin || [10, 10, 40, 10],
            iC: b.collisions || [[10, 10], [10, 10], [10, 10], [10, 10]],
            QX: q,
            MY: b.onClosing || ca(o),
            KK: q,
            fD: b.enableParano === o ? o : q,
            message: b.message,
            hD: b.enableSearchTool === o ? o : q,
            zx: b.headerContent || "",
            bD: b.enableContentScroll || q
        };
        if (0 != this.z.width && (220 > this.z.width && (this.z.width = 220), 730 < this.z.width))this.z.width = 730;
        if (0 != this.z.height && (60 > this.z.height && (this.z.height = 60), 650 < this.z.height))this.z.height = 650;
        if (0 != this.z.maxWidth && (220 > this.z.maxWidth && (this.z.maxWidth = 220), 730 < this.z.maxWidth))this.z.maxWidth = 730;
        this.ae = q;
        this.Ei = F.oa;
        this.$a = p;
        var c = this;
        I.load("infowindow", function () {
            c.wb()
        })
    }

    x.lang.sa(qc, x.lang.Ba, "InfoWindow");
    x.extend(qc.prototype, {
        setWidth: function (a) {
            !a && 0 != a || (isNaN(a) || 0 > a) || (0 != a && (220 > a && (a = 220), 730 < a && (a = 730)), this.z.width = a)
        }, setHeight: function (a) {
            !a && 0 != a || (isNaN(a) || 0 > a) || (0 != a && (60 > a && (a = 60), 650 < a && (a = 650)), this.z.height = a)
        }, JN: function (a) {
            !a && 0 != a || (isNaN(a) || 0 > a) || (0 != a && (220 > a && (a = 220), 730 < a && (a = 730)), this.z.maxWidth = a)
        }, Dc: function (a) {
            this.z.title = a
        }, getTitle: function () {
            return this.z.title
        }, bd: ba("content"), uk: t("content"), Ot: function (a) {
            this.z.CE = a + ""
        }, fe: s(), Ds: function () {
            this.z.Ds = o
        }, disableAutoPan: function () {
            this.z.Ds = q
        }, enableCloseOnClick: function () {
            this.z.aD = o
        }, disableCloseOnClick: function () {
            this.z.aD = q
        }, dh: function () {
            this.z.dh = o
        }, Sw: function () {
            this.z.dh = q
        }, show: function () {
            this.Pa = o
        }, U: function () {
            this.Pa = q
        }, close: function () {
            this.U()
        }, Rx: function () {
            this.ae = o
        }, restore: function () {
            this.ae = q
        }, mh: function () {
            return this.Va()
        }, Va: ca(q), ha: function () {
            if (this.$a && this.$a.ha)return this.$a.ha()
        }, Pf: function () {
            return this.z.ya
        }
    });
    Ka.prototype.Mb = function (a, b) {
        if (a instanceof qc && b instanceof H) {
            var c = this.R;
            c.Lm ? c.Lm.ra(b) : (c.Lm = new T(b, {
                icon: new nc(F.oa + "blank.gif", {width: 1, height: 1}),
                offset: new L(0, 0),
                clickable: q
            }), c.Lm.uR = 1);
            this.Ia(c.Lm);
            c.Lm.Mb(a)
        }
    };
    Ka.prototype.Xc = function () {
        var a = this.R.mb || this.R.ll;
        a && a.$a && a.$a.Xc()
    };
    gb.prototype.Mb = function (a) {
        this.map && (this.map.Xc(), a.Pa = o, this.map.R.ll = a, a.$a = this, x.lang.Ba.call(a, a.ba))
    };
    gb.prototype.Xc = function () {
        this.map && this.map.R.ll && (this.map.R.ll.Pa = q, x.lang.Pw(this.map.R.ll.ba), this.map.R.ll = p)
    };
    function rc(a, b) {
        gb.call(this);
        this.content = a;
        this.V = this.map = p;
        b = b || {};
        this.z = {
            width: 0,
            ya: b.offset || new L(0, 0),
            Rp: {
                backgroundColor: "#fff",
                border: "1px solid #f00",
                padding: "1px",
                whiteSpace: "nowrap",
                font: "12px " + F.fontFamily,
                zIndex: "80",
                MozUserSelect: "none"
            },
            position: b.position || p,
            ii: b.enableMassClear === q ? q : o,
            ff: o
        };
        0 > this.z.width && (this.z.width = 0);
        Gb(b.enableClicking) && (this.z.ff = b.enableClicking);
        this.point = this.z.position;
        var c = this;
        I.load("marker", function () {
            c.wb()
        })
    }

    x.lang.sa(rc, gb, "Label");
    x.extend(rc.prototype, {
        ha: function () {
            return this.qv ? this.qv.ha() : this.point
        }, ra: function (a) {
            a instanceof H && !this.mx() && (this.point = this.z.position = new H(a.lng, a.lat))
        }, bd: ba("content"), pF: function (a) {
            0 <= a && 1 >= a && (this.z.opacity = a)
        }, Te: function (a) {
            a instanceof L && (this.z.ya = new L(a.width, a.height))
        }, Pf: function () {
            return this.z.ya
        }, Kd: function (a) {
            a = a || {};
            this.z.Rp = x.extend(this.z.Rp, a)
        }, yi: function (a) {
            return this.Kd(a)
        }, Dc: function (a) {
            this.z.title = a || ""
        }, getTitle: function () {
            return this.z.title
        }, IN: function (a) {
            this.point = (this.qv = a) ? this.z.position = a.ha() : this.z.position = p
        }, mx: function () {
            return this.qv || p
        }, uk: t("content")
    });
    function sc(a, b) {
        if (0 !== arguments.length) {
            gb.apply(this, arguments);
            b = b || {};
            this.z = {
                fb: a,
                opacity: b.opacity || 1,
                Em: b.Em || "",
                rs: b.displayOnMinLevel || 1,
                ii: b.enableMassClear === q ? q : o,
                qs: b.displayOnMaxLevel || 19,
                h_: b.stretch || q
            };
            var c = this;
            I.load("groundoverlay", function () {
                c.wb()
            })
        }
    }

    x.lang.sa(sc, gb, "GroundOverlay");
    x.extend(sc.prototype, {
        setBounds: function (a) {
            this.z.fb = a
        }, getBounds: function () {
            return this.z.fb
        }, setOpacity: function (a) {
            this.z.opacity = a
        }, getOpacity: function () {
            return this.z.opacity
        }, setImageURL: function (a) {
            this.z.Em = a
        }, getImageURL: function () {
            return this.z.Em
        }, setDisplayOnMinLevel: function (a) {
            this.z.rs = a
        }, getDisplayOnMinLevel: function () {
            return this.z.rs
        }, setDisplayOnMaxLevel: function (a) {
            this.z.qs = a
        }, getDisplayOnMaxLevel: function () {
            return this.z.qs
        }
    });
    var tc = 3, uc = 4;

    function vc() {
        var a = document.createElement("canvas");
        return !(!a.getContext || !a.getContext("2d"))
    }

    function wc(a, b) {
        var c = this;
        vc() && (a === j && aa(Error("\u6ca1\u6709\u4f20\u5165points\u6570\u636e")), "[object Array]" !== Object.prototype.toString.call(a) && aa(Error("points\u6570\u636e\u4e0d\u662f\u6570\u7ec4")), b = b || {}, gb.apply(c, arguments), c.da = {ia: a}, c.z = {
            shape: b.shape || tc,
            size: b.size || uc,
            color: b.color || "#fa937e",
            ii: o
        }, this.dB = [], this.ke = [], I.load("pointcollection", function () {
            for (var a = 0, b; b = c.dB[a]; a++)c[b.method].apply(c, b.arguments);
            for (a = 0; b = c.ke[a]; a++)c[b.method].apply(c, b.arguments)
        }))
    }

    x.lang.sa(wc, gb, "PointCollection");
    x.extend(wc.prototype, {
        initialize: function (a) {
            this.dB && this.dB.push({method: "initialize", arguments: arguments})
        }, setPoints: function (a) {
            this.ke && this.ke.push({method: "setPoints", arguments: arguments})
        }, setStyles: function (a) {
            this.ke && this.ke.push({method: "setStyles", arguments: arguments})
        }, clear: function () {
            this.ke && this.ke.push({method: "clear", arguments: arguments})
        }, remove: function () {
            this.ke && this.ke.push({method: "remove", arguments: arguments})
        }
    });
    var xc = new nc(F.oa + "marker_red_sprite.png", new L(19, 25), {
        anchor: new L(10, 25),
        infoWindowAnchor: new L(10, 0)
    }), yc = new nc(F.oa + "marker_red_sprite.png", new L(20, 11), {
        anchor: new L(6, 11),
        imageOffset: new L(-19, -13)
    });

    function T(a, b) {
        gb.call(this);
        b = b || {};
        this.point = a;
        this.tq = this.map = p;
        this.z = {
            ya: b.offset || new L(0, 0),
            vj: b.icon || xc,
            Nk: yc,
            title: b.title || "",
            label: p,
            OJ: b.baseZIndex || 0,
            ff: o,
            w4: q,
            qE: q,
            ii: b.enableMassClear === q ? q : o,
            Xb: q,
            oN: b.raiseOnDrag === o ? o : q,
            vN: q,
            Ed: b.draggingCursor || F.Ed,
            rotation: b.rotation || 0
        };
        b.icon && !b.shadow && (this.z.Nk = p);
        b.enableDragging && (this.z.Xb = b.enableDragging);
        Gb(b.enableClicking) && (this.z.ff = b.enableClicking);
        var c = this;
        I.load("marker", function () {
            c.wb()
        })
    }

    T.Fu = jc.ym(-90) + 1E6;
    T.fG = T.Fu + 1E6;
    x.lang.sa(T, gb, "Marker");
    x.extend(T.prototype, {
        Tb: function (a) {
            if (a instanceof nc || a instanceof oc)this.z.vj = a
        }, Wo: function () {
            return this.z.vj
        }, xy: function (a) {
            a instanceof nc && (this.z.Nk = a)
        }, getShadow: function () {
            return this.z.Nk
        }, fn: function (a) {
            this.z.label = a || p
        }, HD: function () {
            return this.z.label
        }, Xb: function () {
            this.z.Xb = o
        }, GC: function () {
            this.z.Xb = q
        }, ha: t("point"), ra: function (a) {
            a instanceof H && (this.point = new H(a.lng, a.lat))
        }, zi: function (a, b) {
            this.z.qE = !!a;
            a && (this.BG = b || 0)
        }, Dc: function (a) {
            this.z.title = a + ""
        }, getTitle: function () {
            return this.z.title
        }, Te: function (a) {
            a instanceof L && (this.z.ya = a)
        }, Pf: function () {
            return this.z.ya
        }, dn: ba("tq"), Lp: function (a) {
            this.z.rotation = a
        }, rL: function () {
            return this.z.rotation
        }
    });
    function zc(a, b) {
        lc.call(this, b);
        b = b || {};
        this.z.qg = b.fillOpacity ? b.fillOpacity : 0.65;
        this.z.fillColor = "" == b.fillColor ? "" : b.fillColor ? b.fillColor : "#fff";
        this.ge(a);
        var c = this;
        I.load("poly", function () {
            c.wb()
        })
    }

    x.lang.sa(zc, lc, "Polygon");
    x.extend(zc.prototype, {
        ge: function (a, b) {
            this.ro = lc.gx(a).slice(0);
            var c = lc.gx(a).slice(0);
            1 < c.length && c.push(new H(c[0].lng, c[0].lat));
            lc.prototype.ge.call(this, c, b)
        }, hn: function (a, b) {
            this.ro[a] && (this.ro[a] = new H(b.lng, b.lat), this.ia[a] = new H(b.lng, b.lat), 0 == a && !this.ia[0].lb(this.ia[this.ia.length - 1]) && (this.ia[this.ia.length - 1] = new H(b.lng, b.lat)), this.Eh())
        }, pe: function () {
            var a = this.ro;
            0 == a.length && (a = this.ia);
            return a
        }
    });
    function Ac(a, b) {
        lc.call(this, b);
        this.Ir(a);
        var c = this;
        I.load("poly", function () {
            c.wb()
        })
    }

    x.lang.sa(Ac, lc, "Polyline");
    function Bc(a, b, c) {
        this.point = a;
        this.wa = Math.abs(b);
        zc.call(this, [], c)
    }

    Bc.LE = [0.01, 1.0E-4, 1.0E-5, 4.0E-6];
    x.lang.sa(Bc, zc, "Circle");
    x.extend(Bc.prototype, {
        initialize: function (a) {
            this.map = a;
            this.ia = this.ev(this.point, this.wa);
            this.Eh();
            return p
        }, Ja: t("point"), Vf: function (a) {
            a && (this.point = a)
        }, pL: t("wa"), qf: function (a) {
            this.wa = Math.abs(a)
        }, ev: function (a, b) {
            if (!a || !b || !this.map)return [];
            for (var c = [], d = b / 6378800, e = Math.PI / 180 * a.lat, f = Math.PI / 180 * a.lng, g = 0; 360 > g; g += 9) {
                var i = Math.PI / 180 * g, k = Math.asin(Math.sin(e) * Math.cos(d) + Math.cos(e) * Math.sin(d) * Math.cos(i)), i = new H(((f - Math.atan2(Math.sin(i) * Math.sin(d) * Math.cos(e), Math.cos(d) - Math.sin(e) * Math.sin(k)) + Math.PI) % (2 * Math.PI) - Math.PI) * (180 / Math.PI), k * (180 / Math.PI));
                c.push(i)
            }
            d = c[0];
            c.push(new H(d.lng, d.lat));
            return c
        }
    });
    var Cc = {};

    function Dc(a) {
        this.map = a;
        this.Km = [];
        this.Wf = [];
        this.Eg = [];
        this.fV = 300;
        this.WE = 0;
        this.wg = {};
        this.fj = {};
        this.th = 0;
        this.kE = o;
        this.pK = {};
        this.ao = this.Mn(1);
        this.md = this.Mn(2);
        this.vl = this.Mn(3);
        a.platform.appendChild(this.ao);
        a.platform.appendChild(this.md);
        a.platform.appendChild(this.vl)
    }

    z.Se(function (a) {
        var b = new Dc(a);
        b.pa();
        a.ub = b
    });
    x.extend(Dc.prototype, {
        pa: function () {
            var a = this, b = a.map;
            b.addEventListener("loadcode", function () {
                a.Ox()
            });
            b.addEventListener("addtilelayer", function (b) {
                a.Yg(b)
            });
            b.addEventListener("removetilelayer", function (b) {
                a.zh(b)
            });
            b.addEventListener("setmaptype", function (b) {
                a.Bg(b)
            });
            b.addEventListener("zoomstartcode", function (b) {
                a.Lc(b)
            });
            b.addEventListener("setcustomstyles", function (b) {
                a.Nt(b.target);
                a.Tf(o)
            })
        }, Ox: function () {
            var a = this;
            if (x.ea.la)try {
                document.execCommand("BackgroundImageCache", q, o)
            } catch (b) {
            }
            this.loaded || a.Ex();
            a.Tf();
            this.loaded || (this.loaded = o, I.load("tile", function () {
                a.NP()
            }))
        }, Ex: function () {
            for (var a = this.map.ta().jr, b = 0; b < a.length; b++) {
                var c = new Ec;
                x.extend(c, a[b]);
                this.Km.push(c);
                c.pa(this.map, this.ao)
            }
            this.Nt()
        }, Mn: function (a) {
            var b = K("div");
            b.style.position = "absolute";
            b.style.overflow = "visible";
            b.style.left = b.style.top = "0";
            b.style.zIndex = a;
            return b
        }, vf: function () {
            this.th--;
            var a = this;
            this.kE && (this.map.dispatchEvent(new N("onfirsttileloaded")), this.kE = q);
            0 == this.th && (this.Ni && (clearTimeout(this.Ni), this.Ni = p), this.Ni = setTimeout(function () {
                if (a.th == 0) {
                    a.map.dispatchEvent(new N("ontilesloaded"));
                    a.kE = o
                }
                a.Ni = p
            }, 80))
        }, TD: function (a, b) {
            return "TILE-" + b.ba + "-" + a[0] + "-" + a[1] + "-" + a[2]
        }, Cx: function (a) {
            var b = a.Gb;
            b && yb(b) && b.parentNode.removeChild(b);
            delete this.wg[a.name];
            a.loaded || (Fc(a), a.Gb = p, a.Nm = p)
        }, xm: function (a, b, c) {
            var d = this.map, e = d.ta(), f = d.Ka, g = d.pc, i = e.Bc(f), k = this.eL(), l = k[0], m = k[1], n = k[2], u = k[3], v = k[4], c = "undefined" != typeof c ? c : 0, e = e.k.Ob, k = d.ba.replace(/^TANGRAM_/, "");
            for (this.Rc ? this.Rc.length = 0 : this.Rc = []; l < n; l++)for (var w = m; w < u; w++) {
                var y = l, C = w;
                this.Rc.push([y, C]);
                y = k + "_" + b + "_" + y + "_" + C + "_" + f;
                this.pK[y] = y
            }
            this.Rc.sort(function (a) {
                return function (b, c) {
                    return 0.4 * Math.abs(b[0] - a[0]) + 0.6 * Math.abs(b[1] - a[1]) - (0.4 * Math.abs(c[0] - a[0]) + 0.6 * Math.abs(c[1] - a[1]))
                }
            }([v[0] - 1, v[1] - 1]));
            g = [Math.round(-g.lng / i), Math.round(g.lat / i)];
            l = -d.offsetY + d.height / 2;
            a.style.left = -d.offsetX + d.width / 2 + "px";
            a.style.top = l + "px";
            this.Ke ? this.Ke.length = 0 : this.Ke = [];
            l = 0;
            for (d = a.childNodes.length; l < d; l++)w = a.childNodes[l], w.fr = q, this.Ke.push(w);
            if (l = this.Qm)for (var A in l)delete l[A]; else this.Qm = {};
            this.Le ? this.Le.length = 0 : this.Le = [];
            l = 0;
            for (d = this.Rc.length; l < d; l++) {
                A = this.Rc[l][0];
                i = this.Rc[l][1];
                w = 0;
                for (m = this.Ke.length; w < m; w++)if (n = this.Ke[w], n.id == k + "_" + b + "_" + A + "_" + i + "_" + f) {
                    n.fr = o;
                    this.Qm[n.id] = n;
                    break
                }
            }
            l = 0;
            for (d = this.Ke.length; l < d; l++)n = this.Ke[l], n.fr || this.Le.push(n);
            this.nn = [];
            w = (e + c) * this.map.K.devicePixelRatio;
            l = 0;
            for (d = this.Rc.length; l < d; l++)A = this.Rc[l][0], i = this.Rc[l][1], u = A * e + g[0] - c / 2, v = (-1 - i) * e + g[1] - c / 2, y = k + "_" + b + "_" + A + "_" + i + "_" + f, m = this.Qm[y], n = p, m ? (n = m.style, n.left = u + "px", n.top = v + "px", m.Xe || this.nn.push([A, i, m])) : (0 < this.Le.length ? (m = this.Le.shift(), m.getContext("2d").clearRect(-c / 2, -c / 2, w, w), n = m.style) : (m = document.createElement("canvas"), n = m.style, n.position = "absolute", n.width = e + c + "px", n.height = e + c + "px", this.Jx() && (n.WebkitTransform = "scale(1.001)"), m.setAttribute("width", w), m.setAttribute("height", w), a.appendChild(m)), m.id = y, n.left = u + "px", n.top = v + "px", -1 < y.indexOf("bg") && (u = "#F3F1EC", this.map.K.zo && (u = this.map.K.zo), n.background = u ? u : ""), this.nn.push([A, i, m])), m.style.visibility = "";
            l = 0;
            for (d = this.Le.length; l < d; l++)this.Le[l].style.visibility = "hidden";
            return this.nn
        }, Jx: function () {
            return /M040/i.test(navigator.userAgent)
        }, eL: function () {
            var a = this.map, b = a.ta(), c = b.YD(a.Ka), d = a.pc, e = Math.ceil(d.lng / c), f = Math.ceil(d.lat / c), b = b.k.Ob, c = [e, f, (d.lng - e * c) / c * b, (d.lat - f * c) / c * b];
            return [c[0] - Math.ceil((a.width / 2 - c[2]) / b), c[1] - Math.ceil((a.height / 2 - c[3]) / b), c[0] + Math.ceil((a.width / 2 + c[2]) / b), c[1] + Math.ceil((a.height / 2 + c[3]) / b), c]
        }, c_: function (a, b, c, d) {
            var e = this;
            e.j1 = b;
            var f = this.map.ta(), g = e.TD(a, c), i = f.k.Ob, b = [a[0] * i + b[0], (-1 - a[1]) * i + b[1]], k = this.wg[g];
            k && k.Gb ? (wb(k.Gb, b), d && (d = new Q(a[0], a[1]), f = this.map.K.te ? this.map.K.te.style : "normal", d = c.getTilesUrl(d, a[2], f), k.loaded = q, Gc(k, d)), k.loaded ? this.vf() : Hc(k, function () {
                e.vf()
            })) : (k = this.fj[g]) && k.Gb ? (c.Pb.insertBefore(k.Gb, c.Pb.lastChild), this.wg[g] = k, wb(k.Gb, b), d && (d = new Q(a[0], a[1]), f = this.map.K.te ? this.map.K.te.style : "normal", d = c.getTilesUrl(d, a[2], f), k.loaded = q, Gc(k, d)), k.loaded ? this.vf() : Hc(k, function () {
                e.vf()
            })) : (k = i * Math.pow(2, f.qm() - a[2]), new H(a[0] * k, a[1] * k), d = new Q(a[0], a[1]), f = this.map.K.te ? this.map.K.te.style : "normal", d = c.getTilesUrl(d, a[2], f), k = new Ic(this, d, b, a, c), Hc(k, function () {
                e.vf()
            }), k.$n(), this.wg[g] = k)
        }, vf: function () {
            this.th--;
            var a = this;
            0 == this.th && (this.Ni && (clearTimeout(this.Ni), this.Ni = p), this.Ni = setTimeout(function () {
                if (a.th == 0) {
                    a.map.dispatchEvent(new N("ontilesloaded"));
                    if (ta) {
                        if (qa && ra && sa) {
                            var b = ab(), c = a.map.xb();
                            setTimeout(function () {
                                Pa(5030, {
                                    load_script_time: ra - qa,
                                    load_tiles_time: b - sa,
                                    map_width: c.width,
                                    map_height: c.height,
                                    map_size: c.width * c.height
                                })
                            }, 1E4);
                            ua.oc("img_fisrt_loaded");
                            ua.oc("map_width", c.width);
                            ua.oc("map_height", c.height);
                            ua.oc("map_size", c.width * c.height);
                            ua.Xm();
                            z.Ij("cus.fire", "time", {z_imgfirstloaded: b - sa})
                        }
                        ta = q
                    }
                }
                a.Ni = p
            }, 80))
        }, TD: function (a, b) {
            return this.map.ta() === Oa ? "TILE-" + b.ba + "-" + this.map.Bw + "-" + a[0] + "-" + a[1] + "-" + a[2] : "TILE-" + b.ba + "-" + a[0] + "-" + a[1] + "-" + a[2]
        }, Cx: function (a) {
            var b = a.Gb;
            b && (Jc(b), yb(b) && b.parentNode.removeChild(b));
            delete this.wg[a.name];
            a.loaded || (Jc(b), Fc(a), a.Gb = p, a.Nm = p)
        }, Tf: function (a) {
            var b = this;
            if (b.map.ta() == Oa)I.load("coordtrans", function () {
                b.map.Vb || (b.map.Vb = Oa.tk(b.map.$g), b.map.Bw = Oa.cL(b.map.Vb));
                b.dI()
            }, o); else {
                if (a && a)for (var c in this.fj)delete this.fj[c];
                b.dI(a)
            }
        }, dI: function (a) {
            for (var b = this.Km.concat(this.Wf), c = b.length, d = 0; d < c; d++) {
                var e = b[d];
                if (e.fc && l.Ka < e.fc)break;
                if (e.vw) {
                    var f = this.Pb = e.Pb;
                    if (a) {
                        var g = f;
                        if (g && g.childNodes)for (var i = g.childNodes.length, k = i - 1; 0 <= k; k--)i = g.childNodes[k], g.removeChild(i), i = p
                    }
                    if (this.map.Ub()) {
                        this.md.style.display = "block";
                        f.style.display = "none";
                        this.map.dispatchEvent(new N("vectorchanged"), {isvector: o});
                        continue
                    } else f.style.display = "block", this.md.style.display = "none", this.map.dispatchEvent(new N("vectorchanged"), {isvector: q})
                }
                if (!e.UH && !(e.mp && !this.map.Ub() || e.cM && this.map.Ub())) {
                    var l = this.map, m = l.ta(), f = m.bp(), i = l.Ka, n = l.pc;
                    m == Oa && n.lb(new H(0, 0)) && (n = l.pc = f.Jm(l.ef, l.Vb));
                    var u = m.Bc(i), i = m.YD(i), f = Math.ceil(n.lng / i), g = Math.ceil(n.lat / i), v = m.k.Ob, i = [f, g, (n.lng - f * i) / i * v, (n.lat - g * i) / i * v], k = i[0] - Math.ceil((l.width / 2 - i[2]) / v), f = i[1] - Math.ceil((l.height / 2 - i[3]) / v), g = i[0] + Math.ceil((l.width / 2 + i[2]) / v), w = 0;
                    m === Oa && 15 == l.fa() && (w = 1);
                    m = i[1] + Math.ceil((l.height / 2 + i[3]) / v) + w;
                    this.JJ = new H(n.lng, n.lat);
                    var y = this.wg, v = -this.JJ.lng / u, w = this.JJ.lat / u, u = [Math.ceil(v), Math.ceil(w)], n = l.fa(), C;
                    for (C in y) {
                        var A = y[C], B = A.info;
                        (B[2] != n || B[2] == n && (k > B[0] || g <= B[0] || f > B[1] || m <= B[1])) && this.Cx(A)
                    }
                    y = -l.offsetX + l.width / 2;
                    A = -l.offsetY + l.height / 2;
                    e.Pb && (e.Pb.style.left = Math.ceil(v + y) - u[0] + "px", e.Pb.style.top = Math.ceil(w + A) - u[1] + "px", e.Pb.style.WebkitTransform = "translate3d(0,0,0)");
                    v = [];
                    for (l.IB = []; k < g; k++)for (w = f; w < m; w++)v.push([k, w]), l.IB.push({x: k, y: w});
                    v.sort(function (a) {
                        return function (b, c) {
                            return 0.4 * Math.abs(b[0] - a[0]) + 0.6 * Math.abs(b[1] - a[1]) - (0.4 * Math.abs(c[0] - a[0]) + 0.6 * Math.abs(c[1] - a[1]))
                        }
                    }([i[0] - 1, i[1] - 1]));
                    i = v.length;
                    this.th += i;
                    for (k = 0; k < i; k++)this.c_([v[k][0], v[k][1], n], u, e, a)
                }
            }
        }, Yg: function (a) {
            var b = this, c = a.target, a = b.map.Ub();
            if (c instanceof db)a && !c.Fm && (c.pa(this.map, this.md), c.Fm = o); else if (c.Xf && this.map.Yg(c.Xf), c.mp) {
                for (a = 0; a < b.Eg.length; a++)if (b.Eg[a] == c)return;
                I.load("vector", function () {
                    c.pa(b.map, b.md);
                    b.Eg.push(c)
                }, o)
            } else {
                for (a = 0; a < b.Wf.length; a++)if (b.Wf[a] == c)return;
                c.pa(this.map, this.vl);
                b.Wf.push(c)
            }
        }, zh: function (a) {
            var a = a.target, b = this.map.Ub();
            if (a instanceof db)b && a.Fm && (a.remove(), a.Fm = q); else {
                a.Xf && this.map.zh(a.Xf);
                if (a.mp)for (var b = 0, c = this.Eg.length; b < c; b++)a == this.Eg[b] && this.Eg.splice(b, 1); else {
                    b = 0;
                    for (c = this.Wf.length; b < c; b++)a == this.Wf[b] && this.Wf.splice(b, 1)
                }
                a.remove()
            }
        }, Bg: function () {
            for (var a = this.Km, b = 0, c = a.length; b < c; b++)a[b].remove();
            delete this.Pb;
            this.Km = [];
            this.fj = this.wg = {};
            this.Ex();
            this.Tf()
        }, Lc: function () {
            var a = this;
            a.ud && x.D.U(a.ud);
            setTimeout(function () {
                a.Tf();
                a.map.dispatchEvent(new N("onzoomend"))
            }, 10)
        }, l4: s(), Nt: function (a) {
            var b = this.map.ta();
            if (!this.map.Ub() && (a ? this.map.K.k_ = a : a = this.map.K.k_, a))for (var c = p, c = "2" == z.ou ? [z.url.proto + z.url.domain.main_domain_cdn.other[0] + "/"] : [z.url.proto + z.url.domain.main_domain_cdn.baidu[0] + "/", z.url.proto + z.url.domain.main_domain_cdn.baidu[1] + "/", z.url.proto + z.url.domain.main_domain_cdn.baidu[2] + "/"], d = 0, e; e = this.Km[d]; d++)if (e.YZ == o) {
                b.k.Zb = 18;
                e.getTilesUrl = function (b, d) {
                    var e = b.x, k = b.y, l = "customimage/tile?&x=" + e + "&y=" + k + "&z=" + d + "&udt=20150601", l = a.styleStr ? l + ("&styles=" + encodeURIComponent(a.styleStr)) : l + ("&customid=" + a.style);
                    return c[Math.abs(e + k) % c.length] + l
                };
                break
            }
        }
    });
    function Ic(a, b, c, d, e) {
        this.Nm = a;
        this.position = c;
        this.Qu = [];
        this.name = a.TD(d, e);
        this.info = d;
        this.gJ = e.lt();
        d = K("img");
        xb(d);
        d.WK = q;
        var f = d.style, a = a.map.ta();
        f.position = "absolute";
        f.border = "none";
        f.width = a.k.Ob + "px";
        f.height = a.k.Ob + "px";
        f.left = c[0] + "px";
        f.top = c[1] + "px";
        f.maxWidth = "none";
        this.Gb = d;
        this.src = b;
        Kc && (this.Gb.style.opacity = 0);
        var g = this;
        this.Gb.onload = function () {
            z.tY.zQ();
            g.loaded = o;
            if (g.Nm) {
                var a = g.Nm, b = a.fj;
                if (!b[g.name]) {
                    a.WE++;
                    b[g.name] = g
                }
                if (g.Gb && !yb(g.Gb) && e.Pb) {
                    e.Pb.appendChild(g.Gb);
                    if (x.ea.la <= 6 && x.ea.la > 0 && g.gJ)g.Gb.style.cssText = g.Gb.style.cssText + (';filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="' + g.src + '",sizingMethod=scale);')
                }
                var c = a.WE - a.fV, d;
                for (d in b) {
                    if (c <= 0)break;
                    if (!a.wg[d]) {
                        b[d].Nm = p;
                        var f = b[d].Gb;
                        if (f && f.parentNode) {
                            f.parentNode.removeChild(f);
                            Jc(f)
                        }
                        f = p;
                        b[d].Gb = p;
                        delete b[d];
                        a.WE--;
                        c--
                    }
                }
                Kc && new sb({
                    Ic: 20, duration: 200, ua: function (a) {
                        if (g.Gb && g.Gb.style)g.Gb.style.opacity = a * 1
                    }, finish: function () {
                        g.Gb && g.Gb.style && delete g.Gb.style.opacity
                    }
                });
                Fc(g)
            }
        };
        this.Gb.onerror = function () {
            Fc(g);
            if (g.Nm) {
                var a = g.Nm.map.ta();
                if (a.k.iD) {
                    g.error = o;
                    g.Gb.src = a.k.iD;
                    g.Gb && !yb(g.Gb) && e.Pb.appendChild(g.Gb)
                }
            }
        };
        d = p
    }

    function Hc(a, b) {
        a.Qu.push(b)
    }

    Ic.prototype.$n = function () {
        this.Gb.src = 0 < x.ea.la && 6 >= x.ea.la && this.gJ ? F.oa + "blank.gif" : "" !== this.src && this.Gb.src == this.src ? this.src + "&t = " + Date.now() : this.src
    };
    function Fc(a) {
        for (var b = 0; b < a.Qu.length; b++)a.Qu[b]();
        a.Qu.length = 0
    }

    function Jc(a) {
        if (a) {
            a.onload = a.onerror = p;
            var b = a.attributes, c, d, e;
            if (b) {
                d = b.length;
                for (c = 0; c < d; c += 1)e = b[c].name, Wa(a[e]) && (a[e] = p)
            }
            if (b = a.children) {
                d = b.length;
                for (c = 0; c < d; c += 1)Jc(a.children[c])
            }
        }
    }

    function Gc(a, b) {
        a.src = b;
        a.$n()
    }

    var Kc = !x.ea.la || 8 < x.ea.la;

    function Ec(a) {
        this.uh = a || {};
        this.AV = this.uh.copyright || p;
        this.J_ = this.uh.transparentPng || q;
        this.vw = this.uh.baseLayer || q;
        this.zIndex = this.uh.zIndex || 0;
        this.ba = Ec.nS++
    }

    Ec.nS = 0;
    x.lang.sa(Ec, x.lang.Ba, "TileLayer");
    x.extend(Ec.prototype, {
        pa: function (a, b) {
            this.vw && (this.zIndex = -100);
            this.map = a;
            if (!this.Pb) {
                var c = K("div"), d = c.style;
                d.position = "absolute";
                d.overflow = "visible";
                d.zIndex = this.zIndex;
                d.left = Math.ceil(-a.offsetX + a.width / 2) + "px";
                d.top = Math.ceil(-a.offsetY + a.height / 2) + "px";
                b.appendChild(c);
                this.Pb = c
            }
        }, remove: function () {
            this.Pb && this.Pb.parentNode && (this.Pb.innerHTML = "", this.Pb.parentNode.removeChild(this.Pb));
            delete this.Pb
        }, lt: t("J_"), getTilesUrl: function (a, b) {
            var c = "";
            this.uh.tileUrlTemplate && (c = this.uh.tileUrlTemplate.replace(/\{X\}/, a.x), c = c.replace(/\{Y\}/, a.y), c = c.replace(/\{Z\}/, b));
            return c
        }, om: t("AV"), ta: function () {
            return this.Hb || La
        }
    });
    function Lc(a, b) {
        Hb(a) ? b = a || {} : (b = b || {}, b.databoxId = a);
        this.k = {
            qK: b.databoxId,
            fh: b.geotableId,
            Wm: b.q || "",
            eu: b.tags || "",
            filter: b.filter || "",
            Ey: b.sortby || "",
            i_: b.styleId || "",
            Sl: b.ak || pa,
            sw: b.age || 36E5,
            zIndex: 11,
            oY: "VectorCloudLayer",
            Bk: b.hotspotName || "vector_md_" + (1E5 * Math.random()).toFixed(0),
            MU: "LBS\u4e91\u9ebb\u70b9\u5c42"
        };
        this.mp = o;
        Ec.call(this, this.k);
        this.TV = z.Hc + "geosearch/detail/";
        this.UV = z.Hc + "geosearch/v2/detail/";
        this.ip = {}
    }

    x.sa(Lc, Ec, "VectorCloudLayer");
    function Mc(a) {
        a = a || {};
        this.k = x.extend(a, {zIndex: 1, oY: "VectorTrafficLayer", MU: "\u77e2\u91cf\u8def\u51b5\u5c42"});
        this.mp = o;
        Ec.call(this, this.k);
        this.F_ = z.url.proto + z.url.domain.vector_traffic + "/gvd/?qt=lgvd&styles=pl&layers=tf";
        this.Cb = {
            "0": [2, 1354709503, 2, 2, 0, [], 0, 0],
            1: [2, 1354709503, 3, 2, 0, [], 0, 0],
            10: [2, -231722753, 2, 2, 0, [], 0, 0],
            11: [2, -231722753, 3, 2, 0, [], 0, 0],
            12: [2, -231722753, 4, 2, 0, [], 0, 0],
            13: [2, -231722753, 5, 2, 0, [], 0, 0],
            14: [2, -231722753, 6, 2, 0, [], 0, 0],
            15: [2, -1, 4, 0, 0, [], 0, 0],
            16: [2, -1, 5.5, 0, 0, [], 0, 0],
            17: [2, -1, 7, 0, 0, [], 0, 0],
            18: [2, -1, 8.5, 0, 0, [], 0, 0],
            19: [2, -1, 10, 0, 0, [], 0, 0],
            2: [2, 1354709503, 4, 2, 0, [], 0, 0],
            3: [2, 1354709503, 5, 2, 0, [], 0, 0],
            4: [2, 1354709503, 6, 2, 0, [], 0, 0],
            5: [2, -6350337, 2, 2, 0, [], 0, 0],
            6: [2, -6350337, 3, 2, 0, [], 0, 0],
            7: [2, -6350337, 4, 2, 0, [], 0, 0],
            8: [2, -6350337, 5, 2, 0, [], 0, 0],
            9: [2, -6350337, 6, 2, 0, [], 0, 0]
        }
    }

    x.sa(Mc, Ec, "VectorTrafficLayer");
    function db(a) {
        this.gV = [z.url.proto + z.url.domain.TILE_ONLINE_URLS[1] + "/gvd/?", z.url.proto + z.url.domain.TILE_ONLINE_URLS[2] + "/gvd/?", z.url.proto + z.url.domain.TILE_ONLINE_URLS[3] + "/gvd/?", z.url.proto + z.url.domain.TILE_ONLINE_URLS[4] + "/gvd/?"];
        this.k = {SK: q};
        for (var b in a)this.k[b] = a[b];
        this.Yh = this.Ih = this.Wa = this.B = this.C = p;
        this.hM = 0;
        var c = this;
        I.load("vector", function () {
            c.ye()
        })
    }

    x.extend(db.prototype, {
        pa: function (a, b) {
            this.C = a;
            this.B = b
        }, remove: function () {
            this.B = this.C = p
        }
    });
    function Nc(a) {
        Ec.call(this, a);
        this.k = a || {};
        this.cM = o;
        this.Xf = new Mc;
        this.Xf.Ky = this;
        if (this.k.predictDate) {
            if (1 > this.k.predictDate.weekday || 7 < this.k.predictDate.weekday)this.k.predictDate = 1;
            if (0 > this.k.predictDate.hour || 23 < this.k.predictDate.hour)this.k.predictDate.hour = 0
        }
        this.qU = z.url.proto + z.url.domain.traffic + "/traffic/"
    }

    Nc.prototype = new Ec;
    Nc.prototype.pa = function (a, b) {
        Ec.prototype.pa.call(this, a, b);
        this.C = a
    };
    Nc.prototype.lt = ca(o);
    Nc.prototype.getTilesUrl = function (a, b) {
        var c = "";
        this.k.predictDate ? c = "HistoryService?day=" + (this.k.predictDate.weekday - 1) + "&hour=" + this.k.predictDate.hour + "&t=" + (new Date).getTime() + "&" : (c = "TrafficTileService?time=" + (new Date).getTime() + "&", c += "label=web2D&v=016&");
        return (this.qU + c + "level=" + b + "&x=" + a.x + "&y=" + a.y).replace(/-(\d+)/gi, "M$1")
    };
    var Oc = [z.url.proto + z.url.domain.TILES_YUN_HOST[0] + "/georender/gss", z.url.proto + z.url.domain.TILES_YUN_HOST[1] + "/georender/gss", z.url.proto + z.url.domain.TILES_YUN_HOST[2] + "/georender/gss", z.url.proto + z.url.domain.TILES_YUN_HOST[3] + "/georender/gss"], Pc = z.url.proto + z.url.domain.main_domain_nocdn.baidu + "/style/poi/rangestyle", Qc = 100;

    function nb(a, b) {
        Ec.call(this);
        var c = this;
        this.cM = o;
        var d = q;
        try {
            document.createElement("canvas").getContext("2d"), d = o
        } catch (e) {
            d = q
        }
        d && (this.Xf = new Lc(a, b), this.Xf.Ky = this);
        Hb(a) ? b = a || {} : (c.Pn = a, b = b || {});
        b.geotableId && (c.xf = b.geotableId);
        b.databoxId && (c.Pn = b.databoxId);
        d = z.Hc + "geosearch";
        c.nc = {
            kN: b.pointDensity || Qc,
            NX: d + "/detail/",
            OX: d + "/v2/detail/",
            sw: b.age || 36E5,
            Wm: b.q || "",
            s_: "png",
            H2: [5, 5, 5, 5],
            nY: {backgroundColor: "#FFFFD5", borderColor: "#808080"},
            Sl: b.ak || pa,
            eu: b.tags || "",
            filter: b.filter || "",
            Ey: b.sortby || "",
            Bk: b.hotspotName || "tile_md_" + (1E5 * Math.random()).toFixed(0),
            KF: o
        };
        I.load("clayer", function () {
            c.Od()
        })
    }

    nb.prototype = new Ec;
    nb.prototype.pa = function (a, b) {
        Ec.prototype.pa.call(this, a, b);
        this.C = a
    };
    nb.prototype.getTilesUrl = function (a, b) {
        var c = a.x, d = a.y, e = this.nc, c = Oc[Math.abs(c + d) % Oc.length] + "/image?grids=" + c + "_" + d + "_" + b + "&q=" + e.Wm + "&tags=" + e.eu + "&filter=" + e.filter + "&sortby=" + e.Ey + "&ak=" + this.nc.Sl + "&age=" + e.sw + "&page_size=" + e.kN + "&format=" + e.s_;
        e.KF || (e = (1E5 * Math.random()).toFixed(0), c += "&timeStamp=" + e);
        this.xf ? c += "&geotable_id=" + this.xf : this.Pn && (c += "&databox_id=" + this.Pn);
        return c
    };
    nb.prototype.enableUseCache = function () {
        this.nc.KF = o
    };
    nb.prototype.disableUseCache = function () {
        this.nc.KF = q
    };
    nb.OT = /^point\(|\)$/ig;
    nb.PT = /\s+/;
    nb.RT = /^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g;
    function Rc(a, b, c) {
        this.af = a;
        this.jr = b instanceof Ec ? [b] : b.slice(0);
        c = c || {};
        this.k = {
            t_: c.tips || "",
            vE: "",
            fc: c.minZoom || 3,
            Zb: c.maxZoom || 18,
            G2: c.minZoom || 3,
            F2: c.maxZoom || 18,
            Ob: 256,
            BF: c.textColor || "black",
            iD: c.errorImageUrl || "",
            we: c.projection || new R
        };
        1 <= this.jr.length && (this.jr[0].vw = o);
        x.extend(this.k, c)
    }

    x.extend(Rc.prototype, {
        getName: t("af"), Ys: function () {
            return this.k.t_
        }, l2: function () {
            return this.k.vE
        }, AX: function () {
            return this.jr[0]
        }, z2: t("jr"), BX: function () {
            return this.k.Ob
        }, Xo: function () {
            return this.k.fc
        }, qm: function () {
            return this.k.Zb
        }, setMaxZoom: function (a) {
            this.k.Zb = a
        }, wm: function () {
            return this.k.BF
        }, bp: function () {
            return this.k.we
        }, c2: function () {
            return this.k.iD
        }, BX: function () {
            return this.k.Ob
        }, Bc: function (a) {
            return Math.pow(2, 18 - a)
        }, YD: function (a) {
            return this.Bc(a) * this.k.Ob
        }
    });
    var Sc = [z.url.proto + z.url.domain.TILE_BASE_URLS[0] + "/it/", z.url.proto + z.url.domain.TILE_BASE_URLS[1] + "/it/", z.url.proto + z.url.domain.TILE_BASE_URLS[2] + "/it/", z.url.proto + z.url.domain.TILE_BASE_URLS[3] + "/it/", z.url.proto + z.url.domain.TILE_BASE_URLS[4] + "/it/"], Tc = [z.url.proto + z.url.domain.TILE_ONLINE_URLS[0] + "/tile/", z.url.proto + z.url.domain.TILE_ONLINE_URLS[1] + "/tile/", z.url.proto + z.url.domain.TILE_ONLINE_URLS[2] + "/tile/", z.url.proto + z.url.domain.TILE_ONLINE_URLS[3] + "/tile/", z.url.proto + z.url.domain.TILE_ONLINE_URLS[4] + "/tile/"], Uc = {
        dark: "dl",
        light: "ll",
        normal: "pl"
    }, Vc = new Ec;
    Vc.YZ = o;
    Vc.getTilesUrl = function (a, b, c) {
        var d = a.x, a = a.y, e = 1, c = Uc[c];
        this.map.GL() && (e = 2);
        return (Tc[Math.abs(d + a) % Tc.length] + "?qt=tile&x=" + (d + "").replace(/-/gi, "M") + "&y=" + (a + "").replace(/-/gi, "M") + "&z=" + b + "&styles=" + c + "&scaler=" + e + (6 == x.ea.la ? "&color_dep=32&colors=50" : "") + "&udt=20160401").replace(/-(\d+)/gi, "M$1")
    };
    var La = new Rc("\u5730\u56fe", Vc, {tips: "\u663e\u793a\u666e\u901a\u5730\u56fe", maxZoom: 19}), Wc = new Ec;
    Wc.fO = [z.url.proto + z.url.domain.TIlE_PERSPECT_URLS[0] + "/resource/mappic/", z.url.proto + z.url.domain.TIlE_PERSPECT_URLS[1] + "/resource/mappic/", z.url.proto + z.url.domain.TIlE_PERSPECT_URLS[2] + "/resource/mappic/", z.url.proto + z.url.domain.TIlE_PERSPECT_URLS[3] + "/resource/mappic/"];
    Wc.getTilesUrl = function (a, b) {
        var c = a.x, d = a.y, e = 256 * Math.pow(2, 20 - b), d = Math.round((9998336 - e * d) / e) - 1;
        return url = this.fO[Math.abs(c + d) % this.fO.length] + this.map.Vb + "/" + this.map.Bw + "/3/lv" + (21 - b) + "/" + c + "," + d + ".jpg"
    };
    var Oa = new Rc("\u4e09\u7ef4", Wc, {
        tips: "\u663e\u793a\u4e09\u7ef4\u5730\u56fe",
        minZoom: 15,
        maxZoom: 20,
        textColor: "white",
        projection: new hb
    });
    Oa.Bc = function (a) {
        return Math.pow(2, 20 - a)
    };
    Oa.tk = function (a) {
        if (!a)return "";
        var b = F.cC, c;
        for (c in b)if (-1 < a.search(c))return b[c].gy;
        return ""
    };
    Oa.cL = function (a) {
        return {bj: 2, gz: 1, sz: 14, sh: 4}[a]
    };
    var Xc = new Ec({vw: o});
    Xc.getTilesUrl = function (a, b) {
        var c = a.x, d = a.y;
        return (Sc[Math.abs(c + d) % Sc.length] + "u=x=" + c + ";y=" + d + ";z=" + b + ";v=009;type=sate&fm=46&udt=20141015").replace(/-(\d+)/gi, "M$1")
    };
    var Xa = new Rc("\u536b\u661f", Xc, {
        tips: "\u663e\u793a\u536b\u661f\u5f71\u50cf",
        minZoom: 1,
        maxZoom: 19,
        textColor: "white"
    }), Yc = new Ec({transparentPng: o});
    Yc.getTilesUrl = function (a, b) {
        var c = a.x, d = a.y;
        return (Tc[Math.abs(c + d) % Tc.length] + "?qt=tile&x=" + (c + "").replace(/-/gi, "M") + "&y=" + (d + "").replace(/-/gi, "M") + "&z=" + b + "&styles=sl" + (6 == x.ea.la ? "&color_dep=32&colors=50" : "") + "&udt=20141015").replace(/-(\d+)/gi, "M$1")
    };
    var Ra = new Rc("\u6df7\u5408", [Xc, Yc], {
        tips: "\u663e\u793a\u5e26\u6709\u8857\u9053\u7684\u536b\u661f\u5f71\u50cf",
        labelText: "\u8def\u7f51",
        minZoom: 1,
        maxZoom: 19,
        textColor: "white"
    });
    var Zc = 1, U = {};
    window.f0 = U;
    function V(a, b) {
        x.lang.Ba.call(this);
        this.zd = {};
        this.gn(a);
        b = b || {};
        b.ka = b.renderOptions || {};
        this.k = {
            ka: {
                Ga: b.ka.panel || p,
                map: b.ka.map || p,
                Zg: b.ka.autoViewport || o,
                It: b.ka.selectFirstResult,
                bt: b.ka.highlightMode,
                Xb: b.ka.enableDragging || q
            },
            Zx: b.onSearchComplete || s(),
            XM: b.onMarkersSet || s(),
            WM: b.onInfoHtmlSet || s(),
            ZM: b.onResultsHtmlSet || s(),
            VM: b.onGetBusListComplete || s(),
            UM: b.onGetBusLineComplete || s(),
            SM: b.onBusListHtmlSet || s(),
            RM: b.onBusLineHtmlSet || s(),
            IE: b.onPolylinesSet || s(),
            Ap: b.reqFrom || ""
        };
        this.k.ka.Zg = "undefined" != typeof b && "undefined" != typeof b.renderOptions && "undefined" != typeof b.renderOptions.autoViewport ? b.renderOptions.autoViewport : o;
        this.k.ka.Ga = x.Ec(this.k.ka.Ga)
    }

    x.sa(V, x.lang.Ba);
    x.extend(V.prototype, {
        getResults: function () {
            return this.Gc ? this.Ki : this.ja
        }, enableAutoViewport: function () {
            this.k.ka.Zg = o
        }, disableAutoViewport: function () {
            this.k.ka.Zg = q
        }, gn: function (a) {
            a && (this.zd.src = a)
        }, rF: function (a) {
            this.k.Zx = a || s()
        }, setMarkersSetCallback: function (a) {
            this.k.XM = a || s()
        }, setPolylinesSetCallback: function (a) {
            this.k.IE = a || s()
        }, setInfoHtmlSetCallback: function (a) {
            this.k.WM = a || s()
        }, setResultsHtmlSetCallback: function (a) {
            this.k.ZM = a || s()
        }, um: t("Bd")
    });
    var $c = {
        oG: z.Hc, ab: function (a, b, c, d, e) {
            var f = (1E5 * Math.random()).toFixed(0);
            z._rd["_cbk" + f] = function (b) {
                c = c || {};
                a && a(b, c);
                delete z._rd["_cbk" + f]
            };
            d = d || "";
            b = c && c.zO ? Fb(b, encodeURI) : Fb(b, encodeURIComponent);
            this.oG = c && c.Fs ? c.uN ? c.uN : z.qp : z.Hc;
            d = this.oG + d + "?" + b + "&ie=utf-8&oue=1&fromproduct=jsapi";
            e || (d += "&res=api");
            Qb(d + ("&callback=BMap._rd._cbk" + f))
        }
    };
    window.m0 = $c;
    z._rd = {};
    var P = {};
    window.l0 = P;
    P.qN = function (a) {
        a = a.replace(/<\/?[^>]*>/g, "");
        return a = a.replace(/[ | ]* /g, " ")
    };
    P.UY = function (a) {
        return a.replace(/([1-9]\d*\.\d*|0\.\d*[1-9]\d*|0?\.0+|0|[1-9]\d*),([1-9]\d*\.\d*|0\.\d*[1-9]\d*|0?\.0+|0|[1-9]\d*)(,)/g, "$1,$2;")
    };
    P.VY = function (a, b) {
        return a.replace(RegExp("(((-?\\d+)(\\.\\d+)?),((-?\\d+)(\\.\\d+)?);)(((-?\\d+)(\\.\\d+)?),((-?\\d+)(\\.\\d+)?);){" + b + "}", "ig"), "$1")
    };
    var ad = 2, bd = 3, dd = 0, ed = "bt", fd = "nav", gd = "walk", hd = "bl", id = "bsl", jd = 14, kd = 15, ld = 18, md = 20, nd = 31;
    z.I = window.Instance = x.lang.Mc;
    function od(a, b, c) {
        x.lang.Ba.call(this);
        if (a) {
            this.Ua = "object" == typeof a ? a : x.Ec(a);
            this.page = 1;
            this.Id = 100;
            this.KJ = "pg";
            this.Uf = 4;
            this.SJ = b;
            this.update = o;
            a = {page: 1, Ue: 100, Id: 100, Uf: 4, KJ: "pg", update: o};
            c || (c = a);
            for (var d in c)"undefined" != typeof c[d] && (this[d] = c[d]);
            this.ua()
        }
    }

    x.extend(od.prototype, {
        ua: function () {
            this.pa()
        }, pa: function () {
            this.mV();
            this.Ua.innerHTML = this.IV()
        }, mV: function () {
            isNaN(parseInt(this.page)) && (this.page = 1);
            isNaN(parseInt(this.Id)) && (this.Id = 1);
            1 > this.page && (this.page = 1);
            1 > this.Id && (this.Id = 1);
            this.page > this.Id && (this.page = this.Id);
            this.page = parseInt(this.page);
            this.Id = parseInt(this.Id)
        }, q2: function () {
            location.search.match(RegExp("[?&]?" + this.KJ + "=([^&]*)[&$]?", "gi"));
            this.page = RegExp.$1
        }, IV: function () {
            var a = [], b = this.page - 1, c = this.page + 1;
            a.push('<p style="margin:0;padding:0;white-space:nowrap">');
            if (!(1 > b)) {
                if (this.page >= this.Uf) {
                    var d;
                    a.push('<span style="margin-right:3px"><a style="color:#7777cc" href="javascript:void(0)" onclick="{temp1}">\u9996\u9875</a></span>'.replace("{temp1}", "BMap.I('" + this.ba + "').toPage(1);"))
                }
                a.push('<span style="margin-right:3px"><a style="color:#7777cc" href="javascript:void(0)" onclick="{temp2}">\u4e0a\u4e00\u9875</a></span>'.replace("{temp2}", "BMap.I('" + this.ba + "').toPage(" + b + ");"))
            }
            if (this.page < this.Uf)d = 0 == this.page % this.Uf ? this.page - this.Uf - 1 : this.page - this.page % this.Uf + 1, b = d + this.Uf - 1; else {
                d = Math.floor(this.Uf / 2);
                var e = this.Uf % 2 - 1, b = this.Id > this.page + d ? this.page + d : this.Id;
                d = this.page - d - e
            }
            this.page > this.Id - this.Uf && this.page >= this.Uf && (d = this.Id - this.Uf + 1, b = this.Id);
            for (e = d; e <= b; e++)0 < e && (e == this.page ? a.push('<span style="margin-right:3px">' + e + "</span>") : 1 <= e && e <= this.Id && (d = '<span><a style="color:#7777cc;margin-right:3px" href="javascript:void(0)" onclick="{temp3}">[' + e + "]</a></span>", a.push(d.replace("{temp3}", "BMap.I('" + this.ba + "').toPage(" + e + ");"))));
            c > this.Id || a.push('<span><a style="color:#7777cc" href="javascript:void(0)" onclick="{temp4}">\u4e0b\u4e00\u9875</a></span>'.replace("{temp4}", "BMap.I('" + this.ba + "').toPage(" + c + ");"));
            a.push("</p>");
            return a.join("")
        }, toPage: function (a) {
            a = a ? a : 1;
            "function" == typeof this.SJ && (this.SJ(a), this.page = a);
            this.update && this.ua()
        }
    });
    function bb(a, b) {
        V.call(this, a, b);
        b = b || {};
        b.renderOptions = b.renderOptions || {};
        this.Kp(b.pageCapacity);
        "undefined" != typeof b.renderOptions.selectFirstResult && !b.renderOptions.selectFirstResult ? this.HC() : this.dD();
        this.va = [];
        this.sf = [];
        this.ib = -1;
        this.Oa = [];
        var c = this;
        I.load("local", function () {
            c.zz()
        }, o)
    }

    x.sa(bb, V, "LocalSearch");
    bb.aq = 10;
    bb.j0 = 1;
    bb.Cn = 100;
    bb.eG = 2E3;
    bb.lG = 1E5;
    x.extend(bb.prototype, {
        search: function (a, b) {
            this.Oa.push({method: "search", arguments: [a, b]})
        }, bn: function (a, b, c) {
            this.Oa.push({method: "searchInBounds", arguments: [a, b, c]})
        }, Gp: function (a, b, c, d) {
            this.Oa.push({method: "searchNearby", arguments: [a, b, c, d]})
        }, Me: function () {
            delete this.Ea;
            delete this.Bd;
            delete this.ja;
            delete this.ga;
            this.ib = -1;
            this.qb();
            this.k.ka.Ga && (this.k.ka.Ga.innerHTML = "")
        }, zm: s(), dD: function () {
            this.k.ka.It = o
        }, HC: function () {
            this.k.ka.It = q
        }, Kp: function (a) {
            this.k.Fk = "number" == typeof a && !isNaN(a) ? 1 > a ? bb.aq : a > bb.Cn ? bb.aq : a : bb.aq
        }, lf: function () {
            return this.k.Fk
        }, toString: ca("LocalSearch")
    });
    var pd = bb.prototype;
    S(pd, {
        clearResults: pd.Me,
        setPageCapacity: pd.Kp,
        getPageCapacity: pd.lf,
        gotoPage: pd.zm,
        searchNearby: pd.Gp,
        searchInBounds: pd.bn,
        search: pd.search,
        enableFirstResultSelection: pd.dD,
        disableFirstResultSelection: pd.HC
    });
    function qd(a, b) {
        V.call(this, a, b)
    }

    x.sa(qd, V, "BaseRoute");
    x.extend(qd.prototype, {Me: s()});
    function rd(a, b) {
        V.call(this, a, b);
        b = b || {};
        this.Qt(b.policy);
        this.Kp(b.pageCapacity);
        this.vd = ed;
        this.Bu = jd;
        this.Cu = Zc;
        this.va = [];
        this.ib = -1;
        this.k.fd = b.enableTraffic || q;
        this.Oa = [];
        var c = this;
        I.load("route", function () {
            c.Od()
        })
    }

    rd.Cn = 100;
    rd.eP = [0, 1, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 1, 1, 1];
    x.sa(rd, qd, "TransitRoute");
    x.extend(rd.prototype, {
        Qt: function (a) {
            this.k.ad = 0 <= a && 4 >= a ? a : 0
        }, zA: function (a, b) {
            this.Oa.push({method: "_internalSearch", arguments: [a, b]})
        }, search: function (a, b) {
            this.Oa.push({method: "search", arguments: [a, b]})
        }, Kp: function (a) {
            if ("string" === typeof a && (a = parseInt(a, 10), isNaN(a))) {
                this.k.Fk = rd.Cn;
                return
            }
            this.k.Fk = "number" !== typeof a ? rd.Cn : 1 <= a && a <= rd.Cn ? Math.round(a) : rd.Cn
        }, toString: ca("TransitRoute"), cU: function (a) {
            return a.replace(/\(.*\)/, "")
        }
    });
    var sd = rd.prototype;
    S(sd, {_internalSearch: sd.zA});
    function td(a, b) {
        V.call(this, a, b);
        this.va = [];
        this.ib = -1;
        this.Oa = [];
        var c = this, d = this.k.ka;
        1 !== d.bt && 2 !== d.bt && (d.bt = 1);
        this.Tz = this.k.ka.Xb ? o : q;
        I.load("route", function () {
            c.Od()
        });
        this.hE && this.hE()
    }

    td.rP = " \u73af\u5c9b \u65e0\u5c5e\u6027\u9053\u8def \u4e3b\u8def \u9ad8\u901f\u8fde\u63a5\u8def \u4ea4\u53c9\u70b9\u5185\u8def\u6bb5 \u8fde\u63a5\u9053\u8def \u505c\u8f66\u573a\u5185\u90e8\u9053\u8def \u670d\u52a1\u533a\u5185\u90e8\u9053\u8def \u6865 \u6b65\u884c\u8857 \u8f85\u8def \u531d\u9053 \u5168\u5c01\u95ed\u9053\u8def \u672a\u5b9a\u4e49\u4ea4\u901a\u533a\u57df POI\u8fde\u63a5\u8def \u96a7\u9053 \u6b65\u884c\u9053 \u516c\u4ea4\u4e13\u7528\u9053 \u63d0\u524d\u53f3\u8f6c\u9053".split(" ");
    x.sa(td, qd, "DWRoute");
    x.extend(td.prototype, {
        search: function (a, b, c) {
            this.Oa.push({method: "search", arguments: [a, b, c]})
        }
    });
    function ud(a, b) {
        td.call(this, a, b);
        b = b || {};
        this.k.fd = b.enableTraffic || q;
        this.Qt(b.policy);
        this.vd = fd;
        this.Bu = md;
        this.Cu = bd
    }

    x.sa(ud, td, "DrivingRoute");
    ud.prototype.Qt = function (a) {
        this.k.ad = 0 <= a && 2 >= a ? a : 0
    };
    function vd(a, b) {
        td.call(this, a, b);
        this.vd = gd;
        this.Bu = nd;
        this.Cu = ad;
        this.Tz = q
    }

    x.sa(vd, td, "WalkingRoute");
    function wd(a, b) {
        x.lang.Ba.call(this);
        this.Sf = [];
        this.Tm = [];
        this.k = b;
        this.dc = a;
        this.map = this.k.ka.map || p;
        this.py = this.k.py;
        this.yb = p;
        this.hj = 0;
        this.Fy = "";
        this.$d = 1;
        this.Yw = "";
        this.Bp = [0, 0, 0, 0, 0, 0, 0];
        this.xE = [];
        this.fs = [1, 1, 1, 1, 1, 1, 1];
        this.nO = [1, 1, 1, 1, 1, 1, 1];
        this.Gt = [0, 0, 0, 0, 0, 0, 0];
        this.Cp = [0, 0, 0, 0, 0, 0, 0];
        this.Ma = [{o: "", Lf: 0, tn: 0, x: 0, y: 0, Ac: -1}, {o: "", Lf: 0, tn: 0, x: 0, y: 0, Ac: -1}, {
            o: "",
            Lf: 0,
            tn: 0,
            x: 0,
            y: 0,
            Ac: -1
        }, {o: "", Lf: 0, tn: 0, x: 0, y: 0, Ac: -1}, {o: "", Lf: 0, tn: 0, x: 0, y: 0, Ac: -1}, {
            o: "",
            Lf: 0,
            tn: 0,
            x: 0,
            y: 0,
            Ac: -1
        }, {o: "", Lf: 0, tn: 0, x: 0, y: 0, Ac: -1}];
        this.fi = -1;
        this.gu = [];
        this.hu = [];
        I.load("route", s())
    }

    x.lang.sa(wd, x.lang.Ba, "RouteAddr");
    var xd = navigator.userAgent;
    /ipad|iphone|ipod|iph/i.test(xd);
    var yd = /android/i.test(xd);

    function zd(a) {
        this.uh = a || {}
    }

    x.extend(zd.prototype, {
        AN: function (a, b, c) {
            var d = this;
            I.load("route", function () {
                d.Od(a, b, c)
            })
        }
    });
    function Ad(a) {
        this.k = {};
        x.extend(this.k, a);
        this.Oa = [];
        var b = this;
        I.load("othersearch", function () {
            b.Od()
        })
    }

    x.sa(Ad, x.lang.Ba, "Geocoder");
    x.extend(Ad.prototype, {
        tm: function (a, b, c) {
            this.Oa.push({method: "getPoint", arguments: [a, b, c]})
        }, Rs: function (a, b, c) {
            this.Oa.push({method: "getLocation", arguments: [a, b, c]})
        }, toString: ca("Geocoder")
    });
    var Bd = Ad.prototype;
    S(Bd, {getPoint: Bd.tm, getLocation: Bd.Rs});
    function Geolocation(a) {
        a = a || {};
        this.K = {timeout: a.timeout || 1E4, maximumAge: a.maximumAge || 6E5};
        this.ke = [];
        var b = this;
        I.load("othersearch", function () {
            for (var a = 0, d; d = b.ke[a]; a++)b[d.method].apply(b, d.arguments)
        })
    }

    x.extend(Geolocation.prototype, {
        getCurrentPosition: function (a, b) {
            this.ke.push({method: "getCurrentPosition", arguments: arguments})
        }, getStatus: ca(2)
    });
    function Ed(a) {
        a = a || {};
        a.ka = a.renderOptions || {};
        this.k = {ka: {map: a.ka.map || p}};
        this.Oa = [];
        var b = this;
        I.load("othersearch", function () {
            b.Od()
        })
    }

    x.sa(Ed, x.lang.Ba, "LocalCity");
    x.extend(Ed.prototype, {
        get: function (a) {
            this.Oa.push({method: "get", arguments: [a]})
        }, toString: ca("LocalCity")
    });
    function Fd() {
        this.Oa = [];
        var a = this;
        I.load("othersearch", function () {
            a.Od()
        })
    }

    x.sa(Fd, x.lang.Ba, "Boundary");
    x.extend(Fd.prototype, {
        get: function (a, b) {
            this.Oa.push({method: "get", arguments: [a, b]})
        }, toString: ca("Boundary")
    });
    function Gd(a, b) {
        V.call(this, a, b);
        this.oP = hd;
        this.qP = kd;
        this.nP = id;
        this.pP = ld;
        this.Oa = [];
        var c = this;
        I.load("buslinesearch", function () {
            c.Od()
        })
    }

    Gd.mv = F.oa + "iw_plus.gif";
    Gd.tS = F.oa + "iw_minus.gif";
    Gd.mU = F.oa + "stop_icon.png";
    x.sa(Gd, V);
    x.extend(Gd.prototype, {
        getBusList: function (a) {
            this.Oa.push({method: "getBusList", arguments: [a]})
        }, getBusLine: function (a) {
            this.Oa.push({method: "getBusLine", arguments: [a]})
        }, setGetBusListCompleteCallback: function (a) {
            this.k.VM = a || s()
        }, setGetBusLineCompleteCallback: function (a) {
            this.k.UM = a || s()
        }, setBusListHtmlSetCallback: function (a) {
            this.k.SM = a || s()
        }, setBusLineHtmlSetCallback: function (a) {
            this.k.RM = a || s()
        }, setPolylinesSetCallback: function (a) {
            this.k.IE = a || s()
        }
    });
    function Hd(a) {
        V.call(this, a);
        a = a || {};
        this.nc = {input: a.input || p, TB: a.baseDom || p, types: a.types || [], Zx: a.onSearchComplete || s()};
        this.zd.src = a.location || "\u5168\u56fd";
        this.cj = "";
        this.mg = p;
        this.QH = "";
        this.Ri();
        Pa(Ha);
        var b = this;
        I.load("autocomplete", function () {
            b.Od()
        })
    }

    x.sa(Hd, V, "Autocomplete");
    x.extend(Hd.prototype, {
        Ri: s(), show: s(), U: s(), sF: function (a) {
            this.nc.types = a
        }, gn: function (a) {
            this.zd.src = a
        }, search: ba("cj"), uy: ba("QH")
    });
    var Sa;

    function Na(a, b) {
        function c() {
            e.k.visible ? ("inter" === e.Ge && e.k.haveBreakId && e.k.indoorExitControl === o ? x.D.show(e.sA) : x.D.U(e.sA), this.k.closeControl && this.wf && this.C && this.C.Na() === this.B ? x.D.show(e.wf) : x.D.U(e.wf), this.k.forceCloseControl && x.D.show(e.wf)) : (x.D.U(e.wf), x.D.U(e.sA))
        }

        this.B = "string" == typeof a ? x.$(a) : a;
        this.ba = Id++;
        this.k = {
            enableScrollWheelZoom: o,
            panoramaRenderer: "flash",
            swfSrc: z.tg("main_domain_nocdn", "res/swf/") + "APILoader.swf",
            visible: o,
            indoorExitControl: o,
            indoorFloorControl: q,
            linksControl: o,
            clickOnRoad: o,
            navigationControl: o,
            closeControl: o,
            indoorSceneSwitchControl: o,
            albumsControl: q,
            albumsControlOptions: {},
            copyrightControlOptions: {},
            forceCloseControl: q,
            haveBreakId: q
        };
        var b = b || {}, d;
        for (d in b)this.k[d] = b[d];
        b.closeControl === o && (this.k.forceCloseControl = o);
        this.Ca = {heading: 0, pitch: 0};
        this.Zn = [];
        this.Kb = this.Xa = p;
        this.dk = this.Yq();
        this.va = [];
        this.Lc = 1;
        this.Ge = this.RS = this.dl = "";
        this.Fe = {};
        this.Jf = p;
        this.Rg = [];
        this.ur = [];
        "cvsRender" == this.dk || Ma() ? (this.Wj = 90, this.Yj = -90) : "cssRender" == this.dk && (this.Wj = 45, this.Yj = -45);
        this.yr = q;
        var e = this;
        this.$n = function () {
            this.dk === "flashRender" ? I.load("panoramaflash", function () {
                e.Ri()
            }, o) : I.load("panorama", function () {
                e.wb()
            }, o);
            b.Of == "api" ? Pa(Ca) : Pa(Da);
            this.$n = s()
        };
        this.k.ES !== o && (this.$n(), z.Ij("cus.fire", "count", "z_loadpanoramacount"));
        this.vT(this.B);
        this.addEventListener("id_changed", function () {
            Pa(Ba, {from: b.Of})
        });
        this.IP();
        this.addEventListener("indoorexit_options_changed", c);
        this.addEventListener("scene_type_changed", c);
        this.addEventListener("onclose_options_changed", c);
        this.addEventListener("onvisible_changed", c)
    }

    var Jd = 4, Kd = 1, Id = 0;
    x.lang.sa(Na, x.lang.Ba, "Panorama");
    x.extend(Na.prototype, {
        IP: function () {
            var a = this, b = this.wf = K("div");
            b.className = "pano_close";
            b.style.cssText = "z-index: 1201;display: none";
            b.title = "\u9000\u51fa\u5168\u666f";
            b.onclick = function () {
                a.U()
            };
            this.B.appendChild(b);
            var c = this.sA = K("a");
            c.className = "pano_pc_indoor_exit";
            c.style.cssText = "z-index: 1201;display: none";
            c.innerHTML = '<span style="float:right;margin-right:12px;">\u51fa\u53e3</span>';
            c.title = "\u9000\u51fa\u5ba4\u5185\u666f";
            c.onclick = function () {
                a.Qo()
            };
            this.B.appendChild(c);
            window.ActiveXObject && !document.addEventListener && (b.style.backgroundColor = "rgb(37,37,37)", c.style.backgroundColor = "rgb(37,37,37)")
        },
        Qo: s(),
        vT: function (a) {
            var b, c;
            b = a.style;
            c = Ua(a).position;
            "absolute" != c && "relative" != c && (b.position = "relative", b.zIndex = 0);
            if ("absolute" === c || "relative" === c)if (a = Ua(a).zIndex, !a || "auto" === a)b.zIndex = 0
        },
        aX: t("Zn"),
        Yb: t("Xa"),
        CX: t("Uv"),
        QN: t("Uv"),
        ha: t("Kb"),
        Da: t("Ca"),
        fa: t("Lc"),
        hh: t("dl"),
        s2: function () {
            return this.L0 || []
        },
        n2: t("RS"),
        Xs: t("Ge"),
        wy: function (a) {
            a !== this.Ge && (this.Ge = a, this.dispatchEvent(new N("onscene_type_changed")))
        },
        rc: function (a, b, c) {
            "object" === typeof b && (c = b, b = j);
            a != this.Xa && (this.ol = this.Xa, this.pl = this.Kb, this.Xa = a, this.Ge = b || "street", this.Kb = p, c && c.pov && this.Nc(c.pov))
        },
        ra: function (a) {
            a.lb(this.Kb) || (this.ol = this.Xa, this.pl = this.Kb, this.Kb = a, this.Xa = p)
        },
        Nc: function (a) {
            a && (this.Ca = a, a = this.Ca.pitch, a > this.Wj ? a = this.Wj : a < this.Yj && (a = this.Yj), this.yr = o, this.Ca.pitch = a)
        },
        TZ: function (a, b) {
            this.Yj = 0 <= a ? 0 : a;
            this.Wj = 0 >= b ? 0 : b
        },
        Oc: function (a) {
            a != this.Lc && (a > Jd && (a = Jd), a < Kd && (a = Kd), a != this.Lc && (this.Lc = a), "cssRender" === this.dk && this.Nc(this.Ca))
        },
        rB: function () {
            if (this.C)for (var a = this.C.qx(), b = 0; b < a.length; b++)(a[b]instanceof T || a[b]instanceof rc) && a[b].point && this.va.push(a[b])
        },
        oF: ba("C"),
        Pt: function (a) {
            this.Jf = a || "none"
        },
        Lk: function (a) {
            for (var b in a) {
                if ("object" == typeof a[b])for (var c in a[b])this.k[b][c] = a[b][c]; else this.k[b] = a[b];
                a.closeControl === o && (this.k.forceCloseControl = o);
                a.closeControl === q && (this.k.forceCloseControl = q);
                switch (b) {
                    case "linksControl":
                        this.dispatchEvent(new N("onlinks_visible_changed"));
                        break;
                    case "clickOnRoad":
                        this.dispatchEvent(new N("onclickonroad_changed"));
                        break;
                    case "navigationControl":
                        this.dispatchEvent(new N("onnavigation_visible_changed"));
                        break;
                    case "indoorSceneSwitchControl":
                        this.dispatchEvent(new N("onindoor_default_switch_mode_changed"));
                        break;
                    case "albumsControl":
                        this.dispatchEvent(new N("onalbums_visible_changed"));
                        break;
                    case "albumsControlOptions":
                        this.dispatchEvent(new N("onalbums_options_changed"));
                        break;
                    case "copyrightControlOptions":
                        this.dispatchEvent(new N("oncopyright_options_changed"));
                        break;
                    case "closeControl":
                        this.dispatchEvent(new N("onclose_options_changed"));
                        break;
                    case "indoorExitControl":
                        this.dispatchEvent(new N("onindoorexit_options_changed"));
                        break;
                    case "indoorFloorControl":
                        this.dispatchEvent(new N("onindoorfloor_options_changed"))
                }
            }
        },
        Ak: function () {
            this.xl.style.visibility = "hidden"
        },
        Ay: function () {
            this.xl.style.visibility = "visible"
        },
        oW: function () {
            this.k.enableScrollWheelZoom = o
        },
        $V: function () {
            this.k.enableScrollWheelZoom = q
        },
        show: function () {
            this.k.visible = o
        },
        U: function () {
            this.k.visible = q
        },
        Yq: function () {
            return Ta() && !G() && "javascript" != this.k.panoramaRenderer ? "flashRender" : !G() && Mb() ? "cvsRender" : "cssRender"
        },
        Ia: function (a) {
            this.Fe[a.jd] = a
        },
        Sb: function (a) {
            delete this.Fe[a]
        },
        WD: function () {
            return this.k.visible
        },
        gh: function () {
            return new L(this.B.clientWidth, this.B.clientHeight)
        },
        Na: t("B"),
        ZK: function () {
            var a = z.tg("baidumap", "?"), b = this.Yb();
            if (b) {
                var b = {
                    panotype: this.Xs(),
                    heading: this.Da().heading,
                    pitch: this.Da().pitch,
                    pid: b,
                    panoid: b,
                    from: "api"
                }, c;
                for (c in b)a += c + "=" + b[c] + "&"
            }
            return a.slice(0, -1)
        },
        Ax: function () {
            this.Lk({copyrightControlOptions: {logoVisible: q}})
        },
        vF: function () {
            this.Lk({copyrightControlOptions: {logoVisible: o}})
        },
        NB: function (a) {
            function b(a, b) {
                return function () {
                    a.ur.push({DM: b, CM: arguments})
                }
            }

            for (var c = a.getPanoMethodList(), d = "", e = 0, f = c.length; e < f; e++)d = c[e], this[d] = b(this, d);
            this.Rg.push(a)
        },
        ZE: function (a) {
            for (var b = this.Rg.length; b--;)this.Rg[b] === a && this.Rg.splice(b, 1)
        },
        nF: s()
    });
    var Ld = Na.prototype;
    S(Ld, {
        setId: Ld.rc,
        setPosition: Ld.ra,
        setPov: Ld.Nc,
        setZoom: Ld.Oc,
        setOptions: Ld.Lk,
        getId: Ld.Yb,
        getPosition: Ld.ha,
        getPov: Ld.Da,
        getZoom: Ld.fa,
        getLinks: Ld.aX,
        getBaiduMapUrl: Ld.ZK,
        hideMapLogo: Ld.Ax,
        showMapLogo: Ld.vF,
        enableDoubleClickZoom: Ld.H1,
        disableDoubleClickZoom: Ld.w1,
        enableScrollWheelZoom: Ld.oW,
        disableScrollWheelZoom: Ld.$V,
        show: Ld.show,
        hide: Ld.U,
        addPlugin: Ld.NB,
        removePlugin: Ld.ZE,
        getVisible: Ld.WD,
        addOverlay: Ld.Ia,
        removeOverlay: Ld.Sb,
        getSceneType: Ld.Xs,
        setPanoramaPOIType: Ld.Pt,
        exitInter: Ld.Qo,
        setInteractiveState: Ld.nF
    });
    S(window, {
        BMAP_PANORAMA_POI_HOTEL: "hotel",
        BMAP_PANORAMA_POI_CATERING: "catering",
        BMAP_PANORAMA_POI_MOVIE: "movie",
        BMAP_PANORAMA_POI_TRANSIT: "transit",
        BMAP_PANORAMA_POI_INDOOR_SCENE: "indoor_scene",
        BMAP_PANORAMA_POI_NONE: "none",
        BMAP_PANORAMA_INDOOR_SCENE: "inter",
        BMAP_PANORAMA_STREET_SCENE: "street"
    });
    function Md() {
        x.lang.Ba.call(this);
        this.jd = "PanoramaOverlay_" + this.ba;
        this.P = p;
        this.Pa = o
    }

    x.lang.sa(Md, x.lang.Ba, "PanoramaOverlayBase");
    x.extend(Md.prototype, {
        o2: t("jd"), pa: function () {
            aa("initialize\u65b9\u6cd5\u672a\u5b9e\u73b0")
        }, remove: function () {
            aa("remove\u65b9\u6cd5\u672a\u5b9e\u73b0")
        }, If: function () {
            aa("_setOverlayProperty\u65b9\u6cd5\u672a\u5b9e\u73b0")
        }
    });
    function Nd(a, b) {
        Md.call(this);
        var c = {position: p, altitude: 2, displayDistance: o}, b = b || {}, d;
        for (d in b)c[d] = b[d];
        this.Kb = c.position;
        this.Mj = a;
        this.rq = c.altitude;
        this.UQ = c.displayDistance;
        this.BF = c.color;
        this.JL = c.hoverColor;
        this.backgroundColor = c.backgroundColor;
        this.MJ = c.backgroundHoverColor;
        this.borderColor = c.borderColor;
        this.QJ = c.borderHoverColor;
        this.fontSize = c.fontSize;
        this.padding = c.padding;
        this.bE = c.imageUrl;
        this.size = c.size;
        this.se = c.image;
        this.width = c.width;
        this.height = c.height;
        this.RX = c.imageData;
        this.borderWidth = c.borderWidth
    }

    x.lang.sa(Nd, Md, "PanoramaLabel");
    x.extend(Nd.prototype, {
        T1: t("borderWidth"),
        getImageData: t("RX"),
        wm: t("BF"),
        h2: t("JL"),
        P1: t("backgroundColor"),
        Q1: t("MJ"),
        R1: t("borderColor"),
        S1: t("QJ"),
        e2: t("fontSize"),
        p2: t("padding"),
        i2: t("bE"),
        xb: t("size"),
        hx: t("se"),
        ra: function (a) {
            this.Kb = a;
            this.If("position", a)
        },
        ha: t("Kb"),
        bd: function (a) {
            this.Mj = a;
            this.If("content", a)
        },
        uk: t("Mj"),
        iF: function (a) {
            this.rq = a;
            this.If("altitude", a)
        },
        To: t("rq"),
        Da: function () {
            var a = this.ha(), b = p, c = p;
            this.P && (c = this.P.ha());
            if (a && c)if (a.lb(c))b = this.P.Da(); else {
                b = {};
                b.heading = Od(a.lng - c.lng, a.lat - c.lat) || 0;
                var a = b, c = this.To(), d = this.Un();
                a.pitch = Math.round(180 * (Math.atan(c / d) / Math.PI)) || 0
            }
            return b
        },
        Un: function () {
            var a = 0, b, c;
            this.P && (b = this.P.ha(), (c = this.ha()) && !c.lb(b) && (a = R.Vo(b, c)));
            return a
        },
        U: function () {
            aa("hide\u65b9\u6cd5\u672a\u5b9e\u73b0")
        },
        show: function () {
            aa("show\u65b9\u6cd5\u672a\u5b9e\u73b0")
        },
        If: s()
    });
    var Pd = Nd.prototype;
    S(Pd, {
        setPosition: Pd.ra,
        getPosition: Pd.ha,
        setContent: Pd.bd,
        getContent: Pd.uk,
        setAltitude: Pd.iF,
        getAltitude: Pd.To,
        getPov: Pd.Da,
        show: Pd.show,
        hide: Pd.U
    });
    function Qd(a, b) {
        Md.call(this);
        var c = {icon: "", title: "", panoInfo: p, altitude: 2}, b = b || {}, d;
        for (d in b)c[d] = b[d];
        this.Kb = a;
        this.LH = c.icon;
        this.eJ = c.title;
        this.rq = c.altitude;
        this.hT = c.panoInfo;
        this.Ca = {heading: 0, pitch: 0}
    }

    x.lang.sa(Qd, Md, "PanoramaMarker");
    x.extend(Qd.prototype, {
        ra: function (a) {
            this.Kb = a;
            this.If("position", a)
        }, ha: t("Kb"), Dc: function (a) {
            this.eJ = a;
            this.If("title", a)
        }, dp: t("eJ"), Tb: function (a) {
            this.LH = icon;
            this.If("icon", a)
        }, Wo: t("LH"), iF: function (a) {
            this.rq = a;
            this.If("altitude", a)
        }, To: t("rq"), ND: t("hT"), Da: function () {
            var a = p;
            if (this.P) {
                var a = this.P.ha(), b = this.ha(), a = Od(b.lng - a.lng, b.lat - a.lat);
                isNaN(a) && (a = 0);
                a = {heading: a, pitch: 0}
            } else a = this.Ca;
            return a
        }, If: s()
    });
    var Rd = Qd.prototype;
    S(Rd, {
        setPosition: Rd.ra,
        getPosition: Rd.ha,
        setTitle: Rd.Dc,
        getTitle: Rd.dp,
        setAltitude: Rd.iF,
        getAltitude: Rd.To,
        getPanoInfo: Rd.ND,
        getIcon: Rd.Wo,
        setIcon: Rd.Tb,
        getPov: Rd.Da
    });
    function Od(a, b) {
        var c = 0;
        if (0 !== a && 0 !== b) {
            var c = 180 * (Math.atan(a / b) / Math.PI), d = 0;
            0 < a && 0 > b && (d = 90);
            0 > a && 0 > b && (d = 180);
            0 > a && 0 < b && (d = 270);
            c = (c + 90) % 90 + d
        } else 0 === a ? c = 0 > b ? 180 : 0 : 0 === b && (c = 0 < a ? 90 : 270);
        return Math.round(c)
    }

    function Ma(a) {
        if ("boolean" === typeof Sd)return Sd;
        if (a === q || !window.WebGLRenderingContext || x.platform.Gm && -1 == navigator.userAgent.indexOf("Android 5"))return Sd = q;
        var a = document.createElement("canvas"), b = p;
        try {
            b = a.getContext("webgl")
        } catch (c) {
            Sd = q
        }
        return Sd = b === p ? q : o
    }

    var Sd;

    function Td() {
        if ("boolean" === typeof Ud)return Ud;
        Ud = o;
        if (x.platform.lE)return o;
        var a = navigator.userAgent;
        return -1 < a.indexOf("Chrome") || -1 < a.indexOf("SAMSUNG-GT-I9508") ? o : Ud = q
    }

    var Ud;

    function bc(a, b) {
        this.P = a || p;
        var c = this;
        c.P && c.ca();
        I.load("pservice", function () {
            c.mQ()
        });
        "api" == (b || {}).Of ? Pa(Fa) : Pa(Ga);
        this.xd = {
            getPanoramaById: [],
            getPanoramaByLocation: [],
            getVisiblePOIs: [],
            getRecommendPanosById: [],
            getPanoramaVersions: [],
            checkPanoSupportByCityCode: [],
            getPanoramaByPOIId: [],
            getCopyrightProviders: []
        }
    }

    z.Sm(function (a) {
        "flashRender" !== a.Yq() && new bc(a, {Of: "api"})
    });
    x.extend(bc.prototype, {
        ca: function () {
            function a(a) {
                if (a) {
                    if (a.id != b.Uv) {
                        b.QN(a.id);
                        b.da = a;
                        Td() || b.dispatchEvent(new N("onthumbnail_complete"));
                        b.Xa != p && (b.pl = b._position);
                        for (var c in a)if (a.hasOwnProperty(c))switch (b["_" + c] = a[c], c) {
                            case "position":
                                b.Kb = a[c];
                                break;
                            case "id":
                                b.Xa = a[c];
                                break;
                            case "links":
                                b.Zn = a[c];
                                break;
                            case "zoom":
                                b.Lc = a[c]
                        }
                        if (b.pl) {
                            var f = b.pl, g = b._position;
                            c = f.lat;
                            var i = g.lat, k = Nb(i - c), f = Nb(g.lng - f.lng);
                            c = Math.sin(k / 2) * Math.sin(k / 2) + Math.cos(Nb(c)) * Math.cos(Nb(i)) * Math.sin(f / 2) * Math.sin(f / 2);
                            b.$G = 6371E3 * 2 * Math.atan2(Math.sqrt(c), Math.sqrt(1 - c))
                        }
                        c = new N("ondataload");
                        c.data = a;
                        b.dispatchEvent(c);
                        b.dispatchEvent(new N("onposition_changed"));
                        b.dispatchEvent(new N("onlinks_changed"));
                        b.dispatchEvent(new N("oncopyright_changed"), {copyright: a.copyright});
                        a.$l && b.k.closeControl ? x.D.show(b.pR) : x.D.U(b.pR)
                    }
                } else b.Xa = b.ol, b.Kb = b.pl, b.dispatchEvent(new N("onnoresult"))
            }

            var b = this.P, c = this;
            b.addEventListener("id_changed", function () {
                c.$o(b.Yb(), a)
            });
            b.addEventListener("iid_changed", function () {
                c.Sg(bc.$k + "qt=idata&iid=" + b.oA + "&fn=", function (b) {
                    if (b && b.result && 0 == b.result.error) {
                        var b = b.content[0].interinfo, e = {};
                        e.$l = b.BreakID;
                        for (var f = b.Defaultfloor, g = p, i = 0; i < b.Floors.length; i++)if (b.Floors[i].Floor == f) {
                            g = b.Floors[i];
                            break
                        }
                        e.id = g.StartID || g.Points[0].PID;
                        c.$o(e.id, a, e)
                    }
                })
            });
            b.addEventListener("position_changed_inner", function () {
                c.qj(b.ha(), a)
            })
        }, $o: function (a, b) {
            this.xd.getPanoramaById.push(arguments)
        }, qj: function (a, b, c) {
            this.xd.getPanoramaByLocation.push(arguments)
        }, XD: function (a, b, c, d) {
            this.xd.getVisiblePOIs.push(arguments)
        }, ux: function (a, b) {
            this.xd.getRecommendPanosById.push(arguments)
        }, tx: function (a) {
            this.xd.getPanoramaVersions.push(arguments)
        }, aC: function (a, b) {
            this.xd.checkPanoSupportByCityCode.push(arguments)
        }, sx: function (a, b) {
            this.xd.getPanoramaByPOIId.push(arguments)
        }, dL: function (a) {
            this.xd.getCopyrightProviders.push(arguments)
        }
    });
    var Vd = bc.prototype;
    S(Vd, {getPanoramaById: Vd.$o, getPanoramaByLocation: Vd.qj, getPanoramaByPOIId: Vd.sx});
    function ac(a) {
        Ec.call(this);
        "api" == (a || {}).Of ? Pa(za) : Pa(Aa)
    }

    ac.sG = z.tg("pano", "tile/");
    ac.prototype = new Ec;
    ac.prototype.getTilesUrl = function (a, b) {
        var c = ac.sG[(a.x + a.y) % ac.sG.length] + "?udt=20150114&qt=tile&styles=pl&x=" + a.x + "&y=" + a.y + "&z=" + b;
        x.ea.la && 6 >= x.ea.la && (c += "&color_dep=32");
        return c
    };
    ac.prototype.lt = ca(o);
    Wd.Sd = new R;
    function Wd() {
    }

    x.extend(Wd, {
        aW: function (a, b, c) {
            c = x.lang.Mc(c);
            b = {data: b};
            "position_changed" == a && (b.data = Wd.Sd.wi(new Q(b.data.mercatorX, b.data.mercatorY)));
            c.dispatchEvent(new N("on" + a), b)
        }
    });
    var Xd = Wd;
    S(Xd, {dispatchFlashEvent: Xd.aW});
    var Yd = {gP: 50};
    Yd.Du = z.tg("pano")[0];
    Yd.zu = {width: 220, height: 60};
    x.extend(Yd, {
        kp: function (a, b, c, d) {
            if (!b || !c || !c.lngLat || !c.panoInstance)d(); else {
                this.fo === j && (this.fo = new bc(p, {Of: "api"}));
                var e = this;
                this.fo.aC(b, function (b) {
                    b ? e.fo.qj(c.lngLat, Yd.gP, function (b) {
                        if (b && b.id) {
                            var f = b.id, k = b.vh, b = b.wh, l = bc.Sd.nh(c.lngLat), m = e.VR(l, {
                                x: k,
                                y: b
                            }), k = e.nL(f, m, 0, Yd.zu.width, Yd.zu.height);
                            a.content = e.WR(a.content, k, c.titleTip, c.beforeDomId);
                            a.addEventListener("open", function () {
                                ha.M(x.Ec("infoWndPano"), "click", function () {
                                    c.panoInstance.rc(f);
                                    c.panoInstance.show();
                                    c.panoInstance.Nc({heading: m, pitch: 0})
                                })
                            })
                        }
                        d()
                    }) : d()
                })
            }
        }, WR: function (a, b, c, d) {
            var c = c || "", e;
            !d || !a.split(d)[0] ? (d = a, a = "") : (d = a.split(d)[0], e = d.lastIndexOf("<"), d = a.substring(0, e), a = a.substring(e));
            e = [];
            var f = Yd.zu.width, g = Yd.zu.height;
            e.push(d);
            e.push("<div id='infoWndPano' class='panoInfoBox' style='height:" + g + "px;width:" + f + "px; margin-top: -19px;'>");
            e.push("<img class='pano_thumnail_img' width='" + f + "' height='" + g + "' border='0' alt='" + c + "\u5916\u666f' title='" + c + "\u5916\u666f' src='" + b + "' onerror='Pano.PanoEntranceUtil.thumbnailNotFound(this, " + f + ", " + g + ");' />");
            e.push("<div class='panoInfoBoxTitleBg' style='width:" + f + "px;'></div><a href='javascript:void(0)' class='panoInfoBoxTitleContent' >\u8fdb\u5165\u5168\u666f&gt;&gt;</a>");
            e.push("</div>");
            e.push(a);
            return e.join("")
        }, VR: function (a, b) {
            var c = 90 - 180 * Math.atan2(a.y - b.y, a.x - b.x) / Math.PI;
            0 > c && (c += 360);
            return c
        }, nL: function (a, b, c, d, e) {
            var f = {panoId: a, panoHeading: b || 0, panoPitch: c || 0, width: d, height: e};
            return (Yd.Du + "?qt=pr3d&fovy=75&quality=80&panoid={panoId}&heading={panoHeading}&pitch={panoPitch}&width={width}&height={height}").replace(/\{(.*?)\}/g, function (a, b) {
                return f[b]
            })
        }
    });
    var Zd = document, $d = Math, ae = Zd.createElement("div").style, be;
    a:{
        for (var ce = ["t", "webkitT", "MozT", "msT", "OT"], de, ee = 0, fe = ce.length; ee < fe; ee++)if (de = ce[ee] + "ransform", de in ae) {
            be = ce[ee].substr(0, ce[ee].length - 1);
            break a
        }
        be = q
    }
    var ge = be ? "-" + be.toLowerCase() + "-" : "", ie = he("transform"), je = he("transitionProperty"), ke = he("transitionDuration"), le = he("transformOrigin"), ne = he("transitionTimingFunction"), pe = he("transitionDelay"), yd = /android/gi.test(navigator.appVersion), qe = /iphone|ipad/gi.test(navigator.appVersion), re = /hp-tablet/gi.test(navigator.appVersion), se = he("perspective")in ae, te = "ontouchstart"in window && !re, ue = be !== q, ve = he("transition")in ae, we = "onorientationchange"in window ? "orientationchange" : "resize", xe = te ? "touchstart" : "mousedown", ye = te ? "touchmove" : "mousemove", ze = te ? "touchend" : "mouseup", Ae = te ? "touchcancel" : "mouseup", Be = be === q ? q : {
        "": "transitionend",
        webkit: "webkitTransitionEnd",
        Moz: "transitionend",
        O: "otransitionend",
        ms: "MSTransitionEnd"
    }[be], Ce = window.requestAnimationFrame || window.webkitRequestAnimationFrame || window.mozRequestAnimationFrame || window.oRequestAnimationFrame || window.msRequestAnimationFrame || function (a) {
            return setTimeout(a, 1)
        }, De = window.cancelRequestAnimationFrame || window.s4 || window.webkitCancelRequestAnimationFrame || window.mozCancelRequestAnimationFrame || window.oCancelRequestAnimationFrame || window.msCancelRequestAnimationFrame || clearTimeout, Ee = se ? " translateZ(0)" : "";

    function Fe(a, b) {
        var c = this, d;
        c.xn = "object" == typeof a ? a : Zd.getElementById(a);
        c.xn.style.overflow = "hidden";
        c.Nb = c.xn.children[0];
        c.options = {
            hp: o,
            vn: o,
            x: 0,
            y: 0,
            Bo: o,
            cV: q,
            Sx: o,
            yE: o,
            Uk: o,
            Bi: q,
            w_: 0,
            Aw: q,
            xx: o,
            mi: o,
            Ci: o,
            nD: yd,
            Bx: qe,
            uW: qe && se,
            fF: "",
            zoom: q,
            Vk: 1,
            Xp: 4,
            cW: 2,
            MO: "scroll",
            Yt: q,
            Dy: 1,
            YM: p,
            QM: function (a) {
                a.preventDefault()
            },
            aN: p,
            PM: p,
            $M: p,
            OM: p,
            Yx: p,
            bN: p,
            TM: p,
            vp: p,
            cN: p,
            up: p
        };
        for (d in b)c.options[d] = b[d];
        c.x = c.options.x;
        c.y = c.options.y;
        c.options.Uk = ue && c.options.Uk;
        c.options.mi = c.options.hp && c.options.mi;
        c.options.Ci = c.options.vn && c.options.Ci;
        c.options.zoom = c.options.Uk && c.options.zoom;
        c.options.Bi = ve && c.options.Bi;
        c.options.zoom && yd && (Ee = "");
        c.Nb.style[je] = c.options.Uk ? ge + "transform" : "top left";
        c.Nb.style[ke] = "0";
        c.Nb.style[le] = "0 0";
        c.options.Bi && (c.Nb.style[ne] = "cubic-bezier(0.33,0.66,0.66,1)");
        c.options.Uk ? c.Nb.style[ie] = "translate(" + c.x + "px," + c.y + "px)" + Ee : c.Nb.style.cssText += ";position:absolute;top:" + c.y + "px;left:" + c.x + "px";
        c.options.Bi && (c.options.nD = o);
        c.refresh();
        c.ca(we, window);
        c.ca(xe);
        !te && "none" != c.options.MO && (c.ca("DOMMouseScroll"), c.ca("mousewheel"));
        c.options.Aw && (c.lV = setInterval(function () {
            c.jQ()
        }, 500));
        this.options.xx && (Event.prototype.stopImmediatePropagation || (document.body.removeEventListener = function (a, b, c) {
            var d = Node.prototype.removeEventListener;
            a === "click" ? d.call(document.body, a, b.HL || b, c) : d.call(document.body, a, b, c)
        }, document.body.addEventListener = function (a, b, c) {
            var d = Node.prototype.addEventListener;
            a === "click" ? d.call(document.body, a, b.HL || (b.HL = function (a) {
                    a.dZ || b(a)
                }), c) : d.call(document.body, a, b, c)
        }), c.ca("click", document.body, o))
    }

    Fe.prototype = {
        enabled: o,
        x: 0,
        y: 0,
        Aj: [],
        scale: 1,
        uC: 0,
        vC: 0,
        Qe: [],
        pf: [],
        SB: p,
        Oy: 0,
        handleEvent: function (a) {
            switch (a.type) {
                case xe:
                    if (!te && 0 !== a.button)break;
                    this.Nv(a);
                    break;
                case ye:
                    this.TS(a);
                    break;
                case ze:
                case Ae:
                    this.$u(a);
                    break;
                case we:
                    this.kB();
                    break;
                case "DOMMouseScroll":
                case "mousewheel":
                    this.yU(a);
                    break;
                case Be:
                    this.uU(a);
                    break;
                case "click":
                    this.uQ(a)
            }
        },
        jQ: function () {
            !this.rh && (!this.Wk && !(this.Vl || this.ty == this.Nb.offsetWidth * this.scale && this.Fp == this.Nb.offsetHeight * this.scale)) && this.refresh()
        },
        Ev: function (a) {
            var b;
            this[a + "Scrollbar"] ? (this[a + "ScrollbarWrapper"] || (b = Zd.createElement("div"), this.options.fF ? b.className = this.options.fF + a.toUpperCase() : b.style.cssText = "position:absolute;z-index:100;" + ("h" == a ? "height:7px;bottom:1px;left:2px;right:" + (this.Ci ? "7" : "2") + "px" : "width:7px;bottom:" + (this.mi ? "7" : "2") + "px;top:2px;right:1px"), b.style.cssText += ";pointer-events:none;" + ge + "transition-property:opacity;" + ge + "transition-duration:" + (this.options.uW ? "350ms" : "0") + ";overflow:hidden;opacity:" + (this.options.Bx ? "0" : "1"), this.xn.appendChild(b), this[a + "ScrollbarWrapper"] = b, b = Zd.createElement("div"), this.options.fF || (b.style.cssText = "position:absolute;z-index:100;background:rgba(0,0,0,0.5);border:1px solid rgba(255,255,255,0.9);" + ge + "background-clip:padding-box;" + ge + "box-sizing:border-box;" + ("h" == a ? "height:100%" : "width:100%") + ";" + ge + "border-radius:3px;border-radius:3px"), b.style.cssText += ";pointer-events:none;" + ge + "transition-property:" + ge + "transform;" + ge + "transition-timing-function:cubic-bezier(0.33,0.66,0.66,1);" + ge + "transition-duration:0;" + ge + "transform: translate(0,0)" + Ee, this.options.Bi && (b.style.cssText += ";" + ge + "transition-timing-function:cubic-bezier(0.33,0.66,0.66,1)"), this[a + "ScrollbarWrapper"].appendChild(b), this[a + "ScrollbarIndicator"] = b), "h" == a ? (this.DL = this.EL.clientWidth, this.KX = $d.max($d.round(this.DL * this.DL / this.ty), 8), this.JX.style.width = this.KX + "px") : (this.DO = this.EO.clientHeight, this.R_ = $d.max($d.round(this.DO * this.DO / this.Fp), 8), this.Q_.style.height = this.R_ + "px"), this.lB(a, o)) : this[a + "ScrollbarWrapper"] && (ue && (this[a + "ScrollbarIndicator"].style[ie] = ""), this[a + "ScrollbarWrapper"].parentNode.removeChild(this[a + "ScrollbarWrapper"]), this[a + "ScrollbarWrapper"] = p, this[a + "ScrollbarIndicator"] = p)
        },
        kB: function () {
            var a = this;
            setTimeout(function () {
                a.refresh()
            }, yd ? 200 : 0)
        },
        xr: function (a, b) {
            this.Wk || (a = this.hp ? a : 0, b = this.vn ? b : 0, this.options.Uk ? this.Nb.style[ie] = "translate(" + a + "px," + b + "px) scale(" + this.scale + ")" + Ee : (a = $d.round(a), b = $d.round(b), this.Nb.style.left = a + "px", this.Nb.style.top = b + "px"), this.x = a, this.y = b, this.lB("h"), this.lB("v"))
        },
        lB: function (a, b) {
            var c = "h" == a ? this.x : this.y;
            this[a + "Scrollbar"] && (c *= this[a + "ScrollbarProp"], 0 > c ? (this.options.nD || (c = this[a + "ScrollbarIndicatorSize"] + $d.round(3 * c), 8 > c && (c = 8), this[a + "ScrollbarIndicator"].style["h" == a ? "width" : "height"] = c + "px"), c = 0) : c > this[a + "ScrollbarMaxScroll"] && (this.options.nD ? c = this[a + "ScrollbarMaxScroll"] : (c = this[a + "ScrollbarIndicatorSize"] - $d.round(3 * (c - this[a + "ScrollbarMaxScroll"])), 8 > c && (c = 8), this[a + "ScrollbarIndicator"].style["h" == a ? "width" : "height"] = c + "px", c = this[a + "ScrollbarMaxScroll"] + (this[a + "ScrollbarIndicatorSize"] - c))), this[a + "ScrollbarWrapper"].style[pe] = "0", this[a + "ScrollbarWrapper"].style.opacity = b && this.options.Bx ? "0" : "1", this[a + "ScrollbarIndicator"].style[ie] = "translate(" + ("h" == a ? c + "px,0)" : "0," + c + "px)") + Ee)
        },
        uQ: function (a) {
            if (a.qR === o)return this.KB = a.target, this.Zw = Date.now(), o;
            if (this.KB && this.Zw) {
                if (600 < Date.now() - this.Zw)return this.Zw = this.KB = p, o
            } else {
                for (var b = a.target; b != this.Nb && b != document.body;)b = b.parentNode;
                if (b == document.body)return o
            }
            for (b = a.target; 1 != b.nodeType;)b = b.parentNode;
            b = b.tagName.toLowerCase();
            if ("select" != b && "input" != b && "textarea" != b)return a.stopImmediatePropagation ? a.stopImmediatePropagation() : a.dZ = o, a.stopPropagation(), a.preventDefault(), this.Zw = this.KB = p, q
        },
        Nv: function (a) {
            var b = te ? a.touches[0] : a, c, d;
            if (this.enabled) {
                this.options.QM && this.options.QM.call(this, a);
                (this.options.Bi || this.options.zoom) && this.fJ(0);
                this.Wk = this.Vl = this.rh = q;
                this.EC = this.DC = this.fw = this.ew = this.KC = this.JC = 0;
                this.options.zoom && (te && 1 < a.touches.length) && (d = $d.abs(a.touches[0].pageX - a.touches[1].pageX), c = $d.abs(a.touches[0].pageY - a.touches[1].pageY), this.y_ = $d.sqrt(d * d + c * c), this.$x = $d.abs(a.touches[0].pageX + a.touches[1].pageX - 2 * this.OF) / 2 - this.x, this.ay = $d.abs(a.touches[0].pageY + a.touches[1].pageY - 2 * this.PF) / 2 - this.y, this.options.vp && this.options.vp.call(this, a));
                if (this.options.Sx && (this.options.Uk ? (c = getComputedStyle(this.Nb, p)[ie].replace(/[^0-9\-.,]/g, "").split(","), d = +(c[12] || c[4]), c = +(c[13] || c[5])) : (d = +getComputedStyle(this.Nb, p).left.replace(/[^0-9-]/g, ""), c = +getComputedStyle(this.Nb, p).top.replace(/[^0-9-]/g, "")), d != this.x || c != this.y))this.options.Bi ? this.Vd(Be) : De(this.SB), this.Aj = [], this.xr(d, c), this.options.Yx && this.options.Yx.call(this);
                this.gw = this.x;
                this.hw = this.y;
                this.au = this.x;
                this.bu = this.y;
                this.vh = b.pageX;
                this.wh = b.pageY;
                this.startTime = a.timeStamp || Date.now();
                this.options.aN && this.options.aN.call(this, a);
                this.ca(ye, window);
                this.ca(ze, window);
                this.ca(Ae, window)
            }
        },
        TS: function (a) {
            var b = te ? a.touches[0] : a, c = b.pageX - this.vh, d = b.pageY - this.wh, e = this.x + c, f = this.y + d, g = a.timeStamp || Date.now();
            this.options.PM && this.options.PM.call(this, a);
            if (this.options.zoom && te && 1 < a.touches.length)e = $d.abs(a.touches[0].pageX - a.touches[1].pageX), f = $d.abs(a.touches[0].pageY - a.touches[1].pageY), this.x_ = $d.sqrt(e * e + f * f), this.Wk = o, b = 1 / this.y_ * this.x_ * this.scale, b < this.options.Vk ? b = 0.5 * this.options.Vk * Math.pow(2, b / this.options.Vk) : b > this.options.Xp && (b = 2 * this.options.Xp * Math.pow(0.5, this.options.Xp / b)), this.op = b / this.scale, e = this.$x - this.$x * this.op + this.x, f = this.ay - this.ay * this.op + this.y, this.Nb.style[ie] = "translate(" + e + "px," + f + "px) scale(" + b + ")" + Ee, this.options.cN && this.options.cN.call(this, a); else {
                this.vh = b.pageX;
                this.wh = b.pageY;
                if (0 < e || e < this.ee)e = this.options.Bo ? this.x + c / 2 : 0 <= e || 0 <= this.ee ? 0 : this.ee;
                if (f > this.nf || f < this.od)f = this.options.Bo ? this.y + d / 2 : f >= this.nf || 0 <= this.od ? this.nf : this.od;
                this.JC += c;
                this.KC += d;
                this.ew = $d.abs(this.JC);
                this.fw = $d.abs(this.KC);
                6 > this.ew && 6 > this.fw || (this.options.yE && (this.ew > this.fw + 5 ? (f = this.y, d = 0) : this.fw > this.ew + 5 && (e = this.x, c = 0)), this.rh = o, this.xr(e, f), this.DC = 0 < c ? -1 : 0 > c ? 1 : 0, this.EC = 0 < d ? -1 : 0 > d ? 1 : 0, 300 < g - this.startTime && (this.startTime = g, this.au = this.x, this.bu = this.y), this.options.$M && this.options.$M.call(this, a))
            }
        },
        $u: function (a) {
            if (!(te && 0 !== a.touches.length)) {
                var b = this, c = te ? a.changedTouches[0] : a, d, e, f = {Aa: 0, time: 0}, g = {
                    Aa: 0,
                    time: 0
                }, i = (a.timeStamp || Date.now()) - b.startTime;
                d = b.x;
                e = b.y;
                b.Vd(ye, window);
                b.Vd(ze, window);
                b.Vd(Ae, window);
                b.options.OM && b.options.OM.call(b, a);
                if (b.Wk)d = b.scale * b.op, d = Math.max(b.options.Vk, d), d = Math.min(b.options.Xp, d), b.op = d / b.scale, b.scale = d, b.x = b.$x - b.$x * b.op + b.x, b.y = b.ay - b.ay * b.op + b.y, b.Nb.style[ke] = "200ms", b.Nb.style[ie] = "translate(" + b.x + "px," + b.y + "px) scale(" + b.scale + ")" + Ee, b.Wk = q, b.refresh(), b.options.up && b.options.up.call(b, a); else {
                    if (b.rh) {
                        if (300 > i && b.options.Sx) {
                            f = d ? b.cI(d - b.au, i, -b.x, b.ty - b.ru + b.x, b.options.Bo ? b.ru : 0) : f;
                            g = e ? b.cI(e - b.bu, i, -b.y, 0 > b.od ? b.Fp - b.yn + b.y - b.nf : 0, b.options.Bo ? b.yn : 0) : g;
                            d = b.x + f.Aa;
                            e = b.y + g.Aa;
                            if (0 < b.x && 0 < d || b.x < b.ee && d < b.ee)f = {Aa: 0, time: 0};
                            if (b.y > b.nf && e > b.nf || b.y < b.od && e < b.od)g = {Aa: 0, time: 0}
                        }
                        f.Aa || g.Aa ? (c = $d.max($d.max(f.time, g.time), 10), b.options.Yt && (f = d - b.gw, g = e - b.hw, $d.abs(f) < b.options.Dy && $d.abs(g) < b.options.Dy ? b.scrollTo(b.gw, b.hw, 200) : (f = b.XI(d, e), d = f.x, e = f.y, c = $d.max(f.time, c))), b.scrollTo($d.round(d), $d.round(e), c)) : b.options.Yt ? (f = d - b.gw, g = e - b.hw, $d.abs(f) < b.options.Dy && $d.abs(g) < b.options.Dy ? b.scrollTo(b.gw, b.hw, 200) : (f = b.XI(b.x, b.y), (f.x != b.x || f.y != b.y) && b.scrollTo(f.x, f.y, f.time))) : b.io(200)
                    } else {
                        if (te)if (b.xK && b.options.zoom)clearTimeout(b.xK), b.xK = p, b.options.vp && b.options.vp.call(b, a), b.zoom(b.vh, b.wh, 1 == b.scale ? b.options.cW : 1), b.options.up && setTimeout(function () {
                            b.options.up.call(b, a)
                        }, 200); else if (this.options.xx) {
                            for (d = c.target; 1 != d.nodeType;)d = d.parentNode;
                            e = d.tagName.toLowerCase();
                            "select" != e && "input" != e && "textarea" != e ? (e = Zd.createEvent("MouseEvents"), e.initMouseEvent("click", o, o, a.view, 1, c.screenX, c.screenY, c.clientX, c.clientY, a.ctrlKey, a.altKey, a.shiftKey, a.metaKey, 0, p), e.qR = o, d.dispatchEvent(e)) : d.focus()
                        }
                        b.io(400)
                    }
                    b.options.bN && b.options.bN.call(b, a)
                }
            }
        },
        io: function (a) {
            var b = 0 <= this.x ? 0 : this.x < this.ee ? this.ee : this.x, c = this.y >= this.nf || 0 < this.od ? this.nf : this.y < this.od ? this.od : this.y;
            if (b == this.x && c == this.y) {
                if (this.rh && (this.rh = q, this.options.Yx && this.options.Yx.call(this)), this.mi && this.options.Bx && ("webkit" == be && (this.EL.style[pe] = "300ms"), this.EL.style.opacity = "0"), this.Ci && this.options.Bx)"webkit" == be && (this.EO.style[pe] = "300ms"), this.EO.style.opacity = "0"
            } else this.scrollTo(b, c, a || 0)
        },
        yU: function (a) {
            var b = this, c, d;
            if ("wheelDeltaX"in a)c = a.wheelDeltaX / 12, d = a.wheelDeltaY / 12; else if ("wheelDelta"in a)c = d = a.wheelDelta / 12; else if ("detail"in a)c = d = 3 * -a.detail; else return;
            if ("zoom" == b.options.MO) {
                if (d = b.scale * Math.pow(2, 1 / 3 * (d ? d / Math.abs(d) : 0)), d < b.options.Vk && (d = b.options.Vk), d > b.options.Xp && (d = b.options.Xp), d != b.scale)!b.Oy && b.options.vp && b.options.vp.call(b, a), b.Oy++, b.zoom(a.pageX, a.pageY, d, 400), setTimeout(function () {
                    b.Oy--;
                    !b.Oy && b.options.up && b.options.up.call(b, a)
                }, 400)
            } else c = b.x + c, d = b.y + d, 0 < c ? c = 0 : c < b.ee && (c = b.ee), d > b.nf ? d = b.nf : d < b.od && (d = b.od), 0 > b.od && b.scrollTo(c, d, 0)
        },
        uU: function (a) {
            a.target == this.Nb && (this.Vd(Be), this.xB())
        },
        xB: function () {
            var a = this, b = a.x, c = a.y, d = Date.now(), e, f, g;
            a.Vl || (a.Aj.length ? (e = a.Aj.shift(), e.x == b && e.y == c && (e.time = 0), a.Vl = o, a.rh = o, a.options.Bi) ? (a.fJ(e.time), a.xr(e.x, e.y), a.Vl = q, e.time ? a.ca(Be) : a.io(0)) : (g = function () {
                var i = Date.now(), k;
                if (i >= d + e.time) {
                    a.xr(e.x, e.y);
                    a.Vl = q;
                    a.options.LY && a.options.LY.call(a);
                    a.xB()
                } else {
                    i = (i - d) / e.time - 1;
                    f = $d.sqrt(1 - i * i);
                    i = (e.x - b) * f + b;
                    k = (e.y - c) * f + c;
                    a.xr(i, k);
                    if (a.Vl)a.SB = Ce(g)
                }
            }, g()) : a.io(400))
        },
        fJ: function (a) {
            a += "ms";
            this.Nb.style[ke] = a;
            this.mi && (this.JX.style[ke] = a);
            this.Ci && (this.Q_.style[ke] = a)
        },
        cI: function (a, b, c, d, e) {
            var b = $d.abs(a) / b, f = b * b / 0.0012;
            0 < a && f > c ? (c += e / (6 / (6.0E-4 * (f / b))), b = b * c / f, f = c) : 0 > a && f > d && (d += e / (6 / (6.0E-4 * (f / b))), b = b * d / f, f = d);
            return {Aa: f * (0 > a ? -1 : 1), time: $d.round(b / 6.0E-4)}
        },
        $j: function (a) {
            for (var b = -a.offsetLeft, c = -a.offsetTop; a = a.offsetParent;)b -= a.offsetLeft, c -= a.offsetTop;
            a != this.xn && (b *= this.scale, c *= this.scale);
            return {left: b, top: c}
        },
        XI: function (a, b) {
            var c, d, e;
            e = this.Qe.length - 1;
            c = 0;
            for (d = this.Qe.length; c < d; c++)if (a >= this.Qe[c]) {
                e = c;
                break
            }
            e == this.uC && (0 < e && 0 > this.DC) && e--;
            a = this.Qe[e];
            d = (d = $d.abs(a - this.Qe[this.uC])) ? 500 * ($d.abs(this.x - a) / d) : 0;
            this.uC = e;
            e = this.pf.length - 1;
            for (c = 0; c < e; c++)if (b >= this.pf[c]) {
                e = c;
                break
            }
            e == this.vC && (0 < e && 0 > this.EC) && e--;
            b = this.pf[e];
            c = (c = $d.abs(b - this.pf[this.vC])) ? 500 * ($d.abs(this.y - b) / c) : 0;
            this.vC = e;
            e = $d.round($d.max(d, c)) || 200;
            return {x: a, y: b, time: e}
        },
        ca: function (a, b, c) {
            (b || this.Nb).addEventListener(a, this, !!c)
        },
        Vd: function (a, b, c) {
            (b || this.Nb).removeEventListener(a, this, !!c)
        },
        AC: fa(2),
        refresh: function () {
            var a, b, c, d = 0;
            b = 0;
            this.scale < this.options.Vk && (this.scale = this.options.Vk);
            this.ru = this.xn.clientWidth || 1;
            this.yn = this.xn.clientHeight || 1;
            this.nf = -this.options.w_ || 0;
            this.ty = $d.round(this.Nb.offsetWidth * this.scale);
            this.Fp = $d.round((this.Nb.offsetHeight + this.nf) * this.scale);
            this.ee = this.ru - this.ty;
            this.od = this.yn - this.Fp + this.nf;
            this.EC = this.DC = 0;
            this.options.YM && this.options.YM.call(this);
            this.hp = this.options.hp && 0 > this.ee;
            this.vn = this.options.vn && (!this.options.cV && !this.hp || this.Fp > this.yn);
            this.mi = this.hp && this.options.mi;
            this.Ci = this.vn && this.options.Ci && this.Fp > this.yn;
            a = this.$j(this.xn);
            this.OF = -a.left;
            this.PF = -a.top;
            if ("string" == typeof this.options.Yt) {
                this.Qe = [];
                this.pf = [];
                c = this.Nb.querySelectorAll(this.options.Yt);
                a = 0;
                for (b = c.length; a < b; a++)d = this.$j(c[a]), d.left += this.OF, d.top += this.PF, this.Qe[a] = d.left < this.ee ? this.ee : d.left * this.scale, this.pf[a] = d.top < this.od ? this.od : d.top * this.scale
            } else if (this.options.Yt) {
                for (this.Qe = []; d >= this.ee;)this.Qe[b] = d, d -= this.ru, b++;
                this.ee % this.ru && (this.Qe[this.Qe.length] = this.ee - this.Qe[this.Qe.length - 1] + this.Qe[this.Qe.length - 1]);
                b = d = 0;
                for (this.pf = []; d >= this.od;)this.pf[b] = d, d -= this.yn, b++;
                this.od % this.yn && (this.pf[this.pf.length] = this.od - this.pf[this.pf.length - 1] + this.pf[this.pf.length - 1])
            }
            this.Ev("h");
            this.Ev("v");
            this.Wk || (this.Nb.style[ke] = "0", this.io(400))
        },
        scrollTo: function (a, b, c, d) {
            var e = a;
            this.stop();
            e.length || (e = [{x: a, y: b, time: c, eZ: d}]);
            a = 0;
            for (b = e.length; a < b; a++)e[a].eZ && (e[a].x = this.x - e[a].x, e[a].y = this.y - e[a].y), this.Aj.push({
                x: e[a].x,
                y: e[a].y,
                time: e[a].time || 0
            });
            this.xB()
        },
        disable: function () {
            this.stop();
            this.io(0);
            this.enabled = q;
            this.Vd(ye, window);
            this.Vd(ze, window);
            this.Vd(Ae, window)
        },
        enable: function () {
            this.enabled = o
        },
        stop: function () {
            this.options.Bi ? this.Vd(Be) : De(this.SB);
            this.Aj = [];
            this.Vl = this.rh = q
        },
        zoom: function (a, b, c, d) {
            var e = c / this.scale;
            this.options.Uk && (this.Wk = o, d = d === j ? 200 : d, a = a - this.OF - this.x, b = b - this.PF - this.y, this.x = a - a * e + this.x, this.y = b - b * e + this.y, this.scale = c, this.refresh(), this.x = 0 < this.x ? 0 : this.x < this.ee ? this.ee : this.x, this.y = this.y > this.nf ? this.nf : this.y < this.od ? this.od : this.y, this.Nb.style[ke] = d + "ms", this.Nb.style[ie] = "translate(" + this.x + "px," + this.y + "px) scale(" + c + ")" + Ee, this.Wk = q)
        }
    };
    function he(a) {
        if ("" === be)return a;
        a = a.charAt(0).toUpperCase() + a.substr(1);
        return be + a
    }

    ae = p;
    function Ge(a) {
        this.k = {anchor: Vb, offset: new L(0, 0), maxWidth: "100%", imageHeight: 80};
        var a = a || {}, b;
        for (b in a)this.k[b] = a[b];
        this.Hl = new bc(p, {Of: "api"});
        this.bk = [];
        this.P = p;
        this.eg = {height: this.k.imageHeight, width: this.k.imageHeight * He};
        this.Pc = this.mB = this.$l = this.Yc = p
    }

    var Ie = [0, 1, 2, 2, 2, 2, 2, 2, 2, 3, 3, 3, 3, 4, 5, 5, 5, 6, 6, 7, 8, 8, 8, 9, 10], Je = "\u5176\u4ed6 \u6b63\u95e8 \u623f\u578b \u8bbe\u65bd \u6b63\u95e8 \u9910\u996e\u8bbe\u65bd \u5176\u4ed6\u8bbe\u65bd \u6b63\u95e8 \u8bbe\u65bd \u89c2\u5f71\u5385 \u5176\u4ed6\u8bbe\u65bd".split(" ");
    z.Sm(function (a) {
        var b = p;
        a.addEventListener("position_changed", function () {
            a.k.visible && a.k.albumsControl === o && (b ? b.ly(a.Yb()) : (b = new Ge(a.k.albumsControlOptions), b.pa(a)))
        });
        a.addEventListener("albums_visible_changed", function () {
            a.k.albumsControl === o ? (b ? b.ly(a.Yb()) : (b = new Ge(a.k.albumsControlOptions), b.pa(a)), b.show()) : b.U()
        });
        a.addEventListener("albums_options_changed", function () {
            b && b.Lk(a.k.albumsControlOptions)
        });
        a.addEventListener("visible_changed", function () {
            b && (a.WD() ? a.k.albumsControl === o && (b.B.style.visibility = "visible") : b.B.style.visibility = "hidden")
        })
    });
    var He = 1.8;
    G() && (He = 1);
    x.extend(Ge.prototype, {
        Lk: function (a) {
            for (var b in a)this.k[b] = a[b];
            a = this.k.imageHeight + "px";
            this.qc(this.k.anchor);
            this.B.style.width = isNaN(Number(this.k.maxWidth)) === o ? this.k.maxWidth : this.k.maxWidth + "px";
            this.B.style.height = a;
            this.gk.style.height = a;
            this.Wh.style.height = a;
            this.eg = {height: this.k.imageHeight, width: this.k.imageHeight * He};
            this.fk.style.height = this.eg.height - 6 + "px";
            this.fk.style.width = this.eg.width - 6 + "px";
            this.ly(this.P.Yb(), o)
        }, pa: function (a) {
            this.P = a;
            this.ds();
            this.TP();
            this.XX();
            this.ly(a.Yb())
        }, ds: function () {
            var a = this.k.imageHeight + "px";
            this.B = K("div");
            var b = this.B.style;
            b.cssText = "background:rgb(37,37,37);background:rgba(37,37,37,0.9);";
            b.position = "absolute";
            b.zIndex = "2000";
            b.width = isNaN(Number(this.k.maxWidth)) === o ? this.k.maxWidth : this.k.maxWidth + "px";
            b.padding = "8px 0";
            b.visibility = "hidden";
            b.height = a;
            this.gk = K("div");
            b = this.gk.style;
            b.position = "absolute";
            b.overflow = "hidden";
            b.width = "100%";
            b.height = a;
            this.Wh = K("div");
            b = this.Wh.style;
            b.height = a;
            this.gk.appendChild(this.Wh);
            this.B.appendChild(this.gk);
            this.P.B.appendChild(this.B);
            this.fk = K("div", {"class": "pano_photo_item_seleted"});
            this.fk.style.height = this.eg.height - 6 + "px";
            this.fk.style.width = this.eg.width - 6 + "px";
            this.qc(this.k.anchor)
        }, wH: function (a) {
            for (var b = this.bk, c = b.length - 1; 0 <= c; c--)if (b[c].panoId == a)return c;
            return -1
        }, ly: function (a, b) {
            if (b || !this.bk[this.Yc] || !(this.bk[this.Yc].panoId == a && 3 !== this.bk[this.Yc].recoType)) {
                var c = this, d = this.wH(a);
                !b && -1 !== d && this.bk[d] && 3 !== this.bk[d].recoType ? this.Jp(d) : this.pX(function (a) {
                    for (var b = {}, d, i, k = q, l = [], m = 0, n = a.length; m < n; m++)d = a[m].catlog, i = a[m].floor, j !== d && ("" === d && j !== i ? (k = o, b[i] || (b[i] = []), b[i].push(a[m])) : (b[Ie[d]] || (b[Ie[d]] = []), b[Ie[d]].push(a[m])));
                    for (var u in b)k ? l.push({data: u + "F", index: u}) : l.push({data: Je[u], index: u});
                    c.OG = b;
                    c.Pi = l;
                    c.Dl(a);
                    0 == a.length ? c.U() : c.show()
                })
            }
        }, JV: function () {
            if (!this.Mi) {
                var a = this.dX(this.Pi), b = K("div");
                b.style.cssText = ["width:" + 134 * this.Pi.length + "px;", "overflow:hidden;-ms-user-select:none;-moz-user-select:none;-webkit-user-select:none;"].join("");
                b.innerHTML = a;
                a = K("div");
                a.appendChild(b);
                a.style.cssText = "position:absolute;top:-25px;background:rgb(37,37,37);background:rgba(37,37,37,0.9);border-bottom:1px solid #4e596a;width:100%;line-height:25px;height:25px;overflow:scroll;outline:0";
                new Fe(a, {Bo: q, Sx: o, mi: q, Ci: q, vn: q, yE: o, Aw: o, xx: o});
                this.B.appendChild(a);
                for (var c = this, d = b.getElementsByTagName("span"), e = 0, f = d.length; e < f; e++)b = d[e], x.M(b, "click", function () {
                    if (this.getAttribute("dataindex")) {
                        c.Dl(c.OG[this.getAttribute("dataindex")]);
                        for (var a = 0, b = d.length; a < b; a++)d[a].style.color = "#FFFFFF";
                        this.style.color = "#3383FF"
                    }
                });
                this.Mi = a
            }
        }, GV: function () {
            if (this.Mi)a = this.bL(this.Pi), this.iQ.innerHTML = a; else {
                var a = this.bL(this.Pi), b = K("ul"), c = this;
                b.style.cssText = "list-style: none;padding:0px;margin:0px;display:block;width:60px;position:absolute;top:7px";
                b.innerHTML = a;
                x.M(b, "click", function (a) {
                    if (a = (a.srcElement || a.target).getAttribute("dataindex")) {
                        c.Dl(c.OG[a]);
                        for (var d = b.getElementsByTagName("li"), e = 0, f = d.length; e < f; e++)d[e].childNodes[0].getAttribute("dataindex") === a ? x.D.Ta(d[e], "pano_catlogLiActive") : x.D.Rb(d[e], "pano_catlogLiActive")
                    }
                });
                var a = K("div"), d = K("a"), e = K("span"), f = K("a"), g = K("span"), i = ["background:url(" + F.oa + "panorama/catlog_icon.png) no-repeat;", "display:block;width:10px;height:7px;margin:0 auto;"].join("");
                e.style.cssText = i + "background-position:-18px 0;";
                d.style.cssText = "background:#1C1C1C;display:block;position:absolute;width:58px;";
                g.style.cssText = i + "background-position:0 0;";
                f.style.cssText = "background:#1C1C1C;display:block;position:absolute;width:58px;";
                f.style.top = this.k.imageHeight - 7 + "px";
                a.style.cssText = "position:absolute;top:0px;left:0px;width:60px;";
                d.appendChild(e);
                f.appendChild(g);
                x.M(d, "mouseover", function () {
                    var a = parseInt(b.style.top, 10);
                    7 !== a && (e.style.backgroundPosition = "-27px 0");
                    new sb({
                        Ic: 60, hc: tb.Cs, duration: 300, ua: function (c) {
                            b.style.top = a + (7 - a) * c + "px"
                        }
                    })
                });
                x.M(d, "mouseout", function () {
                    e.style.backgroundPosition = "-18px 0"
                });
                x.M(f, "mouseover", function () {
                    var a = parseInt(b.style.top, 10), d = c.k.imageHeight - 14;
                    if (!(parseInt(b.offsetHeight, 10) < d)) {
                        var e = d - parseInt(b.offsetHeight, 10) + 7;
                        e !== a && (g.style.backgroundPosition = "-9px 0");
                        new sb({
                            Ic: 60, hc: tb.Cs, duration: 300, ua: function (c) {
                                b.style.top = a + (e - a) * c + "px"
                            }
                        })
                    }
                });
                x.M(f, "mouseout", function () {
                    g.style.backgroundPosition = "0 0"
                });
                a.appendChild(d);
                a.appendChild(f);
                d = K("div");
                d.style.cssText = ["position:absolute;z-index:2001;left:20px;", "height:" + this.k.imageHeight + "px;", "width:62px;overflow:hidden;background:rgb(37,37,37);background:rgba(37,37,37,0.9);"].join("");
                d.appendChild(b);
                d.appendChild(a);
                this.Mi = d;
                this.iQ = b;
                this.B.appendChild(d)
            }
        }, HV: function () {
            if (this.Pi && !(0 >= this.Pi.length)) {
                var a = K("div");
                a.innerHTML = this.Vz;
                a.style.cssText = "position:absolute;background:#252525";
                this.B.appendChild(a);
                this.Gs = a;
                this.Pc.fg.style.left = this.eg.width + 8 + "px";
                this.Mi && (this.Mi.style.left = parseInt(this.Mi.style.left, 10) + this.eg.width + 8 + "px");
                var b = this;
                x.M(a, "click", function () {
                    b.P.rc(b.rW)
                })
            }
        }, Dl: function (a) {
            this.bk = a;
            this.k.showCatalog && (0 < this.Pi.length ? (Ta() ? this.GV() : this.JV(), this.Pc.offsetLeft = 60) : (this.Gs && (this.B.removeChild(this.Gs), this.Gs = p, this.Pc.fg.style.left = "0px"), this.Mi && (this.B.removeChild(this.Mi), this.Mi = p), this.Pc.offsetLeft = 0));
            var b = this.YW(a);
            Ta() && (this.Pi && 0 < this.Pi.length && this.k.showExit && this.Vz) && (this.Pc.offsetLeft += this.eg.width + 8, this.Gs ? this.Gs.innerHTML = this.Vz : this.HV());
            this.Wh.innerHTML = b;
            this.Wh.style.width = (this.eg.width + 8) * a.length + 8 + "px";
            a = this.B.offsetWidth;
            b = this.Wh.offsetWidth;
            this.Pc.Ns && (b += this.Pc.Ns());
            b < a - 2 * this.Pc.Gi - this.Pc.offsetLeft ? this.B.style.width = b + this.Pc.offsetLeft + "px" : (this.B.style.width = isNaN(Number(this.k.maxWidth)) === o ? this.k.maxWidth : this.k.maxWidth + "px", b < this.B.offsetWidth - 2 * this.Pc.Gi - this.Pc.offsetLeft && (this.B.style.width = b + this.Pc.offsetLeft + "px"));
            this.Pc.refresh();
            this.mB = this.Wh.children;
            this.Wh.appendChild(this.fk);
            this.fk.style.left = "-100000px";
            a = this.wH(this.P.Yb(), this.P0);
            -1 !== a && this.Jp(a)
        }, dX: function (a) {
            for (var b = "", c, d = 0, e = a.length; d < e; d++)c = '<div style="color:white;opacity:0.5;margin:0 35px;float:left;text-align: center"><span  dataIndex="' + a[d].index + '">' + a[d].data + "</span></div>", b += c;
            return b
        }, bL: function (a) {
            for (var b = "", c, d = 0, e = a.length; d < e; d++)c = '<li class="pano_catlogLi"><span style="display:block;width:100%;" dataIndex="' + a[d].index + '">' + a[d].data + "</span></li>", b += c;
            return b
        }, YW: function (a) {
            for (var b, c, d, e, f = [], g = this.eg.height, i = this.eg.width, k = 0; k < a.length; k++)b = a[k], recoType = b.recoType, d = b.panoId, e = b.name, c = b.heading, b = b.pitch, c = Yd.nL(d, c, b, 198, 108), b = '<a href="javascript:void(0);" class="pano_photo_item" data-index="' + k + '"><img style="width:' + (i - 2) + "px;height:" + (g - 2) + 'px;" data-index="' + k + '" name="' + e + '" src="' + c + '" alt="' + e + '"/><span class="pano_photo_decs" data-index="' + k + '" style="width:' + i + "px;font-size:" + Math.floor(g / 6) + "px; line-height:" + Math.floor(g / 6) + 'px;"><em class="pano_poi_' + recoType + '"></em>' + e + "</span></a>", 3 === recoType ? Ta() ? (this.Vz = b, this.rW = d, a.splice(k, 1), k--) : (b = '<a href="javascript:void(0);" class="pano_photo_item" data-index="' + k + '"><img style="width:' + (i - 2) + "px;height:" + (g - 2) + 'px;" data-index="' + k + '" name="' + e + '" src="' + c + '" alt="' + e + '"/><div style="background:rgba(37,37,37,0.5);position:absolute;top:0px;left:0px;width:100%;height:100%;text-align: center;line-height:' + this.k.imageHeight + 'px;" data-index="' + k + '"><img src="' + F.oa + 'panorama/photoexit.png" style="border:none;vertical-align:middle;" data-index="' + k + '" alt=""/></div></a>', f.push(b)) : f.push(b);
            return f.join("")
        }, pX: function (a) {
            var b = this, c = this.P.Yb();
            c && this.Hl.ux(c, function (d) {
                b.P.Yb() === c && a(d)
            })
        }, qc: function (a) {
            if (!Va(a) || isNaN(a) || a < Tb || 3 < a)a = this.defaultAnchor;
            var b = this.B, c = this.k.offset.width, d = this.k.offset.height;
            b.style.left = b.style.top = b.style.right = b.style.bottom = "auto";
            switch (a) {
                case Tb:
                    b.style.top = d + "px";
                    b.style.left = c + "px";
                    break;
                case Ub:
                    b.style.top = d + "px";
                    b.style.right = c + "px";
                    break;
                case Vb:
                    b.style.bottom = d + "px";
                    b.style.left = c + "px";
                    break;
                case 3:
                    b.style.bottom = d + "px", b.style.right = c + "px"
            }
        }, TP: function () {
            this.RP()
        }, RP: function () {
            var a = this;
            x.M(this.B, "touchstart", function (a) {
                a.stopPropagation()
            });
            x.M(this.gk, "click", function (b) {
                if ((b = (b.srcElement || b.target).getAttribute("data-index")) && b != a.Yc)a.Jp(b), a.P.rc(a.bk[b].panoId)
            });
            x.M(this.Wh, "mouseover", function (b) {
                b = (b.srcElement || b.target).getAttribute("data-index");
                b !== p && a.dK(b, o)
            });
            this.P.addEventListener("size_changed", function () {
                isNaN(Number(a.k.maxWidth)) && a.Lk({maxWidth: a.k.maxWidth})
            })
        }, Jp: function (a) {
            this.fk.style.left = this.mB[a].offsetLeft + 8 + "px";
            this.fk.setAttribute("data-index", this.mB[a].getAttribute("data-index"));
            this.Yc = a;
            this.dK(a)
        }, dK: function (a, b) {
            var c = this.eg.width + 8, d = 0;
            this.Pc.Ns && (d = this.Pc.Ns() / 2);
            var e = this.gk.offsetWidth - 2 * d, f = this.Wh.offsetLeft || this.Pc.x, f = f - d, g = -a * c;
            g > f && this.Pc.scrollTo(g + d);
            c = g - c;
            f -= e;
            c < f && (!b || b && 8 < g - f) && this.Pc.scrollTo(c + e + d)
        }, XX: function () {
            this.Pc = G() ? new Fe(this.gk, {Bo: q, Sx: o, mi: q, Ci: q, vn: q, yE: o, Aw: o, xx: o}) : new Ke(this.gk)
        }, U: function () {
            this.B.style.visibility = "hidden"
        }, show: function () {
            this.B.style.visibility = "visible"
        }
    });
    function Ke(a) {
        this.B = a;
        this.Ug = a.children[0];
        this.Lr = p;
        this.Gi = 20;
        this.offsetLeft = 0;
        this.pa()
    }

    Ke.prototype = {
        pa: function () {
            this.Ug.style.position = "relative";
            this.refresh();
            this.ds();
            this.Yl()
        }, refresh: function () {
            this.co = this.B.offsetWidth - this.Ns();
            this.MA = -(this.Ug.offsetWidth - this.co - this.Gi);
            this.rv = this.Gi + this.offsetLeft;
            this.Ug.style.left = this.rv + "px";
            this.Ug.children[0] && (this.Lr = this.Ug.children[0].offsetWidth);
            this.fg && (this.fg.children[0].style.marginTop = this.Dr.children[0].style.marginTop = this.fg.offsetHeight / 2 - this.fg.children[0].offsetHeight / 2 + "px")
        }, Ns: function () {
            return 2 * this.Gi
        }, ds: function () {
            this.Fv = K("div");
            this.Fv.innerHTML = '<a class="pano_photo_arrow_l" style="background:rgb(37,37,37);background:rgba(37,37,37,0.9);" href="javascript:void(0)" title="\u4e0a\u4e00\u9875"><span class="pano_arrow_l"></span></a><a class="pano_photo_arrow_r" style="background:rgb(37,37,37);background:rgba(37,37,37,0.9);" href="javascript:void(0)" title="\u4e0b\u4e00\u9875"><span class="pano_arrow_r"></span></a>';
            this.fg = this.Fv.children[0];
            this.Dr = this.Fv.children[1];
            this.B.appendChild(this.Fv);
            this.fg.children[0].style.marginTop = this.Dr.children[0].style.marginTop = this.fg.offsetHeight / 2 - this.fg.children[0].offsetHeight / 2 + "px"
        }, Yl: function () {
            var a = this;
            x.M(this.fg, "click", function () {
                a.scrollTo(a.Ug.offsetLeft + a.co)
            });
            x.M(this.Dr, "click", function () {
                a.scrollTo(a.Ug.offsetLeft - a.co)
            })
        }, vU: function () {
            x.D.Rb(this.fg, "pano_arrow_disable");
            x.D.Rb(this.Dr, "pano_arrow_disable");
            var a = this.Ug.offsetLeft;
            a >= this.rv && x.D.Ta(this.fg, "pano_arrow_disable");
            a - this.co <= this.MA && x.D.Ta(this.Dr, "pano_arrow_disable")
        }, scrollTo: function (a) {
            a = a < this.Ug.offsetLeft ? Math.ceil((a - this.Gi - this.co) / this.Lr) * this.Lr + this.co + this.Gi - 8 : Math.ceil((a - this.Gi) / this.Lr) * this.Lr + this.Gi;
            a < this.MA ? a = this.MA : a > this.rv && (a = this.rv);
            var b = this.Ug.offsetLeft, c = this;
            new sb({
                Ic: 60, hc: tb.Cs, duration: 300, ua: function (d) {
                    c.Ug.style.left = b + (a - b) * d + "px"
                }, finish: function () {
                    c.vU()
                }
            })
        }
    };
    z.Map = Ka;
    z.Hotspot = ib;
    z.MapType = Rc;
    z.Point = H;
    z.Pixel = Q;
    z.Size = L;
    z.Bounds = fb;
    z.TileLayer = Ec;
    z.Projection = gc;
    z.MercatorProjection = R;
    z.PerspectiveProjection = hb;
    z.Copyright = function (a, b, c) {
        this.id = a;
        this.fb = b;
        this.content = c
    };
    z.Overlay = jc;
    z.Label = rc;
    z.GroundOverlay = sc;
    z.PointCollection = wc;
    z.Marker = T;
    z.Icon = nc;
    z.IconSequence = pc;
    z.Symbol = oc;
    z.Polyline = Ac;
    z.Polygon = zc;
    z.InfoWindow = qc;
    z.Circle = Bc;
    z.Control = Sb;
    z.NavigationControl = jb;
    z.GeolocationControl = Wb;
    z.OverviewMapControl = lb;
    z.CopyrightControl = Xb;
    z.ScaleControl = kb;
    z.MapTypeControl = mb;
    z.CityListControl = Yb;
    z.PanoramaControl = $b;
    z.TrafficLayer = Nc;
    z.CustomLayer = nb;
    z.ContextMenu = cc;
    z.MenuItem = fc;
    z.LocalSearch = bb;
    z.TransitRoute = rd;
    z.DrivingRoute = ud;
    z.WalkingRoute = vd;
    z.Autocomplete = Hd;
    z.RouteSearch = zd;
    z.Geocoder = Ad;
    z.LocalCity = Ed;
    z.Geolocation = Geolocation;
    z.Convertor = ic;
    z.BusLineSearch = Gd;
    z.Boundary = Fd;
    z.VectorCloudLayer = Lc;
    z.VectorTrafficLayer = Mc;
    z.Panorama = Na;
    z.PanoramaLabel = Nd;
    z.PanoramaService = bc;
    z.PanoramaCoverageLayer = ac;
    z.PanoramaFlashInterface = Wd;
    function S(a, b) {
        for (var c in b)a[c] = b[c]
    }

    S(window, {
        BMap: z, _jsload2: function (a, b) {
            ha.Gy.gY && ha.Gy.set(a, b);
            I.kV(a, b)
        }, BMAP_API_VERSION: "2.0"
    });
    var Le = Ka.prototype;
    S(Le, {
        getBounds: Le.Gd,
        getCenter: Le.Ja,
        getMapType: Le.ta,
        getSize: Le.xb,
        setSize: Le.xe,
        getViewport: Le.Zs,
        getZoom: Le.fa,
        centerAndZoom: Le.Cd,
        panTo: Le.ui,
        panBy: Le.yg,
        setCenter: Le.Vf,
        setCurrentCity: Le.lF,
        setMapType: Le.Bg,
        setViewport: Le.Bh,
        setZoom: Le.Oc,
        highResolutionEnabled: Le.GL,
        zoomTo: Le.Fg,
        zoomIn: Le.QF,
        zoomOut: Le.RF,
        addHotspot: Le.nw,
        removeHotspot: Le.gZ,
        clearHotspots: Le.bm,
        checkResize: Le.nV,
        addControl: Le.lw,
        removeControl: Le.pN,
        getContainer: Le.Na,
        addContextMenu: Le.uo,
        removeContextMenu: Le.zp,
        addOverlay: Le.Ia,
        removeOverlay: Le.Sb,
        clearOverlays: Le.aK,
        openInfoWindow: Le.Mb,
        closeInfoWindow: Le.Xc,
        pointToOverlayPixel: Le.Re,
        overlayPixelToPoint: Le.eN,
        getInfoWindow: Le.jh,
        getOverlays: Le.qx,
        getPanes: function () {
            return {
                floatPane: this.Td.oD,
                markerMouseTarget: this.Td.BE,
                floatShadow: this.Td.UK,
                labelPane: this.Td.uE,
                markerPane: this.Td.yM,
                markerShadow: this.Td.zM,
                mapPane: this.Td.ot,
                vertexPane: this.Td.IO
            }
        },
        addTileLayer: Le.Yg,
        removeTileLayer: Le.zh,
        pixelToPoint: Le.tb,
        pointToPixel: Le.ac,
        setFeatureStyle: Le.Ip,
        selectBaseElement: Le.K3,
        setMapStyle: Le.Nt,
        enable3DBuilding: Le.Mo,
        disable3DBuilding: Le.XV,
        getPanorama: Le.rm
    });
    var Me = Rc.prototype;
    S(Me, {
        getTileLayer: Me.AX,
        getMinZoom: Me.Xo,
        getMaxZoom: Me.qm,
        getProjection: Me.bp,
        getTextColor: Me.wm,
        getTips: Me.Ys
    });
    S(window, {BMAP_NORMAL_MAP: La, BMAP_PERSPECTIVE_MAP: Oa, BMAP_SATELLITE_MAP: Xa, BMAP_HYBRID_MAP: Ra});
    var Ne = R.prototype;
    S(Ne, {lngLatToPoint: Ne.nh, pointToLngLat: Ne.wi});
    var Oe = hb.prototype;
    S(Oe, {lngLatToPoint: Oe.nh, pointToLngLat: Oe.wi});
    var Pe = fb.prototype;
    S(Pe, {
        equals: Pe.lb,
        containsPoint: Pe.bs,
        containsBounds: Pe.yV,
        intersects: Pe.ft,
        extend: Pe.extend,
        getCenter: Pe.Ja,
        isEmpty: Pe.yj,
        getSouthWest: Pe.re,
        getNorthEast: Pe.kf,
        toSpan: Pe.FF
    });
    var Qe = jc.prototype;
    S(Qe, {isVisible: Qe.mh, show: Qe.show, hide: Qe.U});
    jc.getZIndex = jc.ym;
    var Re = gb.prototype;
    S(Re, {
        openInfoWindow: Re.Mb,
        closeInfoWindow: Re.Xc,
        enableMassClear: Re.ii,
        disableMassClear: Re.ZV,
        show: Re.show,
        hide: Re.U,
        getMap: Re.lx,
        addContextMenu: Re.uo,
        removeContextMenu: Re.zp
    });
    var Se = T.prototype;
    S(Se, {
        setIcon: Se.Tb,
        getIcon: Se.Wo,
        setPosition: Se.ra,
        getPosition: Se.ha,
        setOffset: Se.Te,
        getOffset: Se.Pf,
        getLabel: Se.HD,
        setLabel: Se.fn,
        setTitle: Se.Dc,
        setTop: Se.zi,
        enableDragging: Se.Xb,
        disableDragging: Se.GC,
        setZIndex: Se.St,
        getMap: Se.lx,
        setAnimation: Se.dn,
        setShadow: Se.xy,
        hide: Se.U,
        setRotation: Se.Lp,
        getRotation: Se.rL
    });
    S(window, {BMAP_ANIMATION_DROP: 1, BMAP_ANIMATION_BOUNCE: 2});
    var Te = rc.prototype;
    S(Te, {
        setStyle: Te.Kd,
        setStyles: Te.yi,
        setContent: Te.bd,
        setPosition: Te.ra,
        getPosition: Te.ha,
        setOffset: Te.Te,
        getOffset: Te.Pf,
        setTitle: Te.Dc,
        setZIndex: Te.St,
        getMap: Te.lx,
        getContent: Te.uk
    });
    var We = nc.prototype;
    S(We, {
        setImageUrl: We.GN,
        setSize: We.xe,
        setAnchor: We.qc,
        setImageOffset: We.Mt,
        setImageSize: We.JZ,
        setInfoWindowAnchor: We.MZ,
        setPrintImageUrl: We.WZ
    });
    var Xe = qc.prototype;
    S(Xe, {
        redraw: Xe.fe,
        setTitle: Xe.Dc,
        setContent: Xe.bd,
        getContent: Xe.uk,
        getPosition: Xe.ha,
        enableMaximize: Xe.dh,
        disableMaximize: Xe.Sw,
        isOpen: Xe.Va,
        setMaxContent: Xe.Ot,
        maximize: Xe.Rx,
        enableAutoPan: Xe.Ds
    });
    var Ye = lc.prototype;
    S(Ye, {
        getPath: Ye.pe,
        setPath: Ye.ge,
        setPositionAt: Ye.hn,
        getStrokeColor: Ye.vX,
        setStrokeWeight: Ye.Op,
        getStrokeWeight: Ye.uL,
        setStrokeOpacity: Ye.Mp,
        getStrokeOpacity: Ye.wX,
        setFillOpacity: Ye.Lt,
        getFillOpacity: Ye.TW,
        setStrokeStyle: Ye.Np,
        getStrokeStyle: Ye.tL,
        getFillColor: Ye.SW,
        getBounds: Ye.Gd,
        enableEditing: Ye.Nf,
        disableEditing: Ye.YV
    });
    var Ze = Bc.prototype;
    S(Ze, {setCenter: Ze.Vf, getCenter: Ze.Ja, getRadius: Ze.pL, setRadius: Ze.qf});
    var $e = zc.prototype;
    S($e, {getPath: $e.pe, setPath: $e.ge, setPositionAt: $e.hn});
    var af = ib.prototype;
    S(af, {getPosition: af.ha, setPosition: af.ra, getText: af.SD, setText: af.Rt});
    H.prototype.equals = H.prototype.lb;
    Q.prototype.equals = Q.prototype.lb;
    L.prototype.equals = L.prototype.lb;
    S(window, {
        BMAP_ANCHOR_TOP_LEFT: Tb,
        BMAP_ANCHOR_TOP_RIGHT: Ub,
        BMAP_ANCHOR_BOTTOM_LEFT: Vb,
        BMAP_ANCHOR_BOTTOM_RIGHT: 3
    });
    var bf = Sb.prototype;
    S(bf, {
        setAnchor: bf.qc,
        getAnchor: bf.uD,
        setOffset: bf.Te,
        getOffset: bf.Pf,
        show: bf.show,
        hide: bf.U,
        isVisible: bf.mh,
        toString: bf.toString
    });
    var cf = jb.prototype;
    S(cf, {getType: cf.fp, setType: cf.jn});
    S(window, {
        BMAP_NAVIGATION_CONTROL_LARGE: 0,
        BMAP_NAVIGATION_CONTROL_SMALL: 1,
        BMAP_NAVIGATION_CONTROL_PAN: 2,
        BMAP_NAVIGATION_CONTROL_ZOOM: 3
    });
    var df = lb.prototype;
    S(df, {changeView: df.me, setSize: df.xe, getSize: df.xb});
    var ef = kb.prototype;
    S(ef, {getUnit: ef.EX, setUnit: ef.tF});
    S(window, {BMAP_UNIT_METRIC: "metric", BMAP_UNIT_IMPERIAL: "us"});
    var ff = Xb.prototype;
    S(ff, {addCopyright: ff.mw, removeCopyright: ff.YE, getCopyright: ff.om, getCopyrightCollection: ff.BD});
    S(window, {BMAP_MAPTYPE_CONTROL_HORIZONTAL: Zb, BMAP_MAPTYPE_CONTROL_DROPDOWN: 1, BMAP_MAPTYPE_CONTROL_MAP: 2});
    var gf = Ec.prototype;
    S(gf, {getMapType: gf.ta, getCopyright: gf.om, isTransparentPng: gf.lt});
    var jf = cc.prototype;
    S(jf, {addItem: jf.ow, addSeparator: jf.OB, removeSeparator: jf.$E});
    var kf = fc.prototype;
    S(kf, {setText: kf.Rt});
    var lf = V.prototype;
    S(lf, {
        getStatus: lf.um,
        setSearchCompleteCallback: lf.rF,
        getPageCapacity: lf.lf,
        setPageCapacity: lf.Kp,
        setLocation: lf.gn,
        disableFirstResultSelection: lf.HC,
        enableFirstResultSelection: lf.dD,
        gotoPage: lf.zm,
        searchNearby: lf.Gp,
        searchInBounds: lf.bn,
        search: lf.search
    });
    S(window, {
        BMAP_STATUS_SUCCESS: 0,
        BMAP_STATUS_CITY_LIST: 1,
        BMAP_STATUS_UNKNOWN_LOCATION: 2,
        BMAP_STATUS_UNKNOWN_ROUTE: 3,
        BMAP_STATUS_INVALID_KEY: 4,
        BMAP_STATUS_INVALID_REQUEST: 5,
        BMAP_STATUS_PERMISSION_DENIED: 6,
        BMAP_STATUS_SERVICE_UNAVAILABLE: 7,
        BMAP_STATUS_TIMEOUT: 8
    });
    S(window, {
        BMAP_POI_TYPE_NORMAL: 0,
        BMAP_POI_TYPE_BUSSTOP: 1,
        BMAP_POI_TYPE_BUSLINE: 2,
        BMAP_POI_TYPE_SUBSTOP: 3,
        BMAP_POI_TYPE_SUBLINE: 4
    });
    S(window, {
        BMAP_TRANSIT_POLICY_LEAST_TIME: 0,
        BMAP_TRANSIT_POLICY_LEAST_TRANSFER: 2,
        BMAP_TRANSIT_POLICY_LEAST_WALKING: 3,
        BMAP_TRANSIT_POLICY_AVOID_SUBWAYS: 4,
        BMAP_LINE_TYPE_BUS: 0,
        BMAP_LINE_TYPE_SUBWAY: 1,
        BMAP_LINE_TYPE_FERRY: 2
    });
    var mf = qd.prototype;
    S(mf, {clearResults: mf.Me});
    sd = rd.prototype;
    S(sd, {setPolicy: sd.Qt, toString: sd.toString, setPageCapacity: sd.Kp});
    S(window, {
        BMAP_DRIVING_POLICY_LEAST_TIME: 0,
        BMAP_DRIVING_POLICY_LEAST_DISTANCE: 1,
        BMAP_DRIVING_POLICY_AVOID_HIGHWAYS: 2
    });
    S(window, {
        BMAP_MODE_DRIVING: "driving",
        BMAP_MODE_TRANSIT: "transit",
        BMAP_MODE_WALKING: "walking",
        BMAP_MODE_NAVIGATION: "navigation"
    });
    var nf = zd.prototype;
    S(nf, {routeCall: nf.AN});
    S(window, {BMAP_HIGHLIGHT_STEP: 1, BMAP_HIGHLIGHT_ROUTE: 2});
    S(window, {BMAP_ROUTE_TYPE_DRIVING: bd, BMAP_ROUTE_TYPE_WALKING: ad});
    S(window, {BMAP_ROUTE_STATUS_NORMAL: dd, BMAP_ROUTE_STATUS_EMPTY: 1, BMAP_ROUTE_STATUS_ADDRESS: 2});
    var of = ud.prototype;
    S(of, {setPolicy: of.Qt});
    var pf = Hd.prototype;
    S(pf, {show: pf.show, hide: pf.U, setTypes: pf.sF, setLocation: pf.gn, search: pf.search, setInputValue: pf.uy});
    S(nb.prototype, {});
    var qf = Fd.prototype;
    S(qf, {get: qf.get});
    S(ac.prototype, {});
    S(db.prototype, {});
    S(window, {BMAP_POINT_DENSITY_HIGH: 200, BMAP_POINT_DENSITY_MEDIUM: Qc, BMAP_POINT_DENSITY_LOW: 50});
    S(window, {
        BMAP_POINT_SHAPE_STAR: 1,
        BMAP_POINT_SHAPE_WATERDROP: 2,
        BMAP_POINT_SHAPE_CIRCLE: tc,
        BMAP_POINT_SHAPE_SQUARE: 4,
        BMAP_POINT_SHAPE_RHOMBUS: 5
    });
    S(window, {
        BMAP_POINT_SIZE_TINY: 1,
        BMAP_POINT_SIZE_SMALLER: 2,
        BMAP_POINT_SIZE_SMALL: 3,
        BMAP_POINT_SIZE_NORMAL: uc,
        BMAP_POINT_SIZE_BIG: 5,
        BMAP_POINT_SIZE_BIGGER: 6,
        BMAP_POINT_SIZE_HUGE: 7
    });
    S(window, {
        BMap_Symbol_SHAPE_CAMERA: 11,
        BMap_Symbol_SHAPE_WARNING: 12,
        BMap_Symbol_SHAPE_SMILE: 13,
        BMap_Symbol_SHAPE_CLOCK: 14,
        BMap_Symbol_SHAPE_POINT: 9,
        BMap_Symbol_SHAPE_PLANE: 10,
        BMap_Symbol_SHAPE_CIRCLE: 1,
        BMap_Symbol_SHAPE_RECTANGLE: 2,
        BMap_Symbol_SHAPE_RHOMBUS: 3,
        BMap_Symbol_SHAPE_STAR: 4,
        BMap_Symbol_SHAPE_BACKWARD_CLOSED_ARROW: 5,
        BMap_Symbol_SHAPE_FORWARD_CLOSED_ARROW: 6,
        BMap_Symbol_SHAPE_BACKWARD_OPEN_ARROW: 7,
        BMap_Symbol_SHAPE_FORWARD_OPEN_ARROW: 8
    });
    S(window, {BMAP_CONTEXT_MENU_ICON_ZOOMIN: dc, BMAP_CONTEXT_MENU_ICON_ZOOMOUT: ec});
    S(window, {
        BMAP_SYS_DRAWER: Ja,
        BMAP_SVG_DRAWER: 1,
        BMAP_VML_DRAWER: 2,
        BMAP_CANVAS_DRAWER: 3,
        BMAP_SVG_DRAWER_FIRST: 4
    });
    z.NU();
})()