服务热线
18062108535
<style type="text/css">
#allmap {width: 100%;height: 100%;margin:0;font-family:"微软雅黑";font-size:14px;}
#l-map{height:500px;width:100%;}
#r-result{width:100%;}
</style>
<script type="text/javascript" src="http://api.map.baidu.com/api?v=2.0&ak=aq7gh0fRBQyidKIhwOYHqKVO"></script>
<div id="l-map"></div>
<div id="r-result"></div>
<script type="text/javascript">
// 百度地图API功能
var sContent ="<b>武汉页维网络科技有限公司</b><br>地址:雄楚大道268号御景名门2栋2103室";
var map = new BMap.Map("l-map");
var point = new BMap.Point(114.345387,30.519627); // 坐标选择器
map.centerAndZoom(point, 16); // 地图缩放比例
var infoWindow = new BMap.InfoWindow(sContent); // 创建信息窗口对象
map.openInfoWindow(infoWindow,point); //开启信息窗口
</script>
备用链接:进入百度坐标选择器