")),offset:new AMap.Pixel(19,-42)});infoWindow.open(map,map.getCenter());function createInfoWindow(title,content){var info = document.createElement("div");info.className = "info";info.style.width = "360px";var top = document.createElement("div");var titleD = document.createElement("div");var closeX = document.createElement("img");top.className = "info-top";titleD.innerHTML = title;closeX.src = "images/map_close.png";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()}