document.writeln("    <script src=\"http:\/\/ditu.google.com\/maps?file=api&amp;v=2.x&amp;key=ABQIAAAAMf2b17CNqKd1JcgfyMrz1RQlQH2DUlWmvnboCiQwGSWj1F5Q9hT-RkDZyHwYw3Icv9J7ZvTxuk86ww&hl=zh-CN\" type=\"text\/javascript\"><\/script>");
document.writeln("    <script type=\"text\/javascript\">");
document.writeln("    \/\/<![CDATA[");
document.writeln(" ");
document.writeln("    function initialize() {");
document.writeln("      if (GBrowserIsCompatible()) {");
document.writeln("        \/\/ define the crosshair tile layer and its required functions");
document.writeln("        var crossLayer = new GTileLayer(new GCopyrightCollection(\"\"), 0, 15);");
document.writeln("        crossLayer.getTileUrl =  function(tile, zoom) {");
document.writeln("          return \".\/include\/tile_crosshairs.png\";");
document.writeln("        }");
document.writeln("        crossLayer.isPng = function() {return true;}");
document.writeln(" ");
document.writeln("        \/\/ Create a new map type incorporating the tile layer");
document.writeln("        var layerTerCross = [ G_PHYSICAL_MAP.getTileLayers()[0],");
document.writeln("                              crossLayer ];");
document.writeln("        var mtTerCross = new GMapType(layerTerCross,");
document.writeln("                                      G_PHYSICAL_MAP.getProjection(), \"Ter+\");");
document.writeln(" ");
document.writeln("        var map = new GMap2(document.getElementById(\"map_left_on_here\"),");
document.writeln("            { size: new GSize(635,400) } );");
document.writeln("        map.addMapType(G_PHYSICAL_MAP);");
document.writeln("        map.addMapType(mtTerCross);");
document.writeln("        map.setCenter(new GLatLng(33.43144, 109.77539), 4);");
document.writeln("        map.addControl(new GLargeMapControl())");
document.writeln(" ");
document.writeln("        var mapControl = new GHierarchicalMapTypeControl();");
document.writeln("        ");
document.writeln("        \/\/ Set up map type menu relationships");
document.writeln("        mapControl.clearRelationships();");
document.writeln("        mapControl.addRelationship(G_SATELLITE_MAP, G_HYBRID_MAP, \"Labels\", false);");
document.writeln("        mapControl.addRelationship(G_PHYSICAL_MAP, mtTerCross, \"Crosshairs\");");
document.writeln("  ");
document.writeln("        \/\/ Add control after you\'ve specified the relationships");
document.writeln("        map.addControl(mapControl);");
document.writeln("      }");
document.writeln("    }");
document.writeln("    \/\/]]>");
document.writeln("    <\/script>");
document.writeln("");