특정 주소를 중앙에 보이게하고싶은데, 다른 위치가 중앙에 출력되고있습니다

특정 주소를 중앙에 띄우고 싶은데, 그 주소 인근의 위치가 중앙으로 잡혀있습니다. 이를 수정하고싶은데 좌표를 수정하는 부분을 모르겠습니다.

<div id="daumRoughmapContainer1634722352858" class="root_daum_roughmap root_daum_roughmap_landing"></div>
<script charset="UTF-8" class="daum_roughmap_loader_script" src="https://ssl.daumcdn.net/dmaps/map_js_init/roughmapLoader.js"></script>

<script charset="UTF-8">
new daum.roughmap.Lander({
	"timestamp" : "1634722352858",
	"key" : "27qw5",
	"mapWidth" : "300",
	"mapHeight" : "300"
}).render();

코드는 이렇습니다.
제가 중앙에 두고싶은 좌표는
(35.5330578, 129.3115224)
입니다.

좌표를 수정하는 방법을 알고싶습니다.

사용하고 있는 소스는 약도 소스로
카카오 지도에서 해당 위치를 오른쪽 클릭 > 여기 주소 보기 메뉴 선택 > HTML 태그 복사해서 새로운 약도 지도를 만들어주세요.

1