var area_name = 'kaze'; var ents = { BUK0022134:{ label:'イオンレイクタウンKAZEゲート5 : 閉鎖中', icon:'images/ico_close.gif', x:'28px', y:'118px' } ,BUK0022135:{ label:'イオンレイクタウンKAZEゲート3 : 閉鎖中', icon:'images/ico_close.gif', x:'282px', y:'-14px' } ,BUK0022137:{ label:'イオンレイクタウンKAZEゲート2 : 閉鎖中', icon:'images/ico_close.gif', x:'395px', y:'102px' } ,BUK0022138:{ label:'イオンレイクタウンKAZEゲート1 : 閉鎖中', icon:'images/ico_close.gif', x:'396px', y:'169px' } ,BUK0022140:{ label:'イオンレイクタウンKAZEゲート6 : 閉鎖中', icon:'images/ico_close.gif', x:'32px', y:'231px' } } var information = "

※レイクタウンの駐車料金が土曜・日曜・祝日は無料になりました。

"; var p_information = "
"; window.onload = function (){ //満空アイコン for (park_no in ents){ var img = new Image(); img.src = ents[park_no]['icon']; //img.style.width = '64px'; //img.style.height = '64px'; //img.style.position = 'relative'; img.style.position = 'absolute'; img.style.left = ents[park_no]['x']; img.style.top = ents[park_no]['y']; img.id = 'img-' + park_no; img.title = ents[park_no]['label'];; var mapElm = document.getElementById('map'); mapElm.appendChild(img); ents[park_no]['img'] = img; } //入場待ち時間他、メッセージ document.getElementById('info').innerHTML = information; //料金情報 //document.getElementById('pinfo').innerHTML = p_information; }