| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- <?php
- include $_SERVER['DOCUMENT_ROOT'].'/common/lib/comm.php';
- exit;
- ?>
- <? include("../include/inc_top.php") ?>
- <? include("../include/inc_header.php") ?>
- <section id="wrap">
- <section id="visual" class="visual_company">
- <h2>찾아오시는 길</h2>
- <p>고객 만족에 최선을 다하는 회사가 되겠습니다.</p>
- </section>
- <section id="content">
- <ul class="location">
- <li><a href="/" class="home">홈</a></li>
- <li><span class="depth1">회사소개</span></li>
- <li><span class="depth2">찾아오시는 길</span></li>
- </ul>
- <dl class="location_c">
- <dt>경기도 용인시 기흥구 어정로 36, 1층 오토갤러리</dt>
- <dd>
- <!-- * Daum 지도 - 지도퍼가기 -->
- <!-- 1. 지도 노드 -->
- <div id="daumRoughmapContainer1550122914085" class="root_daum_roughmap root_daum_roughmap_landing"></div>
- <!--
- 2. 설치 스크립트
- * 지도 퍼가기 서비스를 2개 이상 넣을 경우, 설치 스크립트는 하나만 삽입합니다.
- -->
- <script charset="UTF-8" class="daum_roughmap_loader_script" src="http://dmaps.daum.net/map_js_init/roughmapLoader.js"></script>
- <!-- 3. 실행 스크립트 -->
- <script charset="UTF-8">
- new daum.roughmap.Lander({
- "timestamp" : "1550122914085",
- "key" : "s7u8",
- "mapWidth" : "1140",
- "mapHeight" : "570"
- }).render();
- </script>
- </dd>
- </dl>
- </section>
- </section>
- <? include("../include/inc_footer.php") ?>
- <? include("../include/inc_bottom.php") ?>
- <?
- mysql_close($connect);
- ?>
|