太平洋沿岸エリア全域 八戸ゾーン 久慈ゾーン みやこゾーン 釜石エリア 大船渡・陸前高田エリア 気仙沼ゾーン 南三陸エリア 石巻・女川・東松島エリア 松島ゾーン 仙台ゾーン 宮城県南沿岸エリア 相馬・南相馬エリア いわきゾーン
スマートフォンサイト
沿岸地域の周遊は
スマートフォンで!
iPhone、Android
スマートフォンで
利用いただけます
スマートフォンで!
iPhone、Android
スマートフォンで
利用いただけます
トップ > 復興商店街へ行こう!
';
map_html += '';
map_html += '';
var syuuhen_point = new google.maps.Marker({ map: map, position: new google.maps.LatLng(lat, lng), icon: iconsMarker[121],shadow: icons[121].shadow});
if(syuuhen_points){
syuuhen_points[syuuhen_points.length] = syuuhen_point;
}else{
syuuhen_points[0] = syuuhen_point;
}
var cnt = syuuhen_points.length - 1;
//周辺情報マップ
addMarker(map, syuuhen_points[cnt], map_html);
}//for
//吹き出し作成・マーカーも表示→最寄りのスポット
function addMarker(map, marker, map_html) {
google.maps.event.addListener(marker, 'click', function() {
if(currentInfoWindow){
currentInfoWindow.close();
}
var infowindowZoom = new google.maps.InfoWindow({
content: map_html
});
infowindowZoom.open(map, marker);
currentInfoWindow = infowindowZoom;
});
}