江门(新会)万洋众创城
地区:
广东-江门
园区介绍
江门新会万洋众创城位于江门市新会区大泽镇深江产业园大泽园区,是江门市政府重点招商引资项目和重点工程,项目规划总用地约1000亩,总建筑面积约150万平方米,将重点引进智能制造、新能源、电子信息产品、机械制造、汽车配件、智能医疗设备等行业,着力打造新会智能制造与设备制造业之路,推动新会产业转型升级。项目分两期建设,一期用地约295亩,建筑面积约45万平方米,预计可容纳50家中小企业,提供近万个工作岗位。
地址:广东省江门市新会区大泽镇深江产业园大泽园区万洋众创城
业态:智能制造、新能源、电子信息产业、汽车配件等
地理位置
项目坐落于广东省江门市新会区大泽镇深江产业园大泽园区核心区域,雄踞珠三角1小时经济圈,到广州、佛山、珠海、中山等地只需1小时,到东莞、深圳、香港、澳门只需1.5小时。距广佛高速(共和高速口)约5公里,区内集银洲湖高速、G240国道、广佛高速、新台高速和江鹤高速交汇。项目毗邻广东第4大轨道枢纽--江门站仅18公里,距国家一类口岸新会港仅23公里,从园区经由G240国道到新会中心城区和江门大道仅10分钟车程,区位优越。
//初始化地图对象,加载地图 var map = new AMap.Map("mapContainer",{ resizeEnable: true, //二维地图显示视口 view: new AMap.View2D({ //地图中心点 center:new AMap.LngLat(112.921185,22.558746), //地图显示的缩放级别 zoom:15 }) }); map.setLang('cn'); //地图中添加地图操作ToolBar插件 map.plugin(["AMap.ToolBar"], function(){ var toolBar = new AMap.ToolBar(); map.addControl(toolBar); }); //地图初始化时,在地图上添加一个marker标记,鼠标点击marker可弹出自定义的信息窗体 addMarker(); //添加marker标记 function addMarker(){ map.clearMap(); var marker = new AMap.Marker({ map: map, //位置 position: new AMap.LngLat(112.921185,22.558746), //复杂图标 icon: "http://webapi.amap.com/images/0.png" }); //鼠标点击marker弹出自定义的信息窗体 AMap.event.addListener(marker,'click',function(){ infoWindow.open(map,marker.getPosition()); }); } //实例化信息窗体 var infoWindow = new AMap.InfoWindow({ isCustom:true, //使用自定义窗体 content:createInfoWindow('江门(新会)万洋众创城'," <br/>"), offset:new AMap.Pixel(16, -45)//-113, -140 }); //构建自定义信息窗体 function createInfoWindow(title,content){ var info = document.createElement("div"); info.className = "info"; // 定义顶部标题 var top = document.createElement("div"); var titleD = document.createElement("div"); var closeX = document.createElement("img"); top.className = "info-top"; titleD.innerHTML = title; closeX.src = "http://webapi.amap.com/images/close2.gif"; closeX.onclick = closeInfoWindow; top.appendChild(titleD); top.appendChild(closeX); info.appendChild(top); // 定义中部内容 var middle = document.createElement("div"); middle.className = "info-middle"; middle.style.backgroundColor='white'; middle.innerHTML = content; info.appendChild(middle); // 定义底部内容 var bottom = document.createElement("div"); bottom.className = "info-bottom"; bottom.style.position = 'relative'; bottom.style.top = '0px'; bottom.style.margin = '0 auto'; var sharp = document.createElement("img"); sharp.src = "http://webapi.amap.com/images/sharp.png"; bottom.appendChild(sharp); info.appendChild(bottom); return info; } //关闭信息窗体 function closeInfoWindow(){ map.clearInfoWindow(); }
相关园区
欢迎您的留言咨询
有问题吗?保持联系。我们很乐意听到你的消息。