인포박스가 생성되지 않아요
function PlacesSearchCB(data, status) { if (status === daum.maps.services.Status.OK) { displayPlaces(data); }else if (status === daum.maps.services.Status.ZERO_RESULT) { alert("검색 결과가 존재하지 않습니다"); return; }else if (status === daum.maps.services.Status.ERROR) { alert("검색 결과중 오류가 발생했습니다"); return; } } function displayInfowindow(marker, title, address, lat, lng){ let content = ` ${title} ${address} ${title}','${address}',${lat},${lng});">등록 `; 그외 infowindow 소문자, 대문자 확인해보세요.