Home
About
Company Profile
Certificate
Download
Video
Products
Conventional flange series
Large caliber/High and medium pressure flange series
High-precision quick coupling
Non-standard customization
Sanitary grade pipe fittings series
Valve series
Corrugated pipe series
Clamp joint series
Instrument connector series
Industrial pipe fittings series
Quality
Production control
Forging factory
Real shooting display
News
Enterprise news
Industry dynamics
Application
Contact
CN
Search
CN
Contact Us
Zhejiang Mingyang Flange Co., Ltd
Address:No. 18-9 Binhai 9th Road, Airport New Area, Yongxing Street, Longwan District, Wenzhou City, Zhejiang Province
Mobile:+86-130 5788 8571 / 133 6277 7361
E-Mail:mingyangflange@outlook.com
Fax:+86-577-8665 2395
Company Shop:
https://mingyangflange.en.made-in-china.com
Zip Code:325000
More Contact
Online Message
Name*
E-Mail*
Tel*
Company*
Address*
Content*
Send
首页
产品
联系
// 创建地图实例 var map = new BMap.Map("mapContent"); // 其中container为你的地图容器的id // 创建一个坐标点 var point = new BMap.Point(120.835896, 27.847375); // 这里的坐标可以是任意的,因为我们要通过地址来确定 // 初始化地图,设置中心点坐标和地图级别 //map.enableScrollWheelZoom(true); // 创建标注 // 将标注添加到地图中 // 调整地图中心点 // 创建信息窗口对象 width : 450, // 信息窗口宽度 height: 150, // 信息窗口高度 title : "Company Info" // 信息窗口标题 // 创建信息窗口 // 打开信息窗口 // // 创建一个Geocoder实例 // var geocoder = new BMap.Geocoder(); // // // 将地址解析为坐标 // geocoder.getPoint("No. 18-9 Binhai 9th Road, Airport New Area, Yongxing Street, Longwan District, Wenzhou City, Zhejiang Province", function(point) { // if (point) { // console.log(point);return; // // 创建标注 // var marker = new BMap.Marker(point); // // 将标注添加到地图中 // map.addOverlay(marker); // // 调整地图中心点 // map.panTo(point); // // 创建信息窗口对象 // var opts = { // width : 450, // 信息窗口宽度 // height: 150, // 信息窗口高度 // title : "公司信息" // 信息窗口标题 // } // // 创建信息窗口 // var infoWindow = new BMap.InfoWindow("联系地址:No. 18-9 Binhai 9th Road, Airport New Area, Yongxing Street, Longwan District, Wenzhou City, Zhejiang Province;
联系电话:https://mingyangflange.en.made-in-china.com", opts); // // 打开信息窗口 // marker.openInfoWindow(infoWindow); // } // }, "温州市"); // 这里可以指定一个城市,以便更精确的搜索