웹에서 지도 로딩시 아래처럼 오류가 뜹니다.
sdk.js?appkey=xxxxxxxxxx A parser-blocking, cross site (i.e. different eTLD+1) script, http://t1.daumcdn.net/mapjsapi/js/main/4.3.1-fixed/kakao.js, is invoked via document.write. The network request for this script MAY be blocked by the browser in this or a future page load due to poor network connectivity. If blocked in this page load, it will be confirmed in a subsequent console message. See https://www.chromestatus.com/feature/5718547946799104 for more details.
이후 팝업으로 지도를 로딩하면 아래처럼 지도가 보여집니다.
display:none이었다가 클릭 해당 div를 show로 변경합니다.
다른 곳에서 클릭시 ajax로 위치정보를 불러온후 아래 function 을 이용해서 지도를 보여주고 있습니다.
setChargeMap(latitude, longitude);