﻿//<![CDATA[
function load() {
      if (GBrowserIsCompatible()) {
	var map = new GMap( document.getElementById( "map" ) );
	map.centerAndZoom( new GPoint( 132.78573989868164 , 34.478967453172025 ) , 9 );
//センターマーカーの定義
var center_marker_icon = new GIcon();
center_marker_icon.image = "../img/map/centermarker_standard01.png";
center_marker_icon.shadow = "../img/map/centermarker_standard01_shadow.png";
center_marker_icon.iconSize = new GSize( 23 , 23 );
center_marker_icon.shadowSize = new GSize( 29 , 29 );
center_marker_icon.iconAnchor = new GPoint( 11 , 11 );
//センターマーカーの表示
var center_marker = new GMarker( map.getCenterLatLng() , center_marker_icon );
map.addOverlay( center_marker );
//移動終了後のイベントを追加
GEvent.addListener( map , "moveend" , function(){
map.removeOverlay( center_marker );
center_marker = new GMarker( map.getCenterLatLng() , center_marker_icon );
map.addOverlay( center_marker );
} );  
//オリジナルマーカーの画像を作成
var icon50 = new GIcon();
icon50.image = "../img/map/marker_flag.png";
icon50.shadow = "../img/map/marker_shadow.png";
icon50.iconSize = new GSize(20, 34);icon50.shadowSize = new GSize(37, 34);
icon50.iconAnchor = new GPoint(9, 34);icon50.infoWindowAnchor = new GPoint(18, 11);

//広島
        var marker1 = new GMarker(new GLatLng(34.429177761152864,133.21379095315933),icon50);
		GEvent.addListener(marker1, "click", function() {    marker1.openInfoWindowHtml("<img src='../img/map/1address.gif' width='20' height='17'><strong><a href='../map/hiroshima/diamond.htm' >ダイヤモンドゴルフ練習場</a></strong><br><img src='../img/map/3memo.gif' width='20' height='17'>練習場（1000円で約180球）74打席 / 220Y<br><img src='../img/map/5approve.gif' width='20' height='15'>ゴルフ場予約 - <a href='http://click.linksynergy.com/fs-bin/click?id=B5Mn75VKR*w&offerid=123835.10000063&type=3&subid=0' >中国・四国</a><IMG border=0 width=1 height=1 src='http://ad.linksynergy.com/fs-bin/show?id=B5Mn75VKR*w&bids=123835.10000063&type=3&subid=0' ><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/09489ea6.1cc6acc1.09489eaa.99f941f5/' target='_blank'>ゴルフ場予約サイト：楽天GORA</a><br><img src='../img/map/5approve.gif' width='20' height='15'>検索 - 探す -<br>　　　<a href='../../golf_course/map/chugoku.html' >中国・四国のゴルフ場</a><br>　　　<a href='../../short_course/map/chugoku.html' >中国・四国のショートゴルフ</a><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/0a35df7b.afd53348.0a35dddb.fc10f1e3/' target='_blank'>中国のガイド 楽天トラベル</a><br>　　　<a href='http://ck.jp.ap.valuecommerce.com/servlet/referral?sid=2123660&pid=874705567&vc_url=http%3a%2f%2fdom%2ejtb%2eco%2ejp%2fyado%2fList%2easpx%3fjk%3d34' target='_blank' ><img src='http://ad.jp.ap.valuecommerce.com/servlet/gifbanner?sid=2123660&pid=874705567' height='1' width='1' border='0'>広島のホテル JTB</a>");}); 
        map.addOverlay(marker1);			
        var marker2 = new GMarker(new GLatLng(34.4393097323412,133.20280998945236),icon50);
		GEvent.addListener(marker2, "click", function() {    marker2.openInfoWindowHtml("<img src='../img/map/1address.gif' width='20' height='17'><strong><a href='../map/hiroshima/tamanoura.htm' >玉の浦ゴルフ練習場</a></strong><br><img src='../img/map/3memo.gif' width='20' height='17'>練習場（1000円で約180球）122打席 / 300Y<br><img src='../img/map/5approve.gif' width='20' height='15'>ゴルフ場予約 - <a href='http://click.linksynergy.com/fs-bin/click?id=B5Mn75VKR*w&offerid=123835.10000063&type=3&subid=0' >中国・四国</a><IMG border=0 width=1 height=1 src='http://ad.linksynergy.com/fs-bin/show?id=B5Mn75VKR*w&bids=123835.10000063&type=3&subid=0' ><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/09489ea6.1cc6acc1.09489eaa.99f941f5/' target='_blank'>ゴルフ場予約サイト：楽天GORA</a><br><img src='../img/map/5approve.gif' width='20' height='15'>検索 - 探す -<br>　　　<a href='../../golf_course/map/chugoku.html' >中国・四国のゴルフ場</a><br>　　　<a href='../../short_course/map/chugoku.html' >中国・四国のショートゴルフ</a><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/0a35df7b.afd53348.0a35dddb.fc10f1e3/' target='_blank'>中国のガイド 楽天トラベル</a><br>　　　<a href='http://ck.jp.ap.valuecommerce.com/servlet/referral?sid=2123660&pid=874705567&vc_url=http%3a%2f%2fdom%2ejtb%2eco%2ejp%2fyado%2fList%2easpx%3fjk%3d34' target='_blank' ><img src='http://ad.jp.ap.valuecommerce.com/servlet/gifbanner?sid=2123660&pid=874705567' height='1' width='1' border='0'>広島のホテル JTB</a>");}); 
        map.addOverlay(marker2);
        var marker3 = new GMarker(new GLatLng(34.41861531169896,132.4215790629387),icon50);
		GEvent.addListener(marker3, "click", function() {    marker3.openInfoWindowHtml("<img src='../img/map/1address.gif' width='20' height='17'><strong><a href='../map/hiroshima/golf.htm' >ヒロシマゴルフセンター</a></strong><br><img src='../img/map/3memo.gif' width='20' height='17'>練習場（1000円で約160球）100打席 / 300Y<br><img src='../img/map/5approve.gif' width='20' height='15'>ゴルフ場予約 - <a href='http://click.linksynergy.com/fs-bin/click?id=B5Mn75VKR*w&offerid=123835.10000063&type=3&subid=0' >中国・四国</a><IMG border=0 width=1 height=1 src='http://ad.linksynergy.com/fs-bin/show?id=B5Mn75VKR*w&bids=123835.10000063&type=3&subid=0' ><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/09489ea6.1cc6acc1.09489eaa.99f941f5/' target='_blank'>ゴルフ場予約サイト：楽天GORA</a><br><img src='../img/map/5approve.gif' width='20' height='15'>検索 - 探す -<br>　　　<a href='../../golf_course/map/chugoku.html' >中国・四国のゴルフ場</a><br>　　　<a href='../../short_course/map/chugoku.html' >中国・四国のショートゴルフ</a><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/0a35df7b.afd53348.0a35dddb.fc10f1e3/' target='_blank'>中国のガイド 楽天トラベル</a><br>　　　<a href='http://ck.jp.ap.valuecommerce.com/servlet/referral?sid=2123660&pid=874705567&vc_url=http%3a%2f%2fdom%2ejtb%2eco%2ejp%2fyado%2fList%2easpx%3fjk%3d34' target='_blank' ><img src='http://ad.jp.ap.valuecommerce.com/servlet/gifbanner?sid=2123660&pid=874705567' height='1' width='1' border='0'>広島のホテル JTB</a>");}); 
        map.addOverlay(marker3);
        var marker4 = new GMarker(new GLatLng(34.390182553182505,132.7431356906891),icon50);
		GEvent.addListener(marker4, "click", function() {    marker4.openInfoWindowHtml("<img src='../img/map/1address.gif' width='20' height='17'><strong><a href='../map/hiroshima/minaga.htm' >三永ゴルフセンター</a></strong><br><img src='../img/map/3memo.gif' width='20' height='17'>練習場（1000円で約120球）32打席 / 250Y<br><img src='../img/map/5approve.gif' width='20' height='15'>ゴルフ場予約 - <a href='http://click.linksynergy.com/fs-bin/click?id=B5Mn75VKR*w&offerid=123835.10000063&type=3&subid=0' >中国・四国</a><IMG border=0 width=1 height=1 src='http://ad.linksynergy.com/fs-bin/show?id=B5Mn75VKR*w&bids=123835.10000063&type=3&subid=0' ><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/09489ea6.1cc6acc1.09489eaa.99f941f5/' target='_blank'>ゴルフ場予約サイト：楽天GORA</a><br><img src='../img/map/5approve.gif' width='20' height='15'>検索 - 探す -<br>　　　<a href='../../golf_course/map/chugoku.html' >中国・四国のゴルフ場</a><br>　　　<a href='../../short_course/map/chugoku.html' >中国・四国のショートゴルフ</a><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/0a35df7b.afd53348.0a35dddb.fc10f1e3/' target='_blank'>中国のガイド 楽天トラベル</a><br>　　　<a href='http://ck.jp.ap.valuecommerce.com/servlet/referral?sid=2123660&pid=874705567&vc_url=http%3a%2f%2fdom%2ejtb%2eco%2ejp%2fyado%2fList%2easpx%3fjk%3d34' target='_blank' ><img src='http://ad.jp.ap.valuecommerce.com/servlet/gifbanner?sid=2123660&pid=874705567' height='1' width='1' border='0'>広島のホテル JTB</a>");}); 
        map.addOverlay(marker4);
        var marker5 = new GMarker(new GLatLng(34.29491518101956,132.5453308224678),icon50);
		GEvent.addListener(marker5, "click", function() {    marker5.openInfoWindowHtml("<img src='../img/map/1address.gif' width='20' height='17'><strong><a href='../map/hiroshima/ksp.htm' >KSPゴルフガーデン</a></strong><br><img src='../img/map/3memo.gif' width='20' height='17'>練習場（1000円で約100球）60打席 / 200Y<br><img src='../img/map/5approve.gif' width='20' height='15'>ゴルフ場予約 - <a href='http://click.linksynergy.com/fs-bin/click?id=B5Mn75VKR*w&offerid=123835.10000063&type=3&subid=0' >中国・四国</a><IMG border=0 width=1 height=1 src='http://ad.linksynergy.com/fs-bin/show?id=B5Mn75VKR*w&bids=123835.10000063&type=3&subid=0' ><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/09489ea6.1cc6acc1.09489eaa.99f941f5/' target='_blank'>ゴルフ場予約サイト：楽天GORA</a><br><img src='../img/map/5approve.gif' width='20' height='15'>検索 - 探す -<br>　　　<a href='../../golf_course/map/chugoku.html' >中国・四国のゴルフ場</a><br>　　　<a href='../../short_course/map/chugoku.html' >中国・四国のショートゴルフ</a><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/0a35df7b.afd53348.0a35dddb.fc10f1e3/' target='_blank'>中国のガイド 楽天トラベル</a><br>　　　<a href='http://ck.jp.ap.valuecommerce.com/servlet/referral?sid=2123660&pid=874705567&vc_url=http%3a%2f%2fdom%2ejtb%2eco%2ejp%2fyado%2fList%2easpx%3fjk%3d34' target='_blank' ><img src='http://ad.jp.ap.valuecommerce.com/servlet/gifbanner?sid=2123660&pid=874705567' height='1' width='1' border='0'>広島のホテル JTB</a>");}); 
        map.addOverlay(marker5);
        var marker6 = new GMarker(new GLatLng(34.463490975527875,132.50940799713135),icon50);
		GEvent.addListener(marker6, "click", function() {    marker6.openInfoWindowHtml("<img src='../img/map/1address.gif' width='20' height='17'><strong><a href='../map/hiroshima/koyo.htm' >高陽ゴルフセンター</a></strong><br><img src='../img/map/3memo.gif' width='20' height='17'>練習場（1000円で約80球）30打席 / 200Y<br><img src='../img/map/5approve.gif' width='20' height='15'>ゴルフ場予約 - <a href='http://click.linksynergy.com/fs-bin/click?id=B5Mn75VKR*w&offerid=123835.10000063&type=3&subid=0' >中国・四国</a><IMG border=0 width=1 height=1 src='http://ad.linksynergy.com/fs-bin/show?id=B5Mn75VKR*w&bids=123835.10000063&type=3&subid=0' ><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/09489ea6.1cc6acc1.09489eaa.99f941f5/' target='_blank'>ゴルフ場予約サイト：楽天GORA</a><br><img src='../img/map/5approve.gif' width='20' height='15'>検索 - 探す -<br>　　　<a href='../../golf_course/map/chugoku.html' >中国・四国のゴルフ場</a><br>　　　<a href='../../short_course/map/chugoku.html' >中国・四国のショートゴルフ</a><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/0a35df7b.afd53348.0a35dddb.fc10f1e3/' target='_blank'>中国のガイド 楽天トラベル</a><br>　　　<a href='http://ck.jp.ap.valuecommerce.com/servlet/referral?sid=2123660&pid=874705567&vc_url=http%3a%2f%2fdom%2ejtb%2eco%2ejp%2fyado%2fList%2easpx%3fjk%3d34' target='_blank' ><img src='http://ad.jp.ap.valuecommerce.com/servlet/gifbanner?sid=2123660&pid=874705567' height='1' width='1' border='0'>広島のホテル JTB</a>");}); 
        map.addOverlay(marker6);
        var marker7 = new GMarker(new GLatLng(34.36497492744654,132.5490966439247),icon50);
		GEvent.addListener(marker7, "click", function() {    marker7.openInfoWindowHtml("<img src='../img/map/1address.gif' width='20' height='17'><strong><a href='../map/hiroshima/dosoen.htm' >道祖園ゴルフセンター</a></strong><br><img src='../img/map/3memo.gif' width='20' height='17'>練習場（1000円で約80球）165打席 / 280Y<br><img src='../img/map/5approve.gif' width='20' height='15'>ゴルフ場予約 - <a href='http://click.linksynergy.com/fs-bin/click?id=B5Mn75VKR*w&offerid=123835.10000063&type=3&subid=0' >中国・四国</a><IMG border=0 width=1 height=1 src='http://ad.linksynergy.com/fs-bin/show?id=B5Mn75VKR*w&bids=123835.10000063&type=3&subid=0' ><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/09489ea6.1cc6acc1.09489eaa.99f941f5/' target='_blank'>ゴルフ場予約サイト：楽天GORA</a><br><img src='../img/map/5approve.gif' width='20' height='15'>検索 - 探す -<br>　　　<a href='../../golf_course/map/chugoku.html' >中国・四国のゴルフ場</a><br>　　　<a href='../../short_course/map/chugoku.html' >中国・四国のショートゴルフ</a><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/0a35df7b.afd53348.0a35dddb.fc10f1e3/' target='_blank'>中国のガイド 楽天トラベル</a><br>　　　<a href='http://ck.jp.ap.valuecommerce.com/servlet/referral?sid=2123660&pid=874705567&vc_url=http%3a%2f%2fdom%2ejtb%2eco%2ejp%2fyado%2fList%2easpx%3fjk%3d34' target='_blank' ><img src='http://ad.jp.ap.valuecommerce.com/servlet/gifbanner?sid=2123660&pid=874705567' height='1' width='1' border='0'>広島のホテル JTB</a>");}); 
        map.addOverlay(marker7);
        var marker8 = new GMarker(new GLatLng(34.345907549976275,132.28357672691345),icon50);
		GEvent.addListener(marker8, "click", function() {    marker8.openInfoWindowHtml("<img src='../img/map/1address.gif' width='20' height='17'><strong><a href='../map/hiroshima/hatukaichi.htm' >廿日市グリーンスポーツ</a></strong><br><img src='../img/map/3memo.gif' width='20' height='17'>練習場（1000円で約80球）78打席 / 200Y<br><img src='../img/map/5approve.gif' width='20' height='15'>ゴルフ場予約 - <a href='http://click.linksynergy.com/fs-bin/click?id=B5Mn75VKR*w&offerid=123835.10000063&type=3&subid=0' >中国・四国</a><IMG border=0 width=1 height=1 src='http://ad.linksynergy.com/fs-bin/show?id=B5Mn75VKR*w&bids=123835.10000063&type=3&subid=0' ><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/09489ea6.1cc6acc1.09489eaa.99f941f5/' target='_blank'>ゴルフ場予約サイト：楽天GORA</a><br><img src='../img/map/5approve.gif' width='20' height='15'>検索 - 探す -<br>　　　<a href='../../golf_course/map/chugoku.html' >中国・四国のゴルフ場</a><br>　　　<a href='../../short_course/map/chugoku.html' >中国・四国のショートゴルフ</a><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/0a35df7b.afd53348.0a35dddb.fc10f1e3/' target='_blank'>中国のガイド 楽天トラベル</a><br>　　　<a href='http://ck.jp.ap.valuecommerce.com/servlet/referral?sid=2123660&pid=874705567&vc_url=http%3a%2f%2fdom%2ejtb%2eco%2ejp%2fyado%2fList%2easpx%3fjk%3d34' target='_blank' ><img src='http://ad.jp.ap.valuecommerce.com/servlet/gifbanner?sid=2123660&pid=874705567' height='1' width='1' border='0'>広島のホテル JTB</a>");}); 
        map.addOverlay(marker8);
        var marker10 = new GMarker(new GLatLng(34.4892017120727,132.51740634441376),icon50);
		GEvent.addListener(marker10, "click", function() {    marker10.openInfoWindowHtml("<img src='../img/map/1address.gif' width='20' height='17'><strong><a href='../map/hiroshima/pslinks.htm' >ピーズリンクス</a></strong><br><img src='../img/map/3memo.gif' width='20' height='17'>練習場（1000円で約60球）96打席 / 200Y<br><img src='../img/map/5approve.gif' width='20' height='15'>ゴルフ場予約 - <a href='http://click.linksynergy.com/fs-bin/click?id=B5Mn75VKR*w&offerid=123835.10000063&type=3&subid=0' >中国・四国</a><IMG border=0 width=1 height=1 src='http://ad.linksynergy.com/fs-bin/show?id=B5Mn75VKR*w&bids=123835.10000063&type=3&subid=0' ><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/09489ea6.1cc6acc1.09489eaa.99f941f5/' target='_blank'>ゴルフ場予約サイト：楽天GORA</a><br><img src='../img/map/5approve.gif' width='20' height='15'>検索 - 探す -<br>　　　<a href='../../golf_course/map/chugoku.html' >中国・四国のゴルフ場</a><br>　　　<a href='../../short_course/map/chugoku.html' >中国・四国のショートゴルフ</a><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/0a35df7b.afd53348.0a35dddb.fc10f1e3/' target='_blank'>中国のガイド 楽天トラベル</a><br>　　　<a href='http://ck.jp.ap.valuecommerce.com/servlet/referral?sid=2123660&pid=874705567&vc_url=http%3a%2f%2fdom%2ejtb%2eco%2ejp%2fyado%2fList%2easpx%3fjk%3d34' target='_blank' ><img src='http://ad.jp.ap.valuecommerce.com/servlet/gifbanner?sid=2123660&pid=874705567' height='1' width='1' border='0'>広島のホテル JTB</a>");}); 
        map.addOverlay(marker10);
        var marker11 = new GMarker(new GLatLng(34.39848676730764,132.49283730983734),icon50);
		GEvent.addListener(marker11, "click", function() {    marker11.openInfoWindowHtml("<img src='../img/map/1address.gif' width='20' height='17'><strong><a href='../map/hiroshima/hiroden.htm' >広電ゴルフガーデン</a></strong><br><img src='../img/map/3memo.gif' width='20' height='17'>練習場（1000円で約50球）90打席 / 220Y<br><img src='../img/map/5approve.gif' width='20' height='15'>ゴルフ場予約 - <a href='http://click.linksynergy.com/fs-bin/click?id=B5Mn75VKR*w&offerid=123835.10000063&type=3&subid=0' >中国・四国</a><IMG border=0 width=1 height=1 src='http://ad.linksynergy.com/fs-bin/show?id=B5Mn75VKR*w&bids=123835.10000063&type=3&subid=0' ><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/09489ea6.1cc6acc1.09489eaa.99f941f5/' target='_blank'>ゴルフ場予約サイト：楽天GORA</a><br><img src='../img/map/5approve.gif' width='20' height='15'>検索 - 探す -<br>　　　<a href='../../golf_course/map/chugoku.html' >中国・四国のゴルフ場</a><br>　　　<a href='../../short_course/map/chugoku.html' >中国・四国のショートゴルフ</a><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/0a35df7b.afd53348.0a35dddb.fc10f1e3/' target='_blank'>中国のガイド 楽天トラベル</a><br>　　　<a href='http://ck.jp.ap.valuecommerce.com/servlet/referral?sid=2123660&pid=874705567&vc_url=http%3a%2f%2fdom%2ejtb%2eco%2ejp%2fyado%2fList%2easpx%3fjk%3d34' target='_blank' ><img src='http://ad.jp.ap.valuecommerce.com/servlet/gifbanner?sid=2123660&pid=874705567' height='1' width='1' border='0'>広島のホテル JTB</a>");}); 
        map.addOverlay(marker11);
        var marker12 = new GMarker(new GLatLng(34.39462912851836,132.8843593597412),icon50);
		GEvent.addListener(marker12, "click", function() {    marker12.openInfoWindowHtml("<img src='../img/map/1address.gif' width='20' height='17'><strong><a href='../map/hiroshima/takehara.htm' >竹原ゴルフ</a></strong><br><img src='../img/map/3memo.gif' width='20' height='17'>練習場（1000円で約－球）16打席 / 200Y<br><img src='../img/map/5approve.gif' width='20' height='15'>ゴルフ場予約 - <a href='http://click.linksynergy.com/fs-bin/click?id=B5Mn75VKR*w&offerid=123835.10000063&type=3&subid=0' >中国・四国</a><IMG border=0 width=1 height=1 src='http://ad.linksynergy.com/fs-bin/show?id=B5Mn75VKR*w&bids=123835.10000063&type=3&subid=0' ><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/09489ea6.1cc6acc1.09489eaa.99f941f5/' target='_blank'>ゴルフ場予約サイト：楽天GORA</a><br><img src='../img/map/5approve.gif' width='20' height='15'>検索 - 探す -<br>　　　<a href='../../golf_course/map/chugoku.html' >中国・四国のゴルフ場</a><br>　　　<a href='../../short_course/map/chugoku.html' >中国・四国のショートゴルフ</a><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/0a35df7b.afd53348.0a35dddb.fc10f1e3/' target='_blank'>中国のガイド 楽天トラベル</a><br>　　　<a href='http://ck.jp.ap.valuecommerce.com/servlet/referral?sid=2123660&pid=874705567&vc_url=http%3a%2f%2fdom%2ejtb%2eco%2ejp%2fyado%2fList%2easpx%3fjk%3d34' target='_blank' ><img src='http://ad.jp.ap.valuecommerce.com/servlet/gifbanner?sid=2123660&pid=874705567' height='1' width='1' border='0'>広島のホテル JTB</a>");}); 
        map.addOverlay(marker12);
//岡山
        var marker13 = new GMarker(new GLatLng(34.53469126153629,133.97464245557785),icon50);
		GEvent.addListener(marker13, "click", function() {    marker13.openInfoWindowHtml("<img src='../img/map/1address.gif' width='20' height='17'><strong><a href='../map/okayama/ksgolf.htm' >ケイエスゴルフ</a></strong><br><img src='../img/map/3memo.gif' width='20' height='17'>練習場（1000円で約110球）100打席 / 250Y<br><img src='../img/map/5approve.gif' width='20' height='15'>ゴルフ場予約 - <a href='http://click.linksynergy.com/fs-bin/click?id=B5Mn75VKR*w&offerid=123835.10000063&type=3&subid=0' >中国・四国</a><IMG border=0 width=1 height=1 src='http://ad.linksynergy.com/fs-bin/show?id=B5Mn75VKR*w&bids=123835.10000063&type=3&subid=0' ><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/09489ea6.1cc6acc1.09489eaa.99f941f5/' target='_blank'>ゴルフ場予約サイト：楽天GORA</a><br><img src='../img/map/5approve.gif' width='20' height='15'>検索 - 探す -<br>　　　<a href='../../golf_course/map/chugoku.html' >中国・四国のゴルフ場</a><br>　　　<a href='../../short_course/map/chugoku.html' >中国・四国のショートゴルフ</a><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/0a35df7b.afd53348.0a35dddb.fc10f1e3/' target='_blank'>中国のガイド 楽天トラベル</a><br>　　　<a href='http://ck.jp.ap.valuecommerce.com/servlet/referral?sid=2123660&pid=874705567&vc_url=http%3a%2f%2fdom%2ejtb%2eco%2ejp%2fyado%2fList%2easpx%3fjk%3d33' target='_blank' ><img src='http://ad.jp.ap.valuecommerce.com/servlet/gifbanner?sid=2123660&pid=874705567' height='1' width='1' border='0'>岡山のホテル JTB</a>");}); 
        map.addOverlay(marker13);
        var marker14 = new GMarker(new GLatLng(34.58395866417591,133.88345807790756),icon50);
		GEvent.addListener(marker14, "click", function() {    marker14.openInfoWindowHtml("<img src='../img/map/1address.gif' width='20' height='17'><strong><a href='../map/okayama/fujita.htm' >藤田ゴルフレンジ</a></strong><br><img src='../img/map/3memo.gif' width='20' height='17'>練習場（1000円で約150球）60打席 / 220Y<br><img src='../img/map/5approve.gif' width='20' height='15'>ゴルフ場予約 - <a href='http://click.linksynergy.com/fs-bin/click?id=B5Mn75VKR*w&offerid=123835.10000063&type=3&subid=0' >中国・四国</a><IMG border=0 width=1 height=1 src='http://ad.linksynergy.com/fs-bin/show?id=B5Mn75VKR*w&bids=123835.10000063&type=3&subid=0' ><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/09489ea6.1cc6acc1.09489eaa.99f941f5/' target='_blank'>ゴルフ場予約サイト：楽天GORA</a><br><img src='../img/map/5approve.gif' width='20' height='15'>検索 - 探す -<br>　　　<a href='../../golf_course/map/chugoku.html' >中国・四国のゴルフ場</a><br>　　　<a href='../../short_course/map/chugoku.html' >中国・四国のショートゴルフ</a><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/0a35df7b.afd53348.0a35dddb.fc10f1e3/' target='_blank'>中国のガイド 楽天トラベル</a><br>　　　<a href='http://ck.jp.ap.valuecommerce.com/servlet/referral?sid=2123660&pid=874705567&vc_url=http%3a%2f%2fdom%2ejtb%2eco%2ejp%2fyado%2fList%2easpx%3fjk%3d33' target='_blank' ><img src='http://ad.jp.ap.valuecommerce.com/servlet/gifbanner?sid=2123660&pid=874705567' height='1' width='1' border='0'>岡山のホテル JTB</a>");}); 
        map.addOverlay(marker14);
        var marker15 = new GMarker(new GLatLng(34.62704369710082,133.7968897819519),icon50);
		GEvent.addListener(marker15, "click", function() {    marker15.openInfoWindowHtml("<img src='../img/map/1address.gif' width='20' height='17'><strong><a href='../map/okayama/maskat.htm' >マスカットゴルフクラブ</a></strong><br><img src='../img/map/3memo.gif' width='20' height='17'>練習場（1000円で約100球）72打席 / 200Y<br><img src='../img/map/5approve.gif' width='20' height='15'>ゴルフ場予約 - <a href='http://click.linksynergy.com/fs-bin/click?id=B5Mn75VKR*w&offerid=123835.10000063&type=3&subid=0' >中国・四国</a><IMG border=0 width=1 height=1 src='http://ad.linksynergy.com/fs-bin/show?id=B5Mn75VKR*w&bids=123835.10000063&type=3&subid=0' ><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/09489ea6.1cc6acc1.09489eaa.99f941f5/' target='_blank'>ゴルフ場予約サイト：楽天GORA</a><br><img src='../img/map/5approve.gif' width='20' height='15'>検索 - 探す -<br>　　　<a href='../../golf_course/map/chugoku.html' >中国・四国のゴルフ場</a><br>　　　<a href='../../short_course/map/chugoku.html' >中国・四国のショートゴルフ</a><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/0a35df7b.afd53348.0a35dddb.fc10f1e3/' target='_blank'>中国のガイド 楽天トラベル</a><br>　　　<a href='http://ck.jp.ap.valuecommerce.com/servlet/referral?sid=2123660&pid=874705567&vc_url=http%3a%2f%2fdom%2ejtb%2eco%2ejp%2fyado%2fList%2easpx%3fjk%3d33' target='_blank' ><img src='http://ad.jp.ap.valuecommerce.com/servlet/gifbanner?sid=2123660&pid=874705567' height='1' width='1' border='0'>岡山のホテル JTB</a>");}); 
        map.addOverlay(marker15);
        var marker16 = new GMarker(new GLatLng(34.61045564793515,133.9673924446106),icon50);
		GEvent.addListener(marker16, "click", function() {    marker16.openInfoWindowHtml("<img src='../img/map/1address.gif' width='20' height='17'><strong><a href='../map/okayama/mihata.htm' >三幡ゴルフセンター</a></strong><br><img src='../img/map/3memo.gif' width='20' height='17'>練習場（1000円で約90球）82打席 / 220Y<br><img src='../img/map/5approve.gif' width='20' height='15'>ゴルフ場予約 - <a href='http://click.linksynergy.com/fs-bin/click?id=B5Mn75VKR*w&offerid=123835.10000063&type=3&subid=0' >中国・四国</a><IMG border=0 width=1 height=1 src='http://ad.linksynergy.com/fs-bin/show?id=B5Mn75VKR*w&bids=123835.10000063&type=3&subid=0' ><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/09489ea6.1cc6acc1.09489eaa.99f941f5/' target='_blank'>ゴルフ場予約サイト：楽天GORA</a><br><img src='../img/map/5approve.gif' width='20' height='15'>検索 - 探す -<br>　　　<a href='../../golf_course/map/chugoku.html' >中国・四国のゴルフ場</a><br>　　　<a href='../../short_course/map/chugoku.html' >中国・四国のショートゴルフ</a><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/0a35df7b.afd53348.0a35dddb.fc10f1e3/' target='_blank'>中国のガイド 楽天トラベル</a><br>　　　<a href='http://ck.jp.ap.valuecommerce.com/servlet/referral?sid=2123660&pid=874705567&vc_url=http%3a%2f%2fdom%2ejtb%2eco%2ejp%2fyado%2fList%2easpx%3fjk%3d33' target='_blank' ><img src='http://ad.jp.ap.valuecommerce.com/servlet/gifbanner?sid=2123660&pid=874705567' height='1' width='1' border='0'>岡山のホテル JTB</a>");}); 
        map.addOverlay(marker16);
        var marker17 = new GMarker(new GLatLng(34.65019299425425,133.95065277814865),icon50);
		GEvent.addListener(marker17, "click", function() {    marker17.openInfoWindowHtml("<img src='../img/map/1address.gif' width='20' height='17'><strong><a href='../map/okayama/higasiyama.htm' >東山カントリークラブ</a></strong><br><img src='../img/map/3memo.gif' width='20' height='17'>練習場（1000円で約80球）57打席 / 200Y<br><img src='../img/map/5approve.gif' width='20' height='15'>ゴルフ場予約 - <a href='http://click.linksynergy.com/fs-bin/click?id=B5Mn75VKR*w&offerid=123835.10000063&type=3&subid=0' >中国・四国</a><IMG border=0 width=1 height=1 src='http://ad.linksynergy.com/fs-bin/show?id=B5Mn75VKR*w&bids=123835.10000063&type=3&subid=0' ><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/09489ea6.1cc6acc1.09489eaa.99f941f5/' target='_blank'>ゴルフ場予約サイト：楽天GORA</a><br><img src='../img/map/5approve.gif' width='20' height='15'>検索 - 探す -<br>　　　<a href='../../golf_course/map/chugoku.html' >中国・四国のゴルフ場</a><br>　　　<a href='../../short_course/map/chugoku.html' >中国・四国のショートゴルフ</a><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/0a35df7b.afd53348.0a35dddb.fc10f1e3/' target='_blank'>中国のガイド 楽天トラベル</a><br>　　　<a href='http://ck.jp.ap.valuecommerce.com/servlet/referral?sid=2123660&pid=874705567&vc_url=http%3a%2f%2fdom%2ejtb%2eco%2ejp%2fyado%2fList%2easpx%3fjk%3d33' target='_blank' ><img src='http://ad.jp.ap.valuecommerce.com/servlet/gifbanner?sid=2123660&pid=874705567' height='1' width='1' border='0'>岡山のホテル JTB</a>");}); 
        map.addOverlay(marker17);
        var marker18 = new GMarker(new GLatLng(34.606693904654264,133.95170956850052),icon50);
		GEvent.addListener(marker18, "click", function() {    marker18.openInfoWindowHtml("<img src='../img/map/1address.gif' width='20' height='17'><strong><a href='../map/okayama/kabaya.htm' >カバヤゴルフガーデン</a></strong><br><img src='../img/map/3memo.gif' width='20' height='17'>練習場（1000円で約80球）100打席 / 300Y<br><img src='../img/map/5approve.gif' width='20' height='15'>ゴルフ場予約 - <a href='http://click.linksynergy.com/fs-bin/click?id=B5Mn75VKR*w&offerid=123835.10000063&type=3&subid=0' >中国・四国</a><IMG border=0 width=1 height=1 src='http://ad.linksynergy.com/fs-bin/show?id=B5Mn75VKR*w&bids=123835.10000063&type=3&subid=0' ><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/09489ea6.1cc6acc1.09489eaa.99f941f5/' target='_blank'>ゴルフ場予約サイト：楽天GORA</a><br><img src='../img/map/5approve.gif' width='20' height='15'>検索 - 探す -<br>　　　<a href='../../golf_course/map/chugoku.html' >中国・四国のゴルフ場</a><br>　　　<a href='../../short_course/map/chugoku.html' >中国・四国のショートゴルフ</a><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/0a35df7b.afd53348.0a35dddb.fc10f1e3/' target='_blank'>中国のガイド 楽天トラベル</a><br>　　　<a href='http://ck.jp.ap.valuecommerce.com/servlet/referral?sid=2123660&pid=874705567&vc_url=http%3a%2f%2fdom%2ejtb%2eco%2ejp%2fyado%2fList%2easpx%3fjk%3d33' target='_blank' ><img src='http://ad.jp.ap.valuecommerce.com/servlet/gifbanner?sid=2123660&pid=874705567' height='1' width='1' border='0'>岡山のホテル JTB</a>");}); 
        map.addOverlay(marker18);
        var marker19 = new GMarker(new GLatLng(34.77631462709532,133.58617812395096),icon50);
		GEvent.addListener(marker19, "click", function() {    marker19.openInfoWindowHtml("<img src='../img/map/1address.gif' width='20' height='17'><strong><a href='../map/okayama/castle.htm' >キャッスルゴルフガーデン</a></strong><br><img src='../img/map/3memo.gif' width='20' height='17'>練習場（1000円で約70球）30打席 / 200Y<br><img src='../img/map/5approve.gif' width='20' height='15'>ゴルフ場予約 - <a href='http://click.linksynergy.com/fs-bin/click?id=B5Mn75VKR*w&offerid=123835.10000063&type=3&subid=0' >中国・四国</a><IMG border=0 width=1 height=1 src='http://ad.linksynergy.com/fs-bin/show?id=B5Mn75VKR*w&bids=123835.10000063&type=3&subid=0' ><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/09489ea6.1cc6acc1.09489eaa.99f941f5/' target='_blank'>ゴルフ場予約サイト：楽天GORA</a><br><img src='../img/map/5approve.gif' width='20' height='15'>検索 - 探す -<br>　　　<a href='../../golf_course/map/chugoku.html' >中国・四国のゴルフ場</a><br>　　　<a href='../../short_course/map/chugoku.html' >中国・四国のショートゴルフ</a><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/0a35df7b.afd53348.0a35dddb.fc10f1e3/' target='_blank'>中国のガイド 楽天トラベル</a><br>　　　<a href='http://ck.jp.ap.valuecommerce.com/servlet/referral?sid=2123660&pid=874705567&vc_url=http%3a%2f%2fdom%2ejtb%2eco%2ejp%2fyado%2fList%2easpx%3fjk%3d33' target='_blank' ><img src='http://ad.jp.ap.valuecommerce.com/servlet/gifbanner?sid=2123660&pid=874705567' height='1' width='1' border='0'>岡山のホテル JTB</a>");}); 
        map.addOverlay(marker19);
        var marker20 = new GMarker(new GLatLng(34.5802443044669,133.74440163373947),icon50);
		GEvent.addListener(marker20, "click", function() {    marker20.openInfoWindowHtml("<img src='../img/map/1address.gif' width='20' height='17'><strong><a href='../map/okayama/linksland.htm' >リンクスランドゴルフクラブ</a></strong><br><img src='../img/map/3memo.gif' width='20' height='17'>練習場（1000円で約70球）68打席 / 200Y<br><img src='../img/map/5approve.gif' width='20' height='15'>ゴルフ場予約 - <a href='http://click.linksynergy.com/fs-bin/click?id=B5Mn75VKR*w&offerid=123835.10000063&type=3&subid=0' >中国・四国</a><IMG border=0 width=1 height=1 src='http://ad.linksynergy.com/fs-bin/show?id=B5Mn75VKR*w&bids=123835.10000063&type=3&subid=0' ><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/09489ea6.1cc6acc1.09489eaa.99f941f5/' target='_blank'>ゴルフ場予約サイト：楽天GORA</a><br><img src='../img/map/5approve.gif' width='20' height='15'>検索 - 探す -<br>　　　<a href='../../golf_course/map/chugoku.html' >中国・四国のゴルフ場</a><br>　　　<a href='../../short_course/map/chugoku.html' >中国・四国のショートゴルフ</a><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/0a35df7b.afd53348.0a35dddb.fc10f1e3/' target='_blank'>中国のガイド 楽天トラベル</a><br>　　　<a href='http://ck.jp.ap.valuecommerce.com/servlet/referral?sid=2123660&pid=874705567&vc_url=http%3a%2f%2fdom%2ejtb%2eco%2ejp%2fyado%2fList%2easpx%3fjk%3d33' target='_blank' ><img src='http://ad.jp.ap.valuecommerce.com/servlet/gifbanner?sid=2123660&pid=874705567' height='1' width='1' border='0'>岡山のホテル JTB</a>");}); 
        map.addOverlay(marker20);
        var marker21 = new GMarker(new GLatLng(34.67338876980269,134.07153457403183),icon50);
		GEvent.addListener(marker21, "click", function() {    marker21.openInfoWindowHtml("<img src='../img/map/1address.gif' width='20' height='17'><strong><a href='../map/okayama/palgreen.htm' >パルグリーンゴルフクラブ</a></strong><br><img src='../img/map/3memo.gif' width='20' height='17'>練習場（1000円で約－球）62打席 / 200Y<br><img src='../img/map/5approve.gif' width='20' height='15'>ゴルフ場予約 - <a href='http://click.linksynergy.com/fs-bin/click?id=B5Mn75VKR*w&offerid=123835.10000063&type=3&subid=0' >中国・四国</a><IMG border=0 width=1 height=1 src='http://ad.linksynergy.com/fs-bin/show?id=B5Mn75VKR*w&bids=123835.10000063&type=3&subid=0' ><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/09489ea6.1cc6acc1.09489eaa.99f941f5/' target='_blank'>ゴルフ場予約サイト：楽天GORA</a><br><img src='../img/map/5approve.gif' width='20' height='15'>検索 - 探す -<br>　　　<a href='../../golf_course/map/chugoku.html' >中国・四国のゴルフ場</a><br>　　　<a href='../../short_course/map/chugoku.html' >中国・四国のショートゴルフ</a><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/0a35df7b.afd53348.0a35dddb.fc10f1e3/' target='_blank'>中国のガイド 楽天トラベル</a><br>　　　<a href='http://ck.jp.ap.valuecommerce.com/servlet/referral?sid=2123660&pid=874705567&vc_url=http%3a%2f%2fdom%2ejtb%2eco%2ejp%2fyado%2fList%2easpx%3fjk%3d33' target='_blank' ><img src='http://ad.jp.ap.valuecommerce.com/servlet/gifbanner?sid=2123660&pid=874705567' height='1' width='1' border='0'>岡山のホテル JTB</a>");}); 
        map.addOverlay(marker21);
//鳥取
        var marker22 = new GMarker(new GLatLng(35.42434117146388,133.41282427310944),icon50);
		GEvent.addListener(marker22, "click", function() {    marker22.openInfoWindowHtml("<img src='../img/map/1address.gif' width='20' height='17'><strong><a href='../map/tottori/daisen.htm' >大山カントリー</a></strong><br><img src='../img/map/3memo.gif' width='20' height='17'>練習場（1000円で約170球）60打席 / 250Y<br><img src='../img/map/5approve.gif' width='20' height='15'>ゴルフ場予約 - <a href='http://click.linksynergy.com/fs-bin/click?id=B5Mn75VKR*w&offerid=123835.10000063&type=3&subid=0' >中国・四国</a><IMG border=0 width=1 height=1 src='http://ad.linksynergy.com/fs-bin/show?id=B5Mn75VKR*w&bids=123835.10000063&type=3&subid=0' ><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/09489ea6.1cc6acc1.09489eaa.99f941f5/' target='_blank'>ゴルフ場予約サイト：楽天GORA</a><br><img src='../img/map/5approve.gif' width='20' height='15'>検索 - 探す -<br>　　　<a href='../../golf_course/map/chugoku.html' >中国・四国のゴルフ場</a><br>　　　<a href='../../short_course/map/chugoku.html' >中国・四国のショートゴルフ</a><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/0a35df7b.afd53348.0a35dddb.fc10f1e3/' target='_blank'>中国のガイド 楽天トラベル</a><br>　　　<a href='http://ck.jp.ap.valuecommerce.com/servlet/referral?sid=2123660&pid=874705567&vc_url=http%3a%2f%2fdom%2ejtb%2eco%2ejp%2fyado%2fList%2easpx%3fjk%3d31' target='_blank' ><img src='http://ad.jp.ap.valuecommerce.com/servlet/gifbanner?sid=2123660&pid=874705567' height='1' width='1' border='0'>鳥取のホテル JTB</a>");}); 
        map.addOverlay(marker22);
        var marker23 = new GMarker(new GLatLng(35.46949564170733,134.18121814727783),icon50);
		GEvent.addListener(marker23, "click", function() {    marker23.openInfoWindowHtml("<img src='../img/map/1address.gif' width='20' height='17'><strong><a href='../map/tottori/green.htm' >グリーンゴルフ21</a></strong><br><img src='../img/map/3memo.gif' width='20' height='17'>練習場（1000円で約100球）72打席 / 180Y<br><img src='../img/map/5approve.gif' width='20' height='15'>ゴルフ場予約 - <a href='http://click.linksynergy.com/fs-bin/click?id=B5Mn75VKR*w&offerid=123835.10000063&type=3&subid=0' >中国・四国</a><IMG border=0 width=1 height=1 src='http://ad.linksynergy.com/fs-bin/show?id=B5Mn75VKR*w&bids=123835.10000063&type=3&subid=0' ><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/09489ea6.1cc6acc1.09489eaa.99f941f5/' target='_blank'>ゴルフ場予約サイト：楽天GORA</a><br><img src='../img/map/5approve.gif' width='20' height='15'>検索 - 探す -<br>　　　<a href='../../golf_course/map/chugoku.html' >中国・四国のゴルフ場</a><br>　　　<a href='../../short_course/map/chugoku.html' >中国・四国のショートゴルフ</a><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/0a35df7b.afd53348.0a35dddb.fc10f1e3/' target='_blank'>中国のガイド 楽天トラベル</a><br>　　　<a href='http://ck.jp.ap.valuecommerce.com/servlet/referral?sid=2123660&pid=874705567&vc_url=http%3a%2f%2fdom%2ejtb%2eco%2ejp%2fyado%2fList%2easpx%3fjk%3d31' target='_blank' ><img src='http://ad.jp.ap.valuecommerce.com/servlet/gifbanner?sid=2123660&pid=874705567' height='1' width='1' border='0'>鳥取のホテル JTB</a>");}); 
        map.addOverlay(marker23);
        var marker24 = new GMarker(new GLatLng(35.48283938172581,134.20220643281937),icon50);
		GEvent.addListener(marker24, "click", function() {    marker24.openInfoWindowHtml("<img src='../img/map/1address.gif' width='20' height='17'><strong><a href='../map/tottori/nihonkai.htm' >日本海ゴルフセンター</a></strong><br><img src='../img/map/3memo.gif' width='20' height='17'>練習場（1000円で約70球）70打席 / 250Y<br><img src='../img/map/5approve.gif' width='20' height='15'>ゴルフ場予約 - <a href='http://click.linksynergy.com/fs-bin/click?id=B5Mn75VKR*w&offerid=123835.10000063&type=3&subid=0' >中国・四国</a><IMG border=0 width=1 height=1 src='http://ad.linksynergy.com/fs-bin/show?id=B5Mn75VKR*w&bids=123835.10000063&type=3&subid=0' ><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/09489ea6.1cc6acc1.09489eaa.99f941f5/' target='_blank'>ゴルフ場予約サイト：楽天GORA</a><br><img src='../img/map/5approve.gif' width='20' height='15'>検索 - 探す -<br>　　　<a href='../../golf_course/map/chugoku.html' >中国・四国のゴルフ場</a><br>　　　<a href='../../short_course/map/chugoku.html' >中国・四国のショートゴルフ</a><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/0a35df7b.afd53348.0a35dddb.fc10f1e3/' target='_blank'>中国のガイド 楽天トラベル</a><br>　　　<a href='http://ck.jp.ap.valuecommerce.com/servlet/referral?sid=2123660&pid=874705567&vc_url=http%3a%2f%2fdom%2ejtb%2eco%2ejp%2fyado%2fList%2easpx%3fjk%3d31' target='_blank' ><img src='http://ad.jp.ap.valuecommerce.com/servlet/gifbanner?sid=2123660&pid=874705567' height='1' width='1' border='0'>鳥取のホテル JTB</a>");}); 
        map.addOverlay(marker24);
//島根
        var marker25 = new GMarker(new GLatLng(35.44499759617604,133.09970051050186),icon50);
		GEvent.addListener(marker25, "click", function() {    marker25.openInfoWindowHtml("<img src='../img/map/1address.gif' width='20' height='17'><strong><a href='../map/shimane/golfavenue.htm' >ゴルフアベニュー松江</a></strong><br><img src='../img/map/3memo.gif' width='20' height='17'>練習場（1000円で約110球）30打席 / 200Y<br><img src='../img/map/5approve.gif' width='20' height='15'>ゴルフ場予約 - <a href='http://click.linksynergy.com/fs-bin/click?id=B5Mn75VKR*w&offerid=123835.10000063&type=3&subid=0' >中国・四国</a><IMG border=0 width=1 height=1 src='http://ad.linksynergy.com/fs-bin/show?id=B5Mn75VKR*w&bids=123835.10000063&type=3&subid=0' ><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/09489ea6.1cc6acc1.09489eaa.99f941f5/' target='_blank'>ゴルフ場予約サイト：楽天GORA</a><br><img src='../img/map/5approve.gif' width='20' height='15'>検索 - 探す -<br>　　　<a href='../../golf_course/map/chugoku.html' >中国・四国のゴルフ場</a><br>　　　<a href='../../short_course/map/chugoku.html' >中国・四国のショートゴルフ</a><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/0a35df7b.afd53348.0a35dddb.fc10f1e3/' target='_blank'>中国のガイド 楽天トラベル</a><br>　　　<a href='http://ck.jp.ap.valuecommerce.com/servlet/referral?sid=2123660&pid=874705567&vc_url=http%3a%2f%2fdom%2ejtb%2eco%2ejp%2fyado%2fList%2easpx%3fjk%3d32' target='_blank' ><img src='http://ad.jp.ap.valuecommerce.com/servlet/gifbanner?sid=2123660&pid=874705567' height='1' width='1' border='0'>島根のホテル JTB</a>");}); 
        map.addOverlay(marker25);
        var marker26 = new GMarker(new GLatLng(35.48267339038076,133.04182648658752),icon50);
		GEvent.addListener(marker26, "click", function() {    marker26.openInfoWindowHtml("<img src='../img/map/1address.gif' width='20' height='17'><strong><a href='../map/shimane/green.htm' >グリーンゴルフ松江</a></strong><br><img src='../img/map/3memo.gif' width='20' height='17'>練習場（1000円で約100球）29打席 / 200Y<br><img src='../img/map/5approve.gif' width='20' height='15'>ゴルフ場予約 - <a href='http://click.linksynergy.com/fs-bin/click?id=B5Mn75VKR*w&offerid=123835.10000063&type=3&subid=0' >中国・四国</a><IMG border=0 width=1 height=1 src='http://ad.linksynergy.com/fs-bin/show?id=B5Mn75VKR*w&bids=123835.10000063&type=3&subid=0' ><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/09489ea6.1cc6acc1.09489eaa.99f941f5/' target='_blank'>ゴルフ場予約サイト：楽天GORA</a><br><img src='../img/map/5approve.gif' width='20' height='15'>検索 - 探す -<br>　　　<a href='../../golf_course/map/chugoku.html' >中国・四国のゴルフ場</a><br>　　　<a href='../../short_course/map/chugoku.html' >中国・四国のショートゴルフ</a><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/0a35df7b.afd53348.0a35dddb.fc10f1e3/' target='_blank'>中国のガイド 楽天トラベル</a><br>　　　<a href='http://ck.jp.ap.valuecommerce.com/servlet/referral?sid=2123660&pid=874705567&vc_url=http%3a%2f%2fdom%2ejtb%2eco%2ejp%2fyado%2fList%2easpx%3fjk%3d32' target='_blank' ><img src='http://ad.jp.ap.valuecommerce.com/servlet/gifbanner?sid=2123660&pid=874705567' height='1' width='1' border='0'>島根のホテル JTB</a>");}); 
        map.addOverlay(marker26);
//山口
        var marker27 = new GMarker(new GLatLng(34.03503941358319,131.28931134939194),icon50);
		GEvent.addListener(marker27, "click", function() {    marker27.openInfoWindowHtml("<img src='../img/map/1address.gif' width='20' height='17'><strong><a href='../map/yamaguchi/mexico.htm' >メキシコゴルフ倶楽部</a></strong><br><img src='../img/map/3memo.gif' width='20' height='17'>練習場（1000円で約260球）76打席 / 250Y<br><img src='../img/map/5approve.gif' width='20' height='15'>ゴルフ場予約 - <a href='http://click.linksynergy.com/fs-bin/click?id=B5Mn75VKR*w&offerid=123835.10000063&type=3&subid=0' >中国・四国</a><IMG border=0 width=1 height=1 src='http://ad.linksynergy.com/fs-bin/show?id=B5Mn75VKR*w&bids=123835.10000063&type=3&subid=0' ><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/09489ea6.1cc6acc1.09489eaa.99f941f5/' target='_blank'>ゴルフ場予約サイト：楽天GORA</a><br><img src='../img/map/5approve.gif' width='20' height='15'>検索 - 探す -<br>　　　<a href='../../golf_course/map/chugoku.html' >中国・四国のゴルフ場</a><br>　　　<a href='../../short_course/map/chugoku.html' >中国・四国のショートゴルフ</a><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/0a35df7b.afd53348.0a35dddb.fc10f1e3/' target='_blank'>中国のガイド 楽天トラベル</a><br>　　　<a href='http://ck.jp.ap.valuecommerce.com/servlet/referral?sid=2123660&pid=874705567&vc_url=http%3a%2f%2fdom%2ejtb%2eco%2ejp%2fyado%2fList%2easpx%3fjk%3d35' target='_blank' ><img src='http://ad.jp.ap.valuecommerce.com/servlet/gifbanner?sid=2123660&pid=874705567' height='1' width='1' border='0'>山口のホテル JTB</a>");}); 
        map.addOverlay(marker27);
        var marker28 = new GMarker(new GLatLng(34.06632974003651,131.82543396949768),icon50);
		GEvent.addListener(marker28, "click", function() {    marker28.openInfoWindowHtml("<img src='../img/map/1address.gif' width='20' height='17'><strong><a href='../map/yamaguchi/sopia.htm' >ソピアゴルフガーデン</a></strong><br><img src='../img/map/3memo.gif' width='20' height='17'>練習場（1000円で約110球）60打席 / 250Y<br><img src='../img/map/5approve.gif' width='20' height='15'>ゴルフ場予約 - <a href='http://click.linksynergy.com/fs-bin/click?id=B5Mn75VKR*w&offerid=123835.10000063&type=3&subid=0' >中国・四国</a><IMG border=0 width=1 height=1 src='http://ad.linksynergy.com/fs-bin/show?id=B5Mn75VKR*w&bids=123835.10000063&type=3&subid=0' ><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/09489ea6.1cc6acc1.09489eaa.99f941f5/' target='_blank'>ゴルフ場予約サイト：楽天GORA</a><br><img src='../img/map/5approve.gif' width='20' height='15'>検索 - 探す -<br>　　　<a href='../../golf_course/map/chugoku.html' >中国・四国のゴルフ場</a><br>　　　<a href='../../short_course/map/chugoku.html' >中国・四国のショートゴルフ</a><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/0a35df7b.afd53348.0a35dddb.fc10f1e3/' target='_blank'>中国のガイド 楽天トラベル</a><br>　　　<a href='http://ck.jp.ap.valuecommerce.com/servlet/referral?sid=2123660&pid=874705567&vc_url=http%3a%2f%2fdom%2ejtb%2eco%2ejp%2fyado%2fList%2easpx%3fjk%3d35' target='_blank' ><img src='http://ad.jp.ap.valuecommerce.com/servlet/gifbanner?sid=2123660&pid=874705567' height='1' width='1' border='0'>山口のホテル JTB</a>");}); 
        map.addOverlay(marker28);
        var marker29 = new GMarker(new GLatLng(34.4155197788675,131.41807079315185),icon50);
		GEvent.addListener(marker29, "click", function() {    marker29.openInfoWindowHtml("<img src='../img/map/1address.gif' width='20' height='17'><strong><a href='../map/yamaguchi/higashiyama.htm' >東山ゴルフセンター</a></strong><br><img src='../img/map/3memo.gif' width='20' height='17'>練習場（1000円で約100球）21打席 / 200Y<br><img src='../img/map/5approve.gif' width='20' height='15'>ゴルフ場予約 - <a href='http://click.linksynergy.com/fs-bin/click?id=B5Mn75VKR*w&offerid=123835.10000063&type=3&subid=0' >中国・四国</a><IMG border=0 width=1 height=1 src='http://ad.linksynergy.com/fs-bin/show?id=B5Mn75VKR*w&bids=123835.10000063&type=3&subid=0' ><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/09489ea6.1cc6acc1.09489eaa.99f941f5/' target='_blank'>ゴルフ場予約サイト：楽天GORA</a><br><img src='../img/map/5approve.gif' width='20' height='15'>検索 - 探す -<br>　　　<a href='../../golf_course/map/chugoku.html' >中国・四国のゴルフ場</a><br>　　　<a href='../../short_course/map/chugoku.html' >中国・四国のショートゴルフ</a><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/0a35df7b.afd53348.0a35dddb.fc10f1e3/' target='_blank'>中国のガイド 楽天トラベル</a><br>　　　<a href='http://ck.jp.ap.valuecommerce.com/servlet/referral?sid=2123660&pid=874705567&vc_url=http%3a%2f%2fdom%2ejtb%2eco%2ejp%2fyado%2fList%2easpx%3fjk%3d35' target='_blank' ><img src='http://ad.jp.ap.valuecommerce.com/servlet/gifbanner?sid=2123660&pid=874705567' height='1' width='1' border='0'>山口のホテル JTB</a>");}); 
        map.addOverlay(marker29);
        var marker30 = new GMarker(new GLatLng(34.01398973105957,131.54667735099792),icon50);
		GEvent.addListener(marker30, "click", function() {    marker30.openInfoWindowHtml("<img src='../img/map/1address.gif' width='20' height='17'><strong><a href='../map/yamaguchi/nakanoseki.htm' >中関ゴルフ練習場</a></strong><br><img src='../img/map/3memo.gif' width='20' height='17'>練習場（1000円で約100球）36打席 / 280Y<br><img src='../img/map/5approve.gif' width='20' height='15'>ゴルフ場予約 - <a href='http://click.linksynergy.com/fs-bin/click?id=B5Mn75VKR*w&offerid=123835.10000063&type=3&subid=0' >中国・四国</a><IMG border=0 width=1 height=1 src='http://ad.linksynergy.com/fs-bin/show?id=B5Mn75VKR*w&bids=123835.10000063&type=3&subid=0' ><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/09489ea6.1cc6acc1.09489eaa.99f941f5/' target='_blank'>ゴルフ場予約サイト：楽天GORA</a><br><img src='../img/map/5approve.gif' width='20' height='15'>検索 - 探す -<br>　　　<a href='../../golf_course/map/chugoku.html' >中国・四国のゴルフ場</a><br>　　　<a href='../../short_course/map/chugoku.html' >中国・四国のショートゴルフ</a><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/0a35df7b.afd53348.0a35dddb.fc10f1e3/' target='_blank'>中国のガイド 楽天トラベル</a><br>　　　<a href='http://ck.jp.ap.valuecommerce.com/servlet/referral?sid=2123660&pid=874705567&vc_url=http%3a%2f%2fdom%2ejtb%2eco%2ejp%2fyado%2fList%2easpx%3fjk%3d35' target='_blank' ><img src='http://ad.jp.ap.valuecommerce.com/servlet/gifbanner?sid=2123660&pid=874705567' height='1' width='1' border='0'>山口のホテル JTB</a>");}); 
        map.addOverlay(marker30);
        var marker31 = new GMarker(new GLatLng(33.98209293138175,131.17091596126556),icon50);
		GEvent.addListener(marker31, "click", function() {    marker31.openInfoWindowHtml("<img src='../img/map/1address.gif' width='20' height='17'><strong><a href='../map/yamaguchi/onoda.htm' >ニュー小野田ゴルフセンター</a></strong><br><img src='../img/map/3memo.gif' width='20' height='17'>練習場（1000円で約90球）62打席 / 250Y<br><img src='../img/map/5approve.gif' width='20' height='15'>ゴルフ場予約 - <a href='http://click.linksynergy.com/fs-bin/click?id=B5Mn75VKR*w&offerid=123835.10000063&type=3&subid=0' >中国・四国</a><IMG border=0 width=1 height=1 src='http://ad.linksynergy.com/fs-bin/show?id=B5Mn75VKR*w&bids=123835.10000063&type=3&subid=0' ><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/09489ea6.1cc6acc1.09489eaa.99f941f5/' target='_blank'>ゴルフ場予約サイト：楽天GORA</a><br><img src='../img/map/5approve.gif' width='20' height='15'>検索 - 探す -<br>　　　<a href='../../golf_course/map/chugoku.html' >中国・四国のゴルフ場</a><br>　　　<a href='../../short_course/map/chugoku.html' >中国・四国のショートゴルフ</a><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/0a35df7b.afd53348.0a35dddb.fc10f1e3/' target='_blank'>中国のガイド 楽天トラベル</a><br>　　　<a href='http://ck.jp.ap.valuecommerce.com/servlet/referral?sid=2123660&pid=874705567&vc_url=http%3a%2f%2fdom%2ejtb%2eco%2ejp%2fyado%2fList%2easpx%3fjk%3d35' target='_blank' ><img src='http://ad.jp.ap.valuecommerce.com/servlet/gifbanner?sid=2123660&pid=874705567' height='1' width='1' border='0'>山口のホテル JTB</a>");}); 
        map.addOverlay(marker31);
        var marker32 = new GMarker(new GLatLng(34.190507999546895,132.21805840730667),icon50);
		GEvent.addListener(marker32, "click", function() {    marker32.openInfoWindowHtml("<img src='../img/map/1address.gif' width='20' height='17'><strong><a href='../map/yamaguchi/hachigamine.htm' >蜂ヶ峯ゴルフガーデン</a></strong><br><img src='../img/map/3memo.gif' width='20' height='17'>練習場（1000円で約90球）66打席 / 300Y<br><img src='../img/map/5approve.gif' width='20' height='15'>ゴルフ場予約 - <a href='http://click.linksynergy.com/fs-bin/click?id=B5Mn75VKR*w&offerid=123835.10000063&type=3&subid=0' >中国・四国</a><IMG border=0 width=1 height=1 src='http://ad.linksynergy.com/fs-bin/show?id=B5Mn75VKR*w&bids=123835.10000063&type=3&subid=0' ><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/09489ea6.1cc6acc1.09489eaa.99f941f5/' target='_blank'>ゴルフ場予約サイト：楽天GORA</a><br><img src='../img/map/5approve.gif' width='20' height='15'>検索 - 探す -<br>　　　<a href='../../golf_course/map/chugoku.html' >中国・四国のゴルフ場</a><br>　　　<a href='../../short_course/map/chugoku.html' >中国・四国のショートゴルフ</a><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/0a35df7b.afd53348.0a35dddb.fc10f1e3/' target='_blank'>中国のガイド 楽天トラベル</a><br>　　　<a href='http://ck.jp.ap.valuecommerce.com/servlet/referral?sid=2123660&pid=874705567&vc_url=http%3a%2f%2fdom%2ejtb%2eco%2ejp%2fyado%2fList%2easpx%3fjk%3d35' target='_blank' ><img src='http://ad.jp.ap.valuecommerce.com/servlet/gifbanner?sid=2123660&pid=874705567' height='1' width='1' border='0'>山口のホテル JTB</a>");}); 
        map.addOverlay(marker32);
        var marker33 = new GMarker(new GLatLng(34.14993683886872,131.47636592388153),icon50);
		GEvent.addListener(marker33, "click", function() {    marker33.openInfoWindowHtml("<img src='../img/map/1address.gif' width='20' height='17'><strong><a href='../map/yamaguchi/himeyama.htm' >姫山ゴルフセンター</a></strong><br><img src='../img/map/3memo.gif' width='20' height='17'>練習場（1000円で約80球）60打席 / 210Y<br><img src='../img/map/5approve.gif' width='20' height='15'>ゴルフ場予約 - <a href='http://click.linksynergy.com/fs-bin/click?id=B5Mn75VKR*w&offerid=123835.10000063&type=3&subid=0' >中国・四国</a><IMG border=0 width=1 height=1 src='http://ad.linksynergy.com/fs-bin/show?id=B5Mn75VKR*w&bids=123835.10000063&type=3&subid=0' ><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/09489ea6.1cc6acc1.09489eaa.99f941f5/' target='_blank'>ゴルフ場予約サイト：楽天GORA</a><br><img src='../img/map/5approve.gif' width='20' height='15'>検索 - 探す -<br>　　　<a href='../../golf_course/map/chugoku.html' >中国・四国のゴルフ場</a><br>　　　<a href='../../short_course/map/chugoku.html' >中国・四国のショートゴルフ</a><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/0a35df7b.afd53348.0a35dddb.fc10f1e3/' target='_blank'>中国のガイド 楽天トラベル</a><br>　　　<a href='http://ck.jp.ap.valuecommerce.com/servlet/referral?sid=2123660&pid=874705567&vc_url=http%3a%2f%2fdom%2ejtb%2eco%2ejp%2fyado%2fList%2easpx%3fjk%3d35' target='_blank' ><img src='http://ad.jp.ap.valuecommerce.com/servlet/gifbanner?sid=2123660&pid=874705567' height='1' width='1' border='0'>山口のホテル JTB</a>");}); 
        map.addOverlay(marker33);
        var marker34 = new GMarker(new GLatLng(34.016493113922095,130.9548532962799),icon50);
		GEvent.addListener(marker34, "click", function() {    marker34.openInfoWindowHtml("<img src='../img/map/1address.gif' width='20' height='17'><strong><a href='../map/yamaguchi/gardenwing.htm' >ゴルフガーデンウイング</a></strong><br><img src='../img/map/3memo.gif' width='20' height='17'>練習場（1000円で約60球）52打席 / 200Y<br><img src='../img/map/5approve.gif' width='20' height='15'>ゴルフ場予約 - <a href='http://click.linksynergy.com/fs-bin/click?id=B5Mn75VKR*w&offerid=123835.10000063&type=3&subid=0' >中国・四国</a><IMG border=0 width=1 height=1 src='http://ad.linksynergy.com/fs-bin/show?id=B5Mn75VKR*w&bids=123835.10000063&type=3&subid=0' ><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/09489ea6.1cc6acc1.09489eaa.99f941f5/' target='_blank'>ゴルフ場予約サイト：楽天GORA</a><br><img src='../img/map/5approve.gif' width='20' height='15'>検索 - 探す -<br>　　　<a href='../../golf_course/map/chugoku.html' >中国・四国のゴルフ場</a><br>　　　<a href='../../short_course/map/chugoku.html' >中国・四国のショートゴルフ</a><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/0a35df7b.afd53348.0a35dddb.fc10f1e3/' target='_blank'>中国のガイド 楽天トラベル</a><br>　　　<a href='http://ck.jp.ap.valuecommerce.com/servlet/referral?sid=2123660&pid=874705567&vc_url=http%3a%2f%2fdom%2ejtb%2eco%2ejp%2fyado%2fList%2easpx%3fjk%3d35' target='_blank' ><img src='http://ad.jp.ap.valuecommerce.com/servlet/gifbanner?sid=2123660&pid=874705567' height='1' width='1' border='0'>山口のホテル JTB</a>");}); 
        map.addOverlay(marker34);
//広島
        var marker49 = new GMarker(new GLatLng(34.48871976391579,132.46428787708282),icon50);
		GEvent.addListener(marker49, "click", function() {    marker49.openInfoWindowHtml("<img src='../img/map/1address.gif' width='20' height='17'><strong><a href='../map/hiroshima/chuo19th.htm' >チューオー19th</a></strong><br><img src='../img/map/3memo.gif' width='20' height='17'>練習場（1000円で約50球）72打席 / 280Y<br><img src='../img/map/5approve.gif' width='20' height='15'>ゴルフ場予約 - <a href='http://click.linksynergy.com/fs-bin/click?id=B5Mn75VKR*w&offerid=123835.10000063&type=3&subid=0' >中国・四国</a><IMG border=0 width=1 height=1 src='http://ad.linksynergy.com/fs-bin/show?id=B5Mn75VKR*w&bids=123835.10000063&type=3&subid=0' ><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/09489ea6.1cc6acc1.09489eaa.99f941f5/' target='_blank'>ゴルフ場予約サイト：楽天GORA</a><br><img src='../img/map/5approve.gif' width='20' height='15'>検索 - 探す -<br>　　　<a href='../../golf_course/map/chugoku.html' >中国・四国のゴルフ場</a><br>　　　<a href='../../short_course/map/chugoku.html' >中国・四国のショートゴルフ</a><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/0a35df7b.afd53348.0a35dddb.fc10f1e3/' target='_blank'>中国のガイド 楽天トラベル</a><br>　　　<a href='http://ck.jp.ap.valuecommerce.com/servlet/referral?sid=2123660&pid=874705567&vc_url=http%3a%2f%2fdom%2ejtb%2eco%2ejp%2fyado%2fList%2easpx%3fjk%3d34' target='_blank' ><img src='http://ad.jp.ap.valuecommerce.com/servlet/gifbanner?sid=2123660&pid=874705567' height='1' width='1' border='0'>広島のホテル JTB</a>");}); 
        map.addOverlay(marker49);
        var marker50 = new GMarker(new GLatLng(34.41837855948208,132.44408011436462),icon50);
		GEvent.addListener(marker50, "click", function() {    marker50.openInfoWindowHtml("<img src='../img/map/1address.gif' width='20' height='17'><strong><a href='../map/hiroshima/mitaki.htm' >三滝ゴルフセンター</a></strong><br><img src='../img/map/3memo.gif' width='20' height='17'>練習場（1000円で約80球）84打席 / 300Y<br><img src='../img/map/5approve.gif' width='20' height='15'>ゴルフ場予約 - <a href='http://click.linksynergy.com/fs-bin/click?id=B5Mn75VKR*w&offerid=123835.10000063&type=3&subid=0' >中国・四国</a><IMG border=0 width=1 height=1 src='http://ad.linksynergy.com/fs-bin/show?id=B5Mn75VKR*w&bids=123835.10000063&type=3&subid=0' ><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/09489ea6.1cc6acc1.09489eaa.99f941f5/' target='_blank'>ゴルフ場予約サイト：楽天GORA</a><br><img src='../img/map/5approve.gif' width='20' height='15'>検索 - 探す -<br>　　　<a href='../../golf_course/map/chugoku.html' >中国・四国のゴルフ場</a><br>　　　<a href='../../short_course/map/chugoku.html' >中国・四国のショートゴルフ</a><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/0a35df7b.afd53348.0a35dddb.fc10f1e3/' target='_blank'>中国のガイド 楽天トラベル</a><br>　　　<a href='http://ck.jp.ap.valuecommerce.com/servlet/referral?sid=2123660&pid=874705567&vc_url=http%3a%2f%2fdom%2ejtb%2eco%2ejp%2fyado%2fList%2easpx%3fjk%3d34' target='_blank' ><img src='http://ad.jp.ap.valuecommerce.com/servlet/gifbanner?sid=2123660&pid=874705567' height='1' width='1' border='0'>広島のホテル JTB</a>");}); 
        map.addOverlay(marker50);
        var marker51 = new GMarker(new GLatLng(34.378094376965265,132.36252218484878),icon50);
		GEvent.addListener(marker51, "click", function() {    marker51.openInfoWindowHtml("<img src='../img/map/1address.gif' width='20' height='17'><strong><a href='../map/hiroshima/misuzu.htm' >ミスズゴルフ</a></strong><br><img src='../img/map/3memo.gif' width='20' height='17'>練習場（1000円で約80球）50打席 / 180Y<br><img src='../img/map/5approve.gif' width='20' height='15'>ゴルフ場予約 - <a href='http://click.linksynergy.com/fs-bin/click?id=B5Mn75VKR*w&offerid=123835.10000063&type=3&subid=0' >中国・四国</a><IMG border=0 width=1 height=1 src='http://ad.linksynergy.com/fs-bin/show?id=B5Mn75VKR*w&bids=123835.10000063&type=3&subid=0' ><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/09489ea6.1cc6acc1.09489eaa.99f941f5/' target='_blank'>ゴルフ場予約サイト：楽天GORA</a><br><img src='../img/map/5approve.gif' width='20' height='15'>検索 - 探す -<br>　　　<a href='../../golf_course/map/chugoku.html' >中国・四国のゴルフ場</a><br>　　　<a href='../../short_course/map/chugoku.html' >中国・四国のショートゴルフ</a><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/0a35df7b.afd53348.0a35dddb.fc10f1e3/' target='_blank'>中国のガイド 楽天トラベル</a><br>　　　<a href='http://ck.jp.ap.valuecommerce.com/servlet/referral?sid=2123660&pid=874705567&vc_url=http%3a%2f%2fdom%2ejtb%2eco%2ejp%2fyado%2fList%2easpx%3fjk%3d34' target='_blank' ><img src='http://ad.jp.ap.valuecommerce.com/servlet/gifbanner?sid=2123660&pid=874705567' height='1' width='1' border='0'>広島のホテル JTB</a>");}); 
        map.addOverlay(marker51);
        var marker52 = new GMarker(new GLatLng(34.360247791395906,132.35939472913742),icon50);
		GEvent.addListener(marker52, "click", function() {    marker52.openInfoWindowHtml("<img src='../img/map/1address.gif' width='20' height='17'><strong><a href='../map/hiroshima/rakurakuen.htm' >楽々園ゴルフセンター</a></strong><br><img src='../img/map/3memo.gif' width='20' height='17'>練習場（1000円で約－球）66打席 / 300Y<br><img src='../img/map/5approve.gif' width='20' height='15'>ゴルフ場予約 - <a href='http://click.linksynergy.com/fs-bin/click?id=B5Mn75VKR*w&offerid=123835.10000063&type=3&subid=0' >中国・四国</a><IMG border=0 width=1 height=1 src='http://ad.linksynergy.com/fs-bin/show?id=B5Mn75VKR*w&bids=123835.10000063&type=3&subid=0' ><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/09489ea6.1cc6acc1.09489eaa.99f941f5/' target='_blank'>ゴルフ場予約サイト：楽天GORA</a><br><img src='../img/map/5approve.gif' width='20' height='15'>検索 - 探す -<br>　　　<a href='../../golf_course/map/chugoku.html' >中国・四国のゴルフ場</a><br>　　　<a href='../../short_course/map/chugoku.html' >中国・四国のショートゴルフ</a><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/0a35df7b.afd53348.0a35dddb.fc10f1e3/' target='_blank'>中国のガイド 楽天トラベル</a><br>　　　<a href='http://ck.jp.ap.valuecommerce.com/servlet/referral?sid=2123660&pid=874705567&vc_url=http%3a%2f%2fdom%2ejtb%2eco%2ejp%2fyado%2fList%2easpx%3fjk%3d34' target='_blank' ><img src='http://ad.jp.ap.valuecommerce.com/servlet/gifbanner?sid=2123660&pid=874705567' height='1' width='1' border='0'>広島のホテル JTB</a>");}); 
        map.addOverlay(marker52);
        var marker53 = new GMarker(new GLatLng(34.41971277116375,132.39622682332992),icon50);
		GEvent.addListener(marker53, "click", function() {    marker53.openInfoWindowHtml("<img src='../img/map/1address.gif' width='20' height='17'><strong><a href='../map/hiroshima/royal.htm' >ロイヤルゴルフガーデン</a></strong><br><img src='../img/map/3memo.gif' width='20' height='17'>練習場（1000円で約80球）100打席 / 200Y<br><img src='../img/map/5approve.gif' width='20' height='15'>ゴルフ場予約 - <a href='http://click.linksynergy.com/fs-bin/click?id=B5Mn75VKR*w&offerid=123835.10000063&type=3&subid=0' >中国・四国</a><IMG border=0 width=1 height=1 src='http://ad.linksynergy.com/fs-bin/show?id=B5Mn75VKR*w&bids=123835.10000063&type=3&subid=0' ><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/09489ea6.1cc6acc1.09489eaa.99f941f5/' target='_blank'>ゴルフ場予約サイト：楽天GORA</a><br><img src='../img/map/5approve.gif' width='20' height='15'>検索 - 探す -<br>　　　<a href='../../golf_course/map/chugoku.html' >中国・四国のゴルフ場</a><br>　　　<a href='../../short_course/map/chugoku.html' >中国・四国のショートゴルフ</a><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/0a35df7b.afd53348.0a35dddb.fc10f1e3/' target='_blank'>中国のガイド 楽天トラベル</a><br>　　　<a href='http://ck.jp.ap.valuecommerce.com/servlet/referral?sid=2123660&pid=874705567&vc_url=http%3a%2f%2fdom%2ejtb%2eco%2ejp%2fyado%2fList%2easpx%3fjk%3d34' target='_blank' ><img src='http://ad.jp.ap.valuecommerce.com/servlet/gifbanner?sid=2123660&pid=874705567' height='1' width='1' border='0'>広島のホテル JTB</a>");}); 
        map.addOverlay(marker53);
        var marker54 = new GMarker(new GLatLng(34.46533751276104,132.44665771722794),icon50);
		GEvent.addListener(marker54, "click", function() {    marker54.openInfoWindowHtml("<img src='../img/map/1address.gif' width='20' height='17'><strong><a href='../map/hiroshima/love.htm' >ラブ・ゴルフクラブ</a></strong><br><img src='../img/map/3memo.gif' width='20' height='17'>練習場（1000円で約－球）55打席 / 250Y<br><img src='../img/map/5approve.gif' width='20' height='15'>ゴルフ場予約 - <a href='http://click.linksynergy.com/fs-bin/click?id=B5Mn75VKR*w&offerid=123835.10000063&type=3&subid=0' >中国・四国</a><IMG border=0 width=1 height=1 src='http://ad.linksynergy.com/fs-bin/show?id=B5Mn75VKR*w&bids=123835.10000063&type=3&subid=0' ><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/09489ea6.1cc6acc1.09489eaa.99f941f5/' target='_blank'>ゴルフ場予約サイト：楽天GORA</a><br><img src='../img/map/5approve.gif' width='20' height='15'>検索 - 探す -<br>　　　<a href='../../golf_course/map/chugoku.html' >中国・四国のゴルフ場</a><br>　　　<a href='../../short_course/map/chugoku.html' >中国・四国のショートゴルフ</a><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/0a35df7b.afd53348.0a35dddb.fc10f1e3/' target='_blank'>中国のガイド 楽天トラベル</a><br>　　　<a href='http://ck.jp.ap.valuecommerce.com/servlet/referral?sid=2123660&pid=874705567&vc_url=http%3a%2f%2fdom%2ejtb%2eco%2ejp%2fyado%2fList%2easpx%3fjk%3d34' target='_blank' ><img src='http://ad.jp.ap.valuecommerce.com/servlet/gifbanner?sid=2123660&pid=874705567' height='1' width='1' border='0'>広島のホテル JTB</a>");}); 
        map.addOverlay(marker54);
        var marker55 = new GMarker(new GLatLng(34.4251600281333,132.69904553890228),icon50);
		GEvent.addListener(marker55, "click", function() {    marker55.openInfoWindowHtml("<img src='../img/map/1address.gif' width='20' height='17'><strong><a href='../map/hiroshima/eagle1.htm' >イーグル1</a></strong><br><img src='../img/map/3memo.gif' width='20' height='17'>練習場（1000円で約90球）68打席 / 240Y<br><img src='../img/map/5approve.gif' width='20' height='15'>ゴルフ場予約 - <a href='http://click.linksynergy.com/fs-bin/click?id=B5Mn75VKR*w&offerid=123835.10000063&type=3&subid=0' >中国・四国</a><IMG border=0 width=1 height=1 src='http://ad.linksynergy.com/fs-bin/show?id=B5Mn75VKR*w&bids=123835.10000063&type=3&subid=0' ><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/09489ea6.1cc6acc1.09489eaa.99f941f5/' target='_blank'>ゴルフ場予約サイト：楽天GORA</a><br><img src='../img/map/5approve.gif' width='20' height='15'>検索 - 探す -<br>　　　<a href='../../golf_course/map/chugoku.html' >中国・四国のゴルフ場</a><br>　　　<a href='../../short_course/map/chugoku.html' >中国・四国のショートゴルフ</a><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/0a35df7b.afd53348.0a35dddb.fc10f1e3/' target='_blank'>中国のガイド 楽天トラベル</a><br>　　　<a href='http://ck.jp.ap.valuecommerce.com/servlet/referral?sid=2123660&pid=874705567&vc_url=http%3a%2f%2fdom%2ejtb%2eco%2ejp%2fyado%2fList%2easpx%3fjk%3d34' target='_blank' ><img src='http://ad.jp.ap.valuecommerce.com/servlet/gifbanner?sid=2123660&pid=874705567' height='1' width='1' border='0'>広島のホテル JTB</a>");}); 
        map.addOverlay(marker55);
        var marker56 = new GMarker(new GLatLng(34.45780957668485,132.8102606534958),icon50);
		GEvent.addListener(marker56, "click", function() {    marker56.openInfoWindowHtml("<img src='../img/map/1address.gif' width='20' height='17'><strong><a href='../map/hiroshima/golfmate.htm' >ゴルフメイト高屋</a></strong><br><img src='../img/map/3memo.gif' width='20' height='17'>練習場（1000円で約－球）－打席 / 300Y<br><img src='../img/map/5approve.gif' width='20' height='15'>ゴルフ場予約 - <a href='http://click.linksynergy.com/fs-bin/click?id=B5Mn75VKR*w&offerid=123835.10000063&type=3&subid=0' >中国・四国</a><IMG border=0 width=1 height=1 src='http://ad.linksynergy.com/fs-bin/show?id=B5Mn75VKR*w&bids=123835.10000063&type=3&subid=0' ><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/09489ea6.1cc6acc1.09489eaa.99f941f5/' target='_blank'>ゴルフ場予約サイト：楽天GORA</a><br><img src='../img/map/5approve.gif' width='20' height='15'>検索 - 探す -<br>　　　<a href='../../golf_course/map/chugoku.html' >中国・四国のゴルフ場</a><br>　　　<a href='../../short_course/map/chugoku.html' >中国・四国のショートゴルフ</a><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/0a35df7b.afd53348.0a35dddb.fc10f1e3/' target='_blank'>中国のガイド 楽天トラベル</a><br>　　　<a href='http://ck.jp.ap.valuecommerce.com/servlet/referral?sid=2123660&pid=874705567&vc_url=http%3a%2f%2fdom%2ejtb%2eco%2ejp%2fyado%2fList%2easpx%3fjk%3d34' target='_blank' ><img src='http://ad.jp.ap.valuecommerce.com/servlet/gifbanner?sid=2123660&pid=874705567' height='1' width='1' border='0'>広島のホテル JTB</a>");}); 
        map.addOverlay(marker56);
        var marker57 = new GMarker(new GLatLng(34.44421820849384,132.71617949008942),icon50);
		GEvent.addListener(marker57, "click", function() {    marker57.openInfoWindowHtml("<img src='../img/map/1address.gif' width='20' height='17'><strong><a href='../map/hiroshima/saijo.htm' >SaijoヒルサイドG</a></strong><br><img src='../img/map/3memo.gif' width='20' height='17'>練習場（1000円で約－球）68打席 / 300Y<br><img src='../img/map/5approve.gif' width='20' height='15'>ゴルフ場予約 - <a href='http://click.linksynergy.com/fs-bin/click?id=B5Mn75VKR*w&offerid=123835.10000063&type=3&subid=0' >中国・四国</a><IMG border=0 width=1 height=1 src='http://ad.linksynergy.com/fs-bin/show?id=B5Mn75VKR*w&bids=123835.10000063&type=3&subid=0' ><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/09489ea6.1cc6acc1.09489eaa.99f941f5/' target='_blank'>ゴルフ場予約サイト：楽天GORA</a><br><img src='../img/map/5approve.gif' width='20' height='15'>検索 - 探す -<br>　　　<a href='../../golf_course/map/chugoku.html' >中国・四国のゴルフ場</a><br>　　　<a href='../../short_course/map/chugoku.html' >中国・四国のショートゴルフ</a><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/0a35df7b.afd53348.0a35dddb.fc10f1e3/' target='_blank'>中国のガイド 楽天トラベル</a><br>　　　<a href='http://ck.jp.ap.valuecommerce.com/servlet/referral?sid=2123660&pid=874705567&vc_url=http%3a%2f%2fdom%2ejtb%2eco%2ejp%2fyado%2fList%2easpx%3fjk%3d34' target='_blank' ><img src='http://ad.jp.ap.valuecommerce.com/servlet/gifbanner?sid=2123660&pid=874705567' height='1' width='1' border='0'>広島のホテル JTB</a>");}); 
        map.addOverlay(marker57);
        var marker58 = new GMarker(new GLatLng(34.48051737517213,133.4264498949051),icon50);
		GEvent.addListener(marker58, "click", function() {    marker58.openInfoWindowHtml("<img src='../img/map/1address.gif' width='20' height='17'><strong><a href='../map/hiroshima/front9.htm' >ゴルフ練習場フロント9</a></strong><br><img src='../img/map/3memo.gif' width='20' height='17'>練習場（1000円で約－球）80打席 / 230Y<br><img src='../img/map/5approve.gif' width='20' height='15'>ゴルフ場予約 - <a href='http://click.linksynergy.com/fs-bin/click?id=B5Mn75VKR*w&offerid=123835.10000063&type=3&subid=0' >中国・四国</a><IMG border=0 width=1 height=1 src='http://ad.linksynergy.com/fs-bin/show?id=B5Mn75VKR*w&bids=123835.10000063&type=3&subid=0' ><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/09489ea6.1cc6acc1.09489eaa.99f941f5/' target='_blank'>ゴルフ場予約サイト：楽天GORA</a><br><img src='../img/map/5approve.gif' width='20' height='15'>検索 - 探す -<br>　　　<a href='../../golf_course/map/chugoku.html' >中国・四国のゴルフ場</a><br>　　　<a href='../../short_course/map/chugoku.html' >中国・四国のショートゴルフ</a><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/0a35df7b.afd53348.0a35dddb.fc10f1e3/' target='_blank'>中国のガイド 楽天トラベル</a><br>　　　<a href='http://ck.jp.ap.valuecommerce.com/servlet/referral?sid=2123660&pid=874705567&vc_url=http%3a%2f%2fdom%2ejtb%2eco%2ejp%2fyado%2fList%2easpx%3fjk%3d34' target='_blank' ><img src='http://ad.jp.ap.valuecommerce.com/servlet/gifbanner?sid=2123660&pid=874705567' height='1' width='1' border='0'>広島のホテル JTB</a>");});
        map.addOverlay(marker58);
        var marker59 = new GMarker(new GLatLng(34.66037090162346,132.67829596996307),icon50);
		GEvent.addListener(marker59, "click", function() {    marker59.openInfoWindowHtml("<img src='../img/map/1address.gif' width='20' height='17'><strong><a href='../map/hiroshima/green.htm' >グリーンプラザ54</a></strong><br><img src='../img/map/3memo.gif' width='20' height='17'>練習場（1000円で約－球）36打席 / 200Y<br><img src='../img/map/5approve.gif' width='20' height='15'>ゴルフ場予約 - <a href='http://click.linksynergy.com/fs-bin/click?id=B5Mn75VKR*w&offerid=123835.10000063&type=3&subid=0' >中国・四国</a><IMG border=0 width=1 height=1 src='http://ad.linksynergy.com/fs-bin/show?id=B5Mn75VKR*w&bids=123835.10000063&type=3&subid=0' ><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/09489ea6.1cc6acc1.09489eaa.99f941f5/' target='_blank'>ゴルフ場予約サイト：楽天GORA</a><br><img src='../img/map/5approve.gif' width='20' height='15'>検索 - 探す -<br>　　　<a href='../../golf_course/map/chugoku.html' >中国・四国のゴルフ場</a><br>　　　<a href='../../short_course/map/chugoku.html' >中国・四国のショートゴルフ</a><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/0a35df7b.afd53348.0a35dddb.fc10f1e3/' target='_blank'>中国のガイド 楽天トラベル</a><br>　　　<a href='http://ck.jp.ap.valuecommerce.com/servlet/referral?sid=2123660&pid=874705567&vc_url=http%3a%2f%2fdom%2ejtb%2eco%2ejp%2fyado%2fList%2easpx%3fjk%3d34' target='_blank' ><img src='http://ad.jp.ap.valuecommerce.com/servlet/gifbanner?sid=2123660&pid=874705567' height='1' width='1' border='0'>広島のホテル JTB</a>");}); 
        map.addOverlay(marker59);
        var marker60 = new GMarker(new GLatLng(34.374979634617034,132.45049327611923),icon50);
		GEvent.addListener(marker60, "click", function() {    marker60.openInfoWindowHtml("<img src='../img/map/1address.gif' width='20' height='17'><strong><a href='../map/hiroshima/woody.htm' >ウッディゴルフスクエア広島店</a></strong><br><img src='../img/map/3memo.gif' width='20' height='17'>練習場（1000円で約70球）64打席 / 180Y<br><img src='../img/map/5approve.gif' width='20' height='15'>ゴルフ場予約 - <a href='http://click.linksynergy.com/fs-bin/click?id=B5Mn75VKR*w&offerid=123835.10000063&type=3&subid=0' >中国・四国</a><IMG border=0 width=1 height=1 src='http://ad.linksynergy.com/fs-bin/show?id=B5Mn75VKR*w&bids=123835.10000063&type=3&subid=0' ><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/09489ea6.1cc6acc1.09489eaa.99f941f5/' target='_blank'>ゴルフ場予約サイト：楽天GORA</a><br><img src='../img/map/5approve.gif' width='20' height='15'>検索 - 探す -<br>　　　<a href='../../golf_course/map/chugoku.html' >中国・四国のゴルフ場</a><br>　　　<a href='../../short_course/map/chugoku.html' >中国・四国のショートゴルフ</a><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/0a35df7b.afd53348.0a35dddb.fc10f1e3/' target='_blank'>中国のガイド 楽天トラベル</a><br>　　　<a href='http://ck.jp.ap.valuecommerce.com/servlet/referral?sid=2123660&pid=874705567&vc_url=http%3a%2f%2fdom%2ejtb%2eco%2ejp%2fyado%2fList%2easpx%3fjk%3d34' target='_blank' ><img src='http://ad.jp.ap.valuecommerce.com/servlet/gifbanner?sid=2123660&pid=874705567' height='1' width='1' border='0'>広島のホテル JTB</a>");}); 
        map.addOverlay(marker60);
        var marker61 = new GMarker(new GLatLng(34.54575157627964,132.53686040639877),icon50);
		GEvent.addListener(marker61, "click", function() {    marker61.openInfoWindowHtml("<img src='../img/map/1address.gif' width='20' height='17'><strong><a href='../map/hiroshima/golfgarden.htm' >ゴルフガーデンPART72</a></strong><br><img src='../img/map/3memo.gif' width='20' height='17'>練習場（1000円で約80球）72打席 / 200Y<br><img src='../img/map/5approve.gif' width='20' height='15'>ゴルフ場予約 - <a href='http://click.linksynergy.com/fs-bin/click?id=B5Mn75VKR*w&offerid=123835.10000063&type=3&subid=0' >中国・四国</a><IMG border=0 width=1 height=1 src='http://ad.linksynergy.com/fs-bin/show?id=B5Mn75VKR*w&bids=123835.10000063&type=3&subid=0' ><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/09489ea6.1cc6acc1.09489eaa.99f941f5/' target='_blank'>ゴルフ場予約サイト：楽天GORA</a><br><img src='../img/map/5approve.gif' width='20' height='15'>検索 - 探す -<br>　　　<a href='../../golf_course/map/chugoku.html' >中国・四国のゴルフ場</a><br>　　　<a href='../../short_course/map/chugoku.html' >中国・四国のショートゴルフ</a><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/0a35df7b.afd53348.0a35dddb.fc10f1e3/' target='_blank'>中国のガイド 楽天トラベル</a><br>　　　<a href='http://ck.jp.ap.valuecommerce.com/servlet/referral?sid=2123660&pid=874705567&vc_url=http%3a%2f%2fdom%2ejtb%2eco%2ejp%2fyado%2fList%2easpx%3fjk%3d34' target='_blank' ><img src='http://ad.jp.ap.valuecommerce.com/servlet/gifbanner?sid=2123660&pid=874705567' height='1' width='1' border='0'>広島のホテル JTB</a>");}); 
        map.addOverlay(marker61);
        var marker62 = new GMarker(new GLatLng(34.46905036638021,132.45741337537766),icon50);
		GEvent.addListener(marker62, "click", function() {    marker62.openInfoWindowHtml("<img src='../img/map/1address.gif' width='20' height='17'><strong><a href='../map/hiroshima/hiroshima.htm' >広島ゴルフガーデン</a></strong><br><img src='../img/map/3memo.gif' width='20' height='17'>練習場（1000円で約100球）28打席 / 200Y<br><img src='../img/map/5approve.gif' width='20' height='15'>ゴルフ場予約 - <a href='http://click.linksynergy.com/fs-bin/click?id=B5Mn75VKR*w&offerid=123835.10000063&type=3&subid=0' >中国・四国</a><IMG border=0 width=1 height=1 src='http://ad.linksynergy.com/fs-bin/show?id=B5Mn75VKR*w&bids=123835.10000063&type=3&subid=0' ><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/09489ea6.1cc6acc1.09489eaa.99f941f5/' target='_blank'>ゴルフ場予約サイト：楽天GORA</a><br><img src='../img/map/5approve.gif' width='20' height='15'>検索 - 探す -<br>　　　<a href='../../golf_course/map/chugoku.html' >中国・四国のゴルフ場</a><br>　　　<a href='../../short_course/map/chugoku.html' >中国・四国のショートゴルフ</a><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/0a35df7b.afd53348.0a35dddb.fc10f1e3/' target='_blank'>中国のガイド 楽天トラベル</a><br>　　　<a href='http://ck.jp.ap.valuecommerce.com/servlet/referral?sid=2123660&pid=874705567&vc_url=http%3a%2f%2fdom%2ejtb%2eco%2ejp%2fyado%2fList%2easpx%3fjk%3d34' target='_blank' ><img src='http://ad.jp.ap.valuecommerce.com/servlet/gifbanner?sid=2123660&pid=874705567' height='1' width='1' border='0'>広島のホテル JTB</a>");}); 
        map.addOverlay(marker62);
        var marker63 = new GMarker(new GLatLng(34.275769819069026,132.74972587823868),icon50);
		GEvent.addListener(marker63, "click", function() {    marker63.openInfoWindowHtml("<img src='../img/map/1address.gif' width='20' height='17'><strong><a href='../map/hiroshima/yasuura.htm' >安浦シーサイドゴルフ</a></strong><br><img src='../img/map/3memo.gif' width='20' height='17'>練習場（1000円で約－球）43打席 / 180Y<br><img src='../img/map/5approve.gif' width='20' height='15'>ゴルフ場予約 - <a href='http://click.linksynergy.com/fs-bin/click?id=B5Mn75VKR*w&offerid=123835.10000063&type=3&subid=0' >中国・四国</a><IMG border=0 width=1 height=1 src='http://ad.linksynergy.com/fs-bin/show?id=B5Mn75VKR*w&bids=123835.10000063&type=3&subid=0' ><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/09489ea6.1cc6acc1.09489eaa.99f941f5/' target='_blank'>ゴルフ場予約サイト：楽天GORA</a><br><img src='../img/map/5approve.gif' width='20' height='15'>検索 - 探す -<br>　　　<a href='../../golf_course/map/chugoku.html' >中国・四国のゴルフ場</a><br>　　　<a href='../../short_course/map/chugoku.html' >中国・四国のショートゴルフ</a><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/0a35df7b.afd53348.0a35dddb.fc10f1e3/' target='_blank'>中国のガイド 楽天トラベル</a><br>　　　<a href='http://ck.jp.ap.valuecommerce.com/servlet/referral?sid=2123660&pid=874705567&vc_url=http%3a%2f%2fdom%2ejtb%2eco%2ejp%2fyado%2fList%2easpx%3fjk%3d34' target='_blank' ><img src='http://ad.jp.ap.valuecommerce.com/servlet/gifbanner?sid=2123660&pid=874705567' height='1' width='1' border='0'>広島のホテル JTB</a>");}); 
        map.addOverlay(marker63);
//岡山
        var marker300 = new GMarker(new GLatLng(34.58655331756469,133.7874323129654),icon50);
		GEvent.addListener(marker300, "click", function() {    marker300.openInfoWindowHtml("<img src='../img/map/1address.gif' width='20' height='17'><strong><a href='../map/okayama/kurashiki.htm' >倉敷ゴルファーズ</a></strong><br><img src='../img/map/3memo.gif' width='20' height='17'>練習場（1000円で約－球）92打席 / 300Y<br><img src='../img/map/5approve.gif' width='20' height='15'>ゴルフ場予約 - <a href='http://click.linksynergy.com/fs-bin/click?id=B5Mn75VKR*w&offerid=123835.10000063&type=3&subid=0' >中国・四国</a><IMG border=0 width=1 height=1 src='http://ad.linksynergy.com/fs-bin/show?id=B5Mn75VKR*w&bids=123835.10000063&type=3&subid=0' ><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/09489ea6.1cc6acc1.09489eaa.99f941f5/' target='_blank'>ゴルフ場予約サイト：楽天GORA</a><br><img src='../img/map/5approve.gif' width='20' height='15'>検索 - 探す -<br>　　　<a href='../../golf_course/map/chugoku.html' >中国・四国のゴルフ場</a><br>　　　<a href='../../short_course/map/chugoku.html' >中国・四国のショートゴルフ</a><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/0a35df7b.afd53348.0a35dddb.fc10f1e3/' target='_blank'>中国のガイド 楽天トラベル</a><br>　　　<a href='http://ck.jp.ap.valuecommerce.com/servlet/referral?sid=2123660&pid=874705567&vc_url=http%3a%2f%2fdom%2ejtb%2eco%2ejp%2fyado%2fList%2easpx%3fjk%3d33' target='_blank' ><img src='http://ad.jp.ap.valuecommerce.com/servlet/gifbanner?sid=2123660&pid=874705567' height='1' width='1' border='0'>岡山のホテル JTB</a>");}); 
        map.addOverlay(marker300);
        var marker301 = new GMarker(new GLatLng(34.69739178571857,134.05448377132416),icon50);
		GEvent.addListener(marker301, "click", function() {    marker301.openInfoWindowHtml("<img src='../img/map/1address.gif' width='20' height='17'><strong><a href='../map/okayama/kotori.htm' >小鳥の森ゴルフパーク</a></strong><br><img src='../img/map/3memo.gif' width='20' height='17'>練習場（1000円で約80球）46打席 / 200Y<br><img src='../img/map/5approve.gif' width='20' height='15'>ゴルフ場予約 - <a href='http://click.linksynergy.com/fs-bin/click?id=B5Mn75VKR*w&offerid=123835.10000063&type=3&subid=0' >中国・四国</a><IMG border=0 width=1 height=1 src='http://ad.linksynergy.com/fs-bin/show?id=B5Mn75VKR*w&bids=123835.10000063&type=3&subid=0' ><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/09489ea6.1cc6acc1.09489eaa.99f941f5/' target='_blank'>ゴルフ場予約サイト：楽天GORA</a><br><img src='../img/map/5approve.gif' width='20' height='15'>検索 - 探す -<br>　　　<a href='../../golf_course/map/chugoku.html' >中国・四国のゴルフ場</a><br>　　　<a href='../../short_course/map/chugoku.html' >中国・四国のショートゴルフ</a><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/0a35df7b.afd53348.0a35dddb.fc10f1e3/' target='_blank'>中国のガイド 楽天トラベル</a><br>　　　<a href='http://ck.jp.ap.valuecommerce.com/servlet/referral?sid=2123660&pid=874705567&vc_url=http%3a%2f%2fdom%2ejtb%2eco%2ejp%2fyado%2fList%2easpx%3fjk%3d33' target='_blank' ><img src='http://ad.jp.ap.valuecommerce.com/servlet/gifbanner?sid=2123660&pid=874705567' height='1' width='1' border='0'>岡山のホテル JTB</a>");}); 
        map.addOverlay(marker301);
        var marker302 = new GMarker(new GLatLng(34.69168665476123,133.939907848835),icon50);
		GEvent.addListener(marker302, "click", function() {    marker302.openInfoWindowHtml("<img src='../img/map/1address.gif' width='20' height='17'><strong><a href='../map/okayama/okayama.htm' >岡山市市民ゴルフ練習場</a></strong><br><img src='../img/map/3memo.gif' width='20' height='17'>練習場（1000円で約－球）16打席 / 245Y<br><img src='../img/map/5approve.gif' width='20' height='15'>ゴルフ場予約 - <a href='http://click.linksynergy.com/fs-bin/click?id=B5Mn75VKR*w&offerid=123835.10000063&type=3&subid=0' >中国・四国</a><IMG border=0 width=1 height=1 src='http://ad.linksynergy.com/fs-bin/show?id=B5Mn75VKR*w&bids=123835.10000063&type=3&subid=0' ><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/09489ea6.1cc6acc1.09489eaa.99f941f5/' target='_blank'>ゴルフ場予約サイト：楽天GORA</a><br><img src='../img/map/5approve.gif' width='20' height='15'>検索 - 探す -<br>　　　<a href='../../golf_course/map/chugoku.html' >中国・四国のゴルフ場</a><br>　　　<a href='../../short_course/map/chugoku.html' >中国・四国のショートゴルフ</a><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/0a35df7b.afd53348.0a35dddb.fc10f1e3/' target='_blank'>中国のガイド 楽天トラベル</a><br>　　　<a href='http://ck.jp.ap.valuecommerce.com/servlet/referral?sid=2123660&pid=874705567&vc_url=http%3a%2f%2fdom%2ejtb%2eco%2ejp%2fyado%2fList%2easpx%3fjk%3d33' target='_blank' ><img src='http://ad.jp.ap.valuecommerce.com/servlet/gifbanner?sid=2123660&pid=874705567' height='1' width='1' border='0'>岡山のホテル JTB</a>");}); 
        map.addOverlay(marker302);
        var marker303 = new GMarker(new GLatLng(34.65697325665137,134.02021050453186),icon50);
		GEvent.addListener(marker303, "click", function() {    marker303.openInfoWindowHtml("<img src='../img/map/1address.gif' width='20' height='17'><strong><a href='../map/okayama/chugoku.htm' >中国カントリークラブ</a></strong><br><img src='../img/map/3memo.gif' width='20' height='17'>練習場（1000円で約130球）40打席 / 150Y<br><img src='../img/map/5approve.gif' width='20' height='15'>ゴルフ場予約 - <a href='http://click.linksynergy.com/fs-bin/click?id=B5Mn75VKR*w&offerid=123835.10000063&type=3&subid=0' >中国・四国</a><IMG border=0 width=1 height=1 src='http://ad.linksynergy.com/fs-bin/show?id=B5Mn75VKR*w&bids=123835.10000063&type=3&subid=0' ><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/09489ea6.1cc6acc1.09489eaa.99f941f5/' target='_blank'>ゴルフ場予約サイト：楽天GORA</a><br><img src='../img/map/5approve.gif' width='20' height='15'>検索 - 探す -<br>　　　<a href='../../golf_course/map/chugoku.html' >中国・四国のゴルフ場</a><br>　　　<a href='../../short_course/map/chugoku.html' >中国・四国のショートゴルフ</a><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/0a35df7b.afd53348.0a35dddb.fc10f1e3/' target='_blank'>中国のガイド 楽天トラベル</a><br>　　　<a href='http://ck.jp.ap.valuecommerce.com/servlet/referral?sid=2123660&pid=874705567&vc_url=http%3a%2f%2fdom%2ejtb%2eco%2ejp%2fyado%2fList%2easpx%3fjk%3d33' target='_blank' ><img src='http://ad.jp.ap.valuecommerce.com/servlet/gifbanner?sid=2123660&pid=874705567' height='1' width='1' border='0'>岡山のホテル JTB</a>");}); 
        map.addOverlay(marker303);
        var marker304 = new GMarker(new GLatLng(34.572929931387286,133.53625684976578),icon50);
		GEvent.addListener(marker304, "click", function() {    marker304.openInfoWindowHtml("<img src='../img/map/1address.gif' width='20' height='17'><strong><a href='../map/okayama/nishimoto.htm' >ゴルフセンターニシモト</a></strong><br><img src='../img/map/3memo.gif' width='20' height='17'>練習場（1000円で約180球）17打席 / 150Y<br><img src='../img/map/5approve.gif' width='20' height='15'>ゴルフ場予約 - <a href='http://click.linksynergy.com/fs-bin/click?id=B5Mn75VKR*w&offerid=123835.10000063&type=3&subid=0' >中国・四国</a><IMG border=0 width=1 height=1 src='http://ad.linksynergy.com/fs-bin/show?id=B5Mn75VKR*w&bids=123835.10000063&type=3&subid=0' ><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/09489ea6.1cc6acc1.09489eaa.99f941f5/' target='_blank'>ゴルフ場予約サイト：楽天GORA</a><br><img src='../img/map/5approve.gif' width='20' height='15'>検索 - 探す -<br>　　　<a href='../../golf_course/map/chugoku.html' >中国・四国のゴルフ場</a><br>　　　<a href='../../short_course/map/chugoku.html' >中国・四国のショートゴルフ</a><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/0a35df7b.afd53348.0a35dddb.fc10f1e3/' target='_blank'>中国のガイド 楽天トラベル</a><br>　　　<a href='http://ck.jp.ap.valuecommerce.com/servlet/referral?sid=2123660&pid=874705567&vc_url=http%3a%2f%2fdom%2ejtb%2eco%2ejp%2fyado%2fList%2easpx%3fjk%3d33' target='_blank' ><img src='http://ad.jp.ap.valuecommerce.com/servlet/gifbanner?sid=2123660&pid=874705567' height='1' width='1' border='0'>岡山のホテル JTB</a>");}); 
        map.addOverlay(marker304);
        var marker305 = new GMarker(new GLatLng(34.68366969686923,133.93240571022034),icon50);
		GEvent.addListener(marker305, "click", function() {    marker305.openInfoWindowHtml("<img src='../img/map/1address.gif' width='20' height='17'><strong><a href='../map/okayama/wai.htm' >Wai2倶楽部</a></strong><br><img src='../img/map/3memo.gif' width='20' height='17'>練習場（1000円で約－球）76打席 / 200Y<br><img src='../img/map/5approve.gif' width='20' height='15'>ゴルフ場予約 - <a href='http://click.linksynergy.com/fs-bin/click?id=B5Mn75VKR*w&offerid=123835.10000063&type=3&subid=0' >中国・四国</a><IMG border=0 width=1 height=1 src='http://ad.linksynergy.com/fs-bin/show?id=B5Mn75VKR*w&bids=123835.10000063&type=3&subid=0' ><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/09489ea6.1cc6acc1.09489eaa.99f941f5/' target='_blank'>ゴルフ場予約サイト：楽天GORA</a><br><img src='../img/map/5approve.gif' width='20' height='15'>検索 - 探す -<br>　　　<a href='../../golf_course/map/chugoku.html' >中国・四国のゴルフ場</a><br>　　　<a href='../../short_course/map/chugoku.html' >中国・四国のショートゴルフ</a><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/0a35df7b.afd53348.0a35dddb.fc10f1e3/' target='_blank'>中国のガイド 楽天トラベル</a><br>　　　<a href='http://ck.jp.ap.valuecommerce.com/servlet/referral?sid=2123660&pid=874705567&vc_url=http%3a%2f%2fdom%2ejtb%2eco%2ejp%2fyado%2fList%2easpx%3fjk%3d33' target='_blank' ><img src='http://ad.jp.ap.valuecommerce.com/servlet/gifbanner?sid=2123660&pid=874705567' height='1' width='1' border='0'>岡山のホテル JTB</a>");}); 
        map.addOverlay(marker305);
        var marker306 = new GMarker(new GLatLng(34.53162654758374,133.70943903923035),icon50);
		GEvent.addListener(marker306, "click", function() {    marker306.openInfoWindowHtml("<img src='../img/map/1address.gif' width='20' height='17'><strong><a href='../map/okayama/peach.htm' >ピーチゴルフプラザ</a></strong><br><img src='../img/map/3memo.gif' width='20' height='17'>練習場（1000円で約80球）64打席 / 230Y<br><img src='../img/map/5approve.gif' width='20' height='15'>ゴルフ場予約 - <a href='http://click.linksynergy.com/fs-bin/click?id=B5Mn75VKR*w&offerid=123835.10000063&type=3&subid=0' >中国・四国</a><IMG border=0 width=1 height=1 src='http://ad.linksynergy.com/fs-bin/show?id=B5Mn75VKR*w&bids=123835.10000063&type=3&subid=0' ><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/09489ea6.1cc6acc1.09489eaa.99f941f5/' target='_blank'>ゴルフ場予約サイト：楽天GORA</a><br><img src='../img/map/5approve.gif' width='20' height='15'>検索 - 探す -<br>　　　<a href='../../golf_course/map/chugoku.html' >中国・四国のゴルフ場</a><br>　　　<a href='../../short_course/map/chugoku.html' >中国・四国のショートゴルフ</a><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/0a35df7b.afd53348.0a35dddb.fc10f1e3/' target='_blank'>中国のガイド 楽天トラベル</a><br>　　　<a href='http://ck.jp.ap.valuecommerce.com/servlet/referral?sid=2123660&pid=874705567&vc_url=http%3a%2f%2fdom%2ejtb%2eco%2ejp%2fyado%2fList%2easpx%3fjk%3d33' target='_blank' ><img src='http://ad.jp.ap.valuecommerce.com/servlet/gifbanner?sid=2123660&pid=874705567' height='1' width='1' border='0'>岡山のホテル JTB</a>");}); 
        map.addOverlay(marker306);
        var marker307 = new GMarker(new GLatLng(34.657593226935255,133.73077601194382),icon50);
		GEvent.addListener(marker307, "click", function() {    marker307.openInfoWindowHtml("<img src='../img/map/1address.gif' width='20' height='17'><strong><a href='../map/okayama/parupa.htm' >パルパーゴルフ倶楽部</a></strong><br><img src='../img/map/3memo.gif' width='20' height='17'>練習場（1000円で約－球）64打席 / 200Y<br><img src='../img/map/5approve.gif' width='20' height='15'>ゴルフ場予約 - <a href='http://click.linksynergy.com/fs-bin/click?id=B5Mn75VKR*w&offerid=123835.10000063&type=3&subid=0' >中国・四国</a><IMG border=0 width=1 height=1 src='http://ad.linksynergy.com/fs-bin/show?id=B5Mn75VKR*w&bids=123835.10000063&type=3&subid=0' ><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/09489ea6.1cc6acc1.09489eaa.99f941f5/' target='_blank'>ゴルフ場予約サイト：楽天GORA</a><br><img src='../img/map/5approve.gif' width='20' height='15'>検索 - 探す -<br>　　　<a href='../../golf_course/map/chugoku.html' >中国・四国のゴルフ場</a><br>　　　<a href='../../short_course/map/chugoku.html' >中国・四国のショートゴルフ</a><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/0a35df7b.afd53348.0a35dddb.fc10f1e3/' target='_blank'>中国のガイド 楽天トラベル</a><br>　　　<a href='http://ck.jp.ap.valuecommerce.com/servlet/referral?sid=2123660&pid=874705567&vc_url=http%3a%2f%2fdom%2ejtb%2eco%2ejp%2fyado%2fList%2easpx%3fjk%3d33' target='_blank' ><img src='http://ad.jp.ap.valuecommerce.com/servlet/gifbanner?sid=2123660&pid=874705567' height='1' width='1' border='0'>岡山のホテル JTB</a>");}); 
        map.addOverlay(marker307);
        var marker308 = new GMarker(new GLatLng(34.633097564273086,134.0504550933838),icon50);
		GEvent.addListener(marker308, "click", function() {    marker308.openInfoWindowHtml("<img src='../img/map/1address.gif' width='20' height='17'><strong><a href='../map/okayama/golfpartner.htm' >ゴルフパートナー岡山練習場</a></strong><br><img src='../img/map/3memo.gif' width='20' height='17'>練習場（1000円で約－球）68打席 / 210Y<br><img src='../img/map/5approve.gif' width='20' height='15'>ゴルフ場予約 - <a href='http://click.linksynergy.com/fs-bin/click?id=B5Mn75VKR*w&offerid=123835.10000063&type=3&subid=0' >中国・四国</a><IMG border=0 width=1 height=1 src='http://ad.linksynergy.com/fs-bin/show?id=B5Mn75VKR*w&bids=123835.10000063&type=3&subid=0' ><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/09489ea6.1cc6acc1.09489eaa.99f941f5/' target='_blank'>ゴルフ場予約サイト：楽天GORA</a><br><img src='../img/map/5approve.gif' width='20' height='15'>検索 - 探す -<br>　　　<a href='../../golf_course/map/chugoku.html' >中国・四国のゴルフ場</a><br>　　　<a href='../../short_course/map/chugoku.html' >中国・四国のショートゴルフ</a><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/0a35df7b.afd53348.0a35dddb.fc10f1e3/' target='_blank'>中国のガイド 楽天トラベル</a><br>　　　<a href='http://ck.jp.ap.valuecommerce.com/servlet/referral?sid=2123660&pid=874705567&vc_url=http%3a%2f%2fdom%2ejtb%2eco%2ejp%2fyado%2fList%2easpx%3fjk%3d33' target='_blank' ><img src='http://ad.jp.ap.valuecommerce.com/servlet/gifbanner?sid=2123660&pid=874705567' height='1' width='1' border='0'>岡山のホテル JTB</a>");}); 
        map.addOverlay(marker308);
//山口
        var marker400 = new GMarker(new GLatLng(33.99745799229644,130.92282235622406),icon50);
		GEvent.addListener(marker400, "click", function() {    marker400.openInfoWindowHtml("<img src='../img/map/1address.gif' width='20' height='17'><strong><a href='../map/yamaguchi/shimonoseki.htm' >下関ゴルフセンター</a></strong><br><img src='../img/map/3memo.gif' width='20' height='17'>練習場（1000円で約－球）21打席 / 220Y<br><img src='../img/map/5approve.gif' width='20' height='15'>ゴルフ場予約 - <a href='http://click.linksynergy.com/fs-bin/click?id=B5Mn75VKR*w&offerid=123835.10000063&type=3&subid=0' >中国・四国</a><IMG border=0 width=1 height=1 src='http://ad.linksynergy.com/fs-bin/show?id=B5Mn75VKR*w&bids=123835.10000063&type=3&subid=0' ><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/09489ea6.1cc6acc1.09489eaa.99f941f5/' target='_blank'>ゴルフ場予約サイト：楽天GORA</a><br><img src='../img/map/5approve.gif' width='20' height='15'>検索 - 探す -<br>　　　<a href='../../golf_course/map/chugoku.html' >中国・四国のゴルフ場</a><br>　　　<a href='../../short_course/map/chugoku.html' >中国・四国のショートゴルフ</a><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/0a35df7b.afd53348.0a35dddb.fc10f1e3/' target='_blank'>中国のガイド 楽天トラベル</a><br>　　　<a href='http://ck.jp.ap.valuecommerce.com/servlet/referral?sid=2123660&pid=874705567&vc_url=http%3a%2f%2fdom%2ejtb%2eco%2ejp%2fyado%2fList%2easpx%3fjk%3d35' target='_blank' ><img src='http://ad.jp.ap.valuecommerce.com/servlet/gifbanner?sid=2123660&pid=874705567' height='1' width='1' border='0'>山口のホテル JTB</a>");}); 
        map.addOverlay(marker400);
        var marker401 = new GMarker(new GLatLng(34.17975350432005,131.26838743686676),icon50);
		GEvent.addListener(marker401, "click", function() {    marker401.openInfoWindowHtml("<img src='../img/map/1address.gif' width='20' height='17'><strong><a href='../map/yamaguchi/nice.htm' >ナイスゴルフガーデン</a></strong><br><img src='../img/map/3memo.gif' width='20' height='17'>練習場（1000円で約－球）27打席 / 300Y<br><img src='../img/map/5approve.gif' width='20' height='15'>ゴルフ場予約 - <a href='http://click.linksynergy.com/fs-bin/click?id=B5Mn75VKR*w&offerid=123835.10000063&type=3&subid=0' >中国・四国</a><IMG border=0 width=1 height=1 src='http://ad.linksynergy.com/fs-bin/show?id=B5Mn75VKR*w&bids=123835.10000063&type=3&subid=0' ><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/09489ea6.1cc6acc1.09489eaa.99f941f5/' target='_blank'>ゴルフ場予約サイト：楽天GORA</a><br><img src='../img/map/5approve.gif' width='20' height='15'>検索 - 探す -<br>　　　<a href='../../golf_course/map/chugoku.html' >中国・四国のゴルフ場</a><br>　　　<a href='../../short_course/map/chugoku.html' >中国・四国のショートゴルフ</a><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/0a35df7b.afd53348.0a35dddb.fc10f1e3/' target='_blank'>中国のガイド 楽天トラベル</a><br>　　　<a href='http://ck.jp.ap.valuecommerce.com/servlet/referral?sid=2123660&pid=874705567&vc_url=http%3a%2f%2fdom%2ejtb%2eco%2ejp%2fyado%2fList%2easpx%3fjk%3d35' target='_blank' ><img src='http://ad.jp.ap.valuecommerce.com/servlet/gifbanner?sid=2123660&pid=874705567' height='1' width='1' border='0'>山口のホテル JTB</a>");}); 
        map.addOverlay(marker401);
        var marker402 = new GMarker(new GLatLng(33.99858985751969,131.97093307971954),icon50);
		GEvent.addListener(marker402, "click", function() {    marker402.openInfoWindowHtml("<img src='../img/map/1address.gif' width='20' height='17'><strong><a href='../map/yamaguchi/morikazu.htm' >守和ゴルフセンター</a></strong><br><img src='../img/map/3memo.gif' width='20' height='17'>練習場（1000円で約－球）61打席 / 300Y<br><img src='../img/map/5approve.gif' width='20' height='15'>ゴルフ場予約 - <a href='http://click.linksynergy.com/fs-bin/click?id=B5Mn75VKR*w&offerid=123835.10000063&type=3&subid=0' >中国・四国</a><IMG border=0 width=1 height=1 src='http://ad.linksynergy.com/fs-bin/show?id=B5Mn75VKR*w&bids=123835.10000063&type=3&subid=0' ><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/09489ea6.1cc6acc1.09489eaa.99f941f5/' target='_blank'>ゴルフ場予約サイト：楽天GORA</a><br><img src='../img/map/5approve.gif' width='20' height='15'>検索 - 探す -<br>　　　<a href='../../golf_course/map/chugoku.html' >中国・四国のゴルフ場</a><br>　　　<a href='../../short_course/map/chugoku.html' >中国・四国のショートゴルフ</a><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/0a35df7b.afd53348.0a35dddb.fc10f1e3/' target='_blank'>中国のガイド 楽天トラベル</a><br>　　　<a href='http://ck.jp.ap.valuecommerce.com/servlet/referral?sid=2123660&pid=874705567&vc_url=http%3a%2f%2fdom%2ejtb%2eco%2ejp%2fyado%2fList%2easpx%3fjk%3d35' target='_blank' ><img src='http://ad.jp.ap.valuecommerce.com/servlet/gifbanner?sid=2123660&pid=874705567' height='1' width='1' border='0'>山口のホテル JTB</a>");}); 
        map.addOverlay(marker402);
        var marker403 = new GMarker(new GLatLng(33.966015466838044,131.28651648759842),icon50);
		GEvent.addListener(marker403, "click", function() {    marker403.openInfoWindowHtml("<img src='../img/map/1address.gif' width='20' height='17'><strong><a href='../map/yamaguchi/welsunpia.htm' >ウェルサンピア宇部</a></strong><br><img src='../img/map/3memo.gif' width='20' height='17'>練習場（1000円で約－球）30打席 / 230Y<br><img src='../img/map/5approve.gif' width='20' height='15'>ゴルフ場予約 - <a href='http://click.linksynergy.com/fs-bin/click?id=B5Mn75VKR*w&offerid=123835.10000063&type=3&subid=0' >中国・四国</a><IMG border=0 width=1 height=1 src='http://ad.linksynergy.com/fs-bin/show?id=B5Mn75VKR*w&bids=123835.10000063&type=3&subid=0' ><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/09489ea6.1cc6acc1.09489eaa.99f941f5/' target='_blank'>ゴルフ場予約サイト：楽天GORA</a><br><img src='../img/map/5approve.gif' width='20' height='15'>検索 - 探す -<br>　　　<a href='../../golf_course/map/chugoku.html' >中国・四国のゴルフ場</a><br>　　　<a href='../../short_course/map/chugoku.html' >中国・四国のショートゴルフ</a><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/0a35df7b.afd53348.0a35dddb.fc10f1e3/' target='_blank'>中国のガイド 楽天トラベル</a><br>　　　<a href='http://ck.jp.ap.valuecommerce.com/servlet/referral?sid=2123660&pid=874705567&vc_url=http%3a%2f%2fdom%2ejtb%2eco%2ejp%2fyado%2fList%2easpx%3fjk%3d35' target='_blank' ><img src='http://ad.jp.ap.valuecommerce.com/servlet/gifbanner?sid=2123660&pid=874705567' height='1' width='1' border='0'>山口のホテル JTB</a>");}); 
        map.addOverlay(marker403);
        var marker404 = new GMarker(new GLatLng(34.40244160307228,131.380814909935),icon50);
		GEvent.addListener(marker404, "click", function() {    marker404.openInfoWindowHtml("<img src='../img/map/1address.gif' width='20' height='17'><strong><a href='../map/yamaguchi/hagi.htm' >ゴルフプラザ萩</a></strong><br><img src='../img/map/3memo.gif' width='20' height='17'>練習場（1000円で約－球）56打席 / 180Y<br><img src='../img/map/5approve.gif' width='20' height='15'>ゴルフ場予約 - <a href='http://click.linksynergy.com/fs-bin/click?id=B5Mn75VKR*w&offerid=123835.10000063&type=3&subid=0' >中国・四国</a><IMG border=0 width=1 height=1 src='http://ad.linksynergy.com/fs-bin/show?id=B5Mn75VKR*w&bids=123835.10000063&type=3&subid=0' ><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/09489ea6.1cc6acc1.09489eaa.99f941f5/' target='_blank'>ゴルフ場予約サイト：楽天GORA</a><br><img src='../img/map/5approve.gif' width='20' height='15'>検索 - 探す -<br>　　　<a href='../../golf_course/map/chugoku.html' >中国・四国のゴルフ場</a><br>　　　<a href='../../short_course/map/chugoku.html' >中国・四国のショートゴルフ</a><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/0a35df7b.afd53348.0a35dddb.fc10f1e3/' target='_blank'>中国のガイド 楽天トラベル</a><br>　　　<a href='http://ck.jp.ap.valuecommerce.com/servlet/referral?sid=2123660&pid=874705567&vc_url=http%3a%2f%2fdom%2ejtb%2eco%2ejp%2fyado%2fList%2easpx%3fjk%3d35' target='_blank' ><img src='http://ad.jp.ap.valuecommerce.com/servlet/gifbanner?sid=2123660&pid=874705567' height='1' width='1' border='0'>山口のホテル JTB</a>");}); 
        map.addOverlay(marker404);
//島根
        var marker800 = new GMarker(new GLatLng(35.42622083677282,133.2667002081871),icon50);
		GEvent.addListener(marker800, "click", function() {    marker800.openInfoWindowHtml("<img src='../img/map/1address.gif' width='20' height='17'><strong><a href='../map/shimane/yasugi.htm' >安来ゴルフクラブ</a></strong><br><img src='../img/map/3memo.gif' width='20' height='17'>練習場（1000円で約－球）72打席 / 350Y<br><img src='../img/map/5approve.gif' width='20' height='15'>ゴルフ場予約 - <a href='http://click.linksynergy.com/fs-bin/click?id=B5Mn75VKR*w&offerid=123835.10000063&type=3&subid=0' >中国・四国</a><IMG border=0 width=1 height=1 src='http://ad.linksynergy.com/fs-bin/show?id=B5Mn75VKR*w&bids=123835.10000063&type=3&subid=0' ><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/09489ea6.1cc6acc1.09489eaa.99f941f5/' target='_blank'>ゴルフ場予約サイト：楽天GORA</a><br><img src='../img/map/5approve.gif' width='20' height='15'>検索 - 探す -<br>　　　<a href='../../golf_course/map/chugoku.html' >中国・四国のゴルフ場</a><br>　　　<a href='../../short_course/map/chugoku.html' >中国・四国のショートゴルフ</a><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/0a35df7b.afd53348.0a35dddb.fc10f1e3/' target='_blank'>中国のガイド 楽天トラベル</a><br>　　　<a href='http://ck.jp.ap.valuecommerce.com/servlet/referral?sid=2123660&pid=874705567&vc_url=http%3a%2f%2fdom%2ejtb%2eco%2ejp%2fyado%2fList%2easpx%3fjk%3d32' target='_blank' ><img src='http://ad.jp.ap.valuecommerce.com/servlet/gifbanner?sid=2123660&pid=874705567' height='1' width='1' border='0'>島根のホテル JTB</a>");}); 
        map.addOverlay(marker800);
        var marker801 = new GMarker(new GLatLng(34.64736422751026,131.8174570798874),icon50);
		GEvent.addListener(marker801, "click", function() {    marker801.openInfoWindowHtml("<img src='../img/map/1address.gif' width='20' height='17'><strong><a href='../map/shimane/skyhill.htm' >ゴルフレンジスカイヒル</a></strong><br><img src='../img/map/3memo.gif' width='20' height='17'>練習場（1000円で約－球）50打席 / 200Y<br><img src='../img/map/5approve.gif' width='20' height='15'>ゴルフ場予約 - <a href='http://click.linksynergy.com/fs-bin/click?id=B5Mn75VKR*w&offerid=123835.10000063&type=3&subid=0' >中国・四国</a><IMG border=0 width=1 height=1 src='http://ad.linksynergy.com/fs-bin/show?id=B5Mn75VKR*w&bids=123835.10000063&type=3&subid=0' ><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/09489ea6.1cc6acc1.09489eaa.99f941f5/' target='_blank'>ゴルフ場予約サイト：楽天GORA</a><br><img src='../img/map/5approve.gif' width='20' height='15'>検索 - 探す -<br>　　　<a href='../../golf_course/map/chugoku.html' >中国・四国のゴルフ場</a><br>　　　<a href='../../short_course/map/chugoku.html' >中国・四国のショートゴルフ</a><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/0a35df7b.afd53348.0a35dddb.fc10f1e3/' target='_blank'>中国のガイド 楽天トラベル</a><br>　　　<a href='http://ck.jp.ap.valuecommerce.com/servlet/referral?sid=2123660&pid=874705567&vc_url=http%3a%2f%2fdom%2ejtb%2eco%2ejp%2fyado%2fList%2easpx%3fjk%3d32' target='_blank' ><img src='http://ad.jp.ap.valuecommerce.com/servlet/gifbanner?sid=2123660&pid=874705567' height='1' width='1' border='0'>島根のホテル JTB</a>");}); 
        map.addOverlay(marker801);
        var marker802 = new GMarker(new GLatLng(34.69640163077755,131.84324383735657),icon50);
		GEvent.addListener(marker802, "click", function() {    marker802.openInfoWindowHtml("<img src='../img/map/1address.gif' width='20' height='17'><strong><a href='../map/shimane/sungreen.htm' >サングリーン</a></strong><br><img src='../img/map/3memo.gif' width='20' height='17'>練習場（1000円で約－球）30打席 / 250Y<br><img src='../img/map/5approve.gif' width='20' height='15'>ゴルフ場予約 - <a href='http://click.linksynergy.com/fs-bin/click?id=B5Mn75VKR*w&offerid=123835.10000063&type=3&subid=0' >中国・四国</a><IMG border=0 width=1 height=1 src='http://ad.linksynergy.com/fs-bin/show?id=B5Mn75VKR*w&bids=123835.10000063&type=3&subid=0' ><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/09489ea6.1cc6acc1.09489eaa.99f941f5/' target='_blank'>ゴルフ場予約サイト：楽天GORA</a><br><img src='../img/map/5approve.gif' width='20' height='15'>検索 - 探す -<br>　　　<a href='../../golf_course/map/chugoku.html' >中国・四国のゴルフ場</a><br>　　　<a href='../../short_course/map/chugoku.html' >中国・四国のショートゴルフ</a><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/0a35df7b.afd53348.0a35dddb.fc10f1e3/' target='_blank'>中国のガイド 楽天トラベル</a><br>　　　<a href='http://ck.jp.ap.valuecommerce.com/servlet/referral?sid=2123660&pid=874705567&vc_url=http%3a%2f%2fdom%2ejtb%2eco%2ejp%2fyado%2fList%2easpx%3fjk%3d32' target='_blank' ><img src='http://ad.jp.ap.valuecommerce.com/servlet/gifbanner?sid=2123660&pid=874705567' height='1' width='1' border='0'>島根のホテル JTB</a>");}); 
        map.addOverlay(marker802);
        var marker803 = new GMarker(new GLatLng(34.99899366918926,132.2030058503151),icon50);
		GEvent.addListener(marker803, "click", function() {    marker803.openInfoWindowHtml("<img src='../img/map/1address.gif' width='20' height='17'><strong><a href='../map/shimane/ichigo.htm' >いちご山ゴルフ練習場</a></strong><br><img src='../img/map/3memo.gif' width='20' height='17'>練習場（1000円で約－球）40打席 / 200Y<br><img src='../img/map/5approve.gif' width='20' height='15'>ゴルフ場予約 - <a href='http://click.linksynergy.com/fs-bin/click?id=B5Mn75VKR*w&offerid=123835.10000063&type=3&subid=0' >中国・四国</a><IMG border=0 width=1 height=1 src='http://ad.linksynergy.com/fs-bin/show?id=B5Mn75VKR*w&bids=123835.10000063&type=3&subid=0' ><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/09489ea6.1cc6acc1.09489eaa.99f941f5/' target='_blank'>ゴルフ場予約サイト：楽天GORA</a><br><img src='../img/map/5approve.gif' width='20' height='15'>検索 - 探す -<br>　　　<a href='../../golf_course/map/chugoku.html' >中国・四国のゴルフ場</a><br>　　　<a href='../../short_course/map/chugoku.html' >中国・四国のショートゴルフ</a><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/0a35df7b.afd53348.0a35dddb.fc10f1e3/' target='_blank'>中国のガイド 楽天トラベル</a><br>　　　<a href='http://ck.jp.ap.valuecommerce.com/servlet/referral?sid=2123660&pid=874705567&vc_url=http%3a%2f%2fdom%2ejtb%2eco%2ejp%2fyado%2fList%2easpx%3fjk%3d32' target='_blank' ><img src='http://ad.jp.ap.valuecommerce.com/servlet/gifbanner?sid=2123660&pid=874705567' height='1' width='1' border='0'>島根のホテル JTB</a>");}); 
        map.addOverlay(marker803);
        var marker804 = new GMarker(new GLatLng(35.4909659860705,133.0508789420128),icon50);
		GEvent.addListener(marker804, "click", function() {    marker804.openInfoWindowHtml("<img src='../img/map/1address.gif' width='20' height='17'><strong><a href='../map/shimane/hokki.htm' >法吉ゴルフクラブ</a></strong><br><img src='../img/map/3memo.gif' width='20' height='17'>練習場（1000円で約－球）92打席 / 300Y<br><img src='../img/map/5approve.gif' width='20' height='15'>ゴルフ場予約 - <a href='http://click.linksynergy.com/fs-bin/click?id=B5Mn75VKR*w&offerid=123835.10000063&type=3&subid=0' >中国・四国</a><IMG border=0 width=1 height=1 src='http://ad.linksynergy.com/fs-bin/show?id=B5Mn75VKR*w&bids=123835.10000063&type=3&subid=0' ><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/09489ea6.1cc6acc1.09489eaa.99f941f5/' target='_blank'>ゴルフ場予約サイト：楽天GORA</a><br><img src='../img/map/5approve.gif' width='20' height='15'>検索 - 探す -<br>　　　<a href='../../golf_course/map/chugoku.html' >中国・四国のゴルフ場</a><br>　　　<a href='../../short_course/map/chugoku.html' >中国・四国のショートゴルフ</a><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/0a35df7b.afd53348.0a35dddb.fc10f1e3/' target='_blank'>中国のガイド 楽天トラベル</a><br>　　　<a href='http://ck.jp.ap.valuecommerce.com/servlet/referral?sid=2123660&pid=874705567&vc_url=http%3a%2f%2fdom%2ejtb%2eco%2ejp%2fyado%2fList%2easpx%3fjk%3d32' target='_blank' ><img src='http://ad.jp.ap.valuecommerce.com/servlet/gifbanner?sid=2123660&pid=874705567' height='1' width='1' border='0'>島根のホテル JTB</a>");}); 
        map.addOverlay(marker804);
        var marker805 = new GMarker(new GLatLng(35.32285948276502,132.91148722171783),icon50);
		GEvent.addListener(marker805, "click", function() {    marker805.openInfoWindowHtml("<img src='../img/map/1address.gif' width='20' height='17'><strong><a href='../map/shimane/kamo.htm' >加茂ゴルフクラブ</a></strong><br><img src='../img/map/3memo.gif' width='20' height='17'>練習場（1000円で約－球）80打席 / 200Y<br><img src='../img/map/5approve.gif' width='20' height='15'>ゴルフ場予約 - <a href='http://click.linksynergy.com/fs-bin/click?id=B5Mn75VKR*w&offerid=123835.10000063&type=3&subid=0' >中国・四国</a><IMG border=0 width=1 height=1 src='http://ad.linksynergy.com/fs-bin/show?id=B5Mn75VKR*w&bids=123835.10000063&type=3&subid=0' ><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/09489ea6.1cc6acc1.09489eaa.99f941f5/' target='_blank'>ゴルフ場予約サイト：楽天GORA</a><br><img src='../img/map/5approve.gif' width='20' height='15'>検索 - 探す -<br>　　　<a href='../../golf_course/map/chugoku.html' >中国・四国のゴルフ場</a><br>　　　<a href='../../short_course/map/chugoku.html' >中国・四国のショートゴルフ</a><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/0a35df7b.afd53348.0a35dddb.fc10f1e3/' target='_blank'>中国のガイド 楽天トラベル</a><br>　　　<a href='http://ck.jp.ap.valuecommerce.com/servlet/referral?sid=2123660&pid=874705567&vc_url=http%3a%2f%2fdom%2ejtb%2eco%2ejp%2fyado%2fList%2easpx%3fjk%3d32' target='_blank' ><img src='http://ad.jp.ap.valuecommerce.com/servlet/gifbanner?sid=2123660&pid=874705567' height='1' width='1' border='0'>島根のホテル JTB</a>");}); 
        map.addOverlay(marker805);
        var marker806 = new GMarker(new GLatLng(35.202024763893725,132.4998378753662),icon50);
		GEvent.addListener(marker806, "click", function() {    marker806.openInfoWindowHtml("<img src='../img/map/1address.gif' width='20' height='17'><strong><a href='../map/shimane/ota.htm' >大田ゴルフセンター</a></strong><br><img src='../img/map/3memo.gif' width='20' height='17'>練習場（1000円で約－球）20打席 / 200Y<br><img src='../img/map/5approve.gif' width='20' height='15'>ゴルフ場予約 - <a href='http://click.linksynergy.com/fs-bin/click?id=B5Mn75VKR*w&offerid=123835.10000063&type=3&subid=0' >中国・四国</a><IMG border=0 width=1 height=1 src='http://ad.linksynergy.com/fs-bin/show?id=B5Mn75VKR*w&bids=123835.10000063&type=3&subid=0' ><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/09489ea6.1cc6acc1.09489eaa.99f941f5/' target='_blank'>ゴルフ場予約サイト：楽天GORA</a><br><img src='../img/map/5approve.gif' width='20' height='15'>検索 - 探す -<br>　　　<a href='../../golf_course/map/chugoku.html' >中国・四国のゴルフ場</a><br>　　　<a href='../../short_course/map/chugoku.html' >中国・四国のショートゴルフ</a><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/0a35df7b.afd53348.0a35dddb.fc10f1e3/' target='_blank'>中国のガイド 楽天トラベル</a><br>　　　<a href='http://ck.jp.ap.valuecommerce.com/servlet/referral?sid=2123660&pid=874705567&vc_url=http%3a%2f%2fdom%2ejtb%2eco%2ejp%2fyado%2fList%2easpx%3fjk%3d32' target='_blank' ><img src='http://ad.jp.ap.valuecommerce.com/servlet/gifbanner?sid=2123660&pid=874705567' height='1' width='1' border='0'>島根のホテル JTB</a>");}); 
        map.addOverlay(marker806);
        var marker807 = new GMarker(new GLatLng(35.19071042685963,132.49474167823792),icon50);
		GEvent.addListener(marker807, "click", function() {    marker807.openInfoWindowHtml("<img src='../img/map/1address.gif' width='20' height='17'><strong><a href='../map/shimane/birdy.htm' >ゴルフセンターバーディ</a></strong><br><img src='../img/map/3memo.gif' width='20' height='17'>練習場（1000円で約－球）15打席 / 200Y<br><img src='../img/map/5approve.gif' width='20' height='15'>ゴルフ場予約 - <a href='http://click.linksynergy.com/fs-bin/click?id=B5Mn75VKR*w&offerid=123835.10000063&type=3&subid=0' >中国・四国</a><IMG border=0 width=1 height=1 src='http://ad.linksynergy.com/fs-bin/show?id=B5Mn75VKR*w&bids=123835.10000063&type=3&subid=0' ><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/09489ea6.1cc6acc1.09489eaa.99f941f5/' target='_blank'>ゴルフ場予約サイト：楽天GORA</a><br><img src='../img/map/5approve.gif' width='20' height='15'>検索 - 探す -<br>　　　<a href='../../golf_course/map/chugoku.html' >中国・四国のゴルフ場</a><br>　　　<a href='../../short_course/map/chugoku.html' >中国・四国のショートゴルフ</a><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/0a35df7b.afd53348.0a35dddb.fc10f1e3/' target='_blank'>中国のガイド 楽天トラベル</a><br>　　　<a href='http://ck.jp.ap.valuecommerce.com/servlet/referral?sid=2123660&pid=874705567&vc_url=http%3a%2f%2fdom%2ejtb%2eco%2ejp%2fyado%2fList%2easpx%3fjk%3d32' target='_blank' ><img src='http://ad.jp.ap.valuecommerce.com/servlet/gifbanner?sid=2123660&pid=874705567' height='1' width='1' border='0'>島根のホテル JTB</a>");}); 
        map.addOverlay(marker807);
        var marker808 = new GMarker(new GLatLng(35.38233014221083,132.81140595674515),icon50);
		GEvent.addListener(marker808, "click", function() {    marker808.openInfoWindowHtml("<img src='../img/map/1address.gif' width='20' height='17'><strong><a href='../map/shimane/hikawa.htm' >斐川ファミリーゴルフ</a></strong><br><img src='../img/map/3memo.gif' width='20' height='17'>練習場（1000円で約130球）86打席 / 150Y<br><img src='../img/map/5approve.gif' width='20' height='15'>ゴルフ場予約 - <a href='http://click.linksynergy.com/fs-bin/click?id=B5Mn75VKR*w&offerid=123835.10000063&type=3&subid=0' >中国・四国</a><IMG border=0 width=1 height=1 src='http://ad.linksynergy.com/fs-bin/show?id=B5Mn75VKR*w&bids=123835.10000063&type=3&subid=0' ><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/09489ea6.1cc6acc1.09489eaa.99f941f5/' target='_blank'>ゴルフ場予約サイト：楽天GORA</a><br><img src='../img/map/5approve.gif' width='20' height='15'>検索 - 探す -<br>　　　<a href='../../golf_course/map/chugoku.html' >中国・四国のゴルフ場</a><br>　　　<a href='../../short_course/map/chugoku.html' >中国・四国のショートゴルフ</a><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/0a35df7b.afd53348.0a35dddb.fc10f1e3/' target='_blank'>中国のガイド 楽天トラベル</a><br>　　　<a href='http://ck.jp.ap.valuecommerce.com/servlet/referral?sid=2123660&pid=874705567&vc_url=http%3a%2f%2fdom%2ejtb%2eco%2ejp%2fyado%2fList%2easpx%3fjk%3d32' target='_blank' ><img src='http://ad.jp.ap.valuecommerce.com/servlet/gifbanner?sid=2123660&pid=874705567' height='1' width='1' border='0'>島根のホテル JTB</a>");}); 
        map.addOverlay(marker808);
        var marker809 = new GMarker(new GLatLng(34.890964833895524,132.12123066186905),icon50);
		GEvent.addListener(marker809, "click", function() {    marker809.openInfoWindowHtml("<img src='../img/map/1address.gif' width='20' height='17'><strong><a href='../map/shimane/hamada.htm' >浜田ゴルフガーデン</a></strong><br><img src='../img/map/3memo.gif' width='20' height='17'>練習場（1000円で約－球）30打席 / 250Y<br><img src='../img/map/5approve.gif' width='20' height='15'>ゴルフ場予約 - <a href='http://click.linksynergy.com/fs-bin/click?id=B5Mn75VKR*w&offerid=123835.10000063&type=3&subid=0' >中国・四国</a><IMG border=0 width=1 height=1 src='http://ad.linksynergy.com/fs-bin/show?id=B5Mn75VKR*w&bids=123835.10000063&type=3&subid=0' ><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/09489ea6.1cc6acc1.09489eaa.99f941f5/' target='_blank'>ゴルフ場予約サイト：楽天GORA</a><br><img src='../img/map/5approve.gif' width='20' height='15'>検索 - 探す -<br>　　　<a href='../../golf_course/map/chugoku.html' >中国・四国のゴルフ場</a><br>　　　<a href='../../short_course/map/chugoku.html' >中国・四国のショートゴルフ</a><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/0a35df7b.afd53348.0a35dddb.fc10f1e3/' target='_blank'>中国のガイド 楽天トラベル</a><br>　　　<a href='http://ck.jp.ap.valuecommerce.com/servlet/referral?sid=2123660&pid=874705567&vc_url=http%3a%2f%2fdom%2ejtb%2eco%2ejp%2fyado%2fList%2easpx%3fjk%3d32' target='_blank' ><img src='http://ad.jp.ap.valuecommerce.com/servlet/gifbanner?sid=2123660&pid=874705567' height='1' width='1' border='0'>島根のホテル JTB</a>");}); 
        map.addOverlay(marker809);
//鳥取
        var marker900 = new GMarker(new GLatLng(35.45552919604747,133.78548234701157),icon50);
		GEvent.addListener(marker900, "click", function() {    marker900.openInfoWindowHtml("<img src='../img/map/1address.gif' width='20' height='17'><strong><a href='../map/tottori/nadate.htm' >灘手ゴルフセンター</a></strong><br><img src='../img/map/3memo.gif' width='20' height='17'>練習場（1000円で約－球）20打席 / 250Y<br><img src='../img/map/5approve.gif' width='20' height='15'>ゴルフ場予約 - <a href='http://click.linksynergy.com/fs-bin/click?id=B5Mn75VKR*w&offerid=123835.10000063&type=3&subid=0' >中国・四国</a><IMG border=0 width=1 height=1 src='http://ad.linksynergy.com/fs-bin/show?id=B5Mn75VKR*w&bids=123835.10000063&type=3&subid=0' ><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/09489ea6.1cc6acc1.09489eaa.99f941f5/' target='_blank'>ゴルフ場予約サイト：楽天GORA</a><br><img src='../img/map/5approve.gif' width='20' height='15'>検索 - 探す -<br>　　　<a href='../../golf_course/map/chugoku.html' >中国・四国のゴルフ場</a><br>　　　<a href='../../short_course/map/chugoku.html' >中国・四国のショートゴルフ</a><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/0a35df7b.afd53348.0a35dddb.fc10f1e3/' target='_blank'>中国のガイド 楽天トラベル</a><br>　　　<a href='http://ck.jp.ap.valuecommerce.com/servlet/referral?sid=2123660&pid=874705567&vc_url=http%3a%2f%2fdom%2ejtb%2eco%2ejp%2fyado%2fList%2easpx%3fjk%3d31' target='_blank' ><img src='http://ad.jp.ap.valuecommerce.com/servlet/gifbanner?sid=2123660&pid=874705567' height='1' width='1' border='0'>鳥取のホテル JTB</a>");}); 
        map.addOverlay(marker900);
        var marker901 = new GMarker(new GLatLng(35.43981213417883,133.29790502786636),icon50);
		GEvent.addListener(marker901, "click", function() {    marker901.openInfoWindowHtml("<img src='../img/map/1address.gif' width='20' height='17'><strong><a href='../map/tottori/bss.htm' >BSSゴルフスクェア</a></strong><br><img src='../img/map/3memo.gif' width='20' height='17'>練習場（1000円で約－球）47打席 / 210Y<br><img src='../img/map/5approve.gif' width='20' height='15'>ゴルフ場予約 - <a href='http://click.linksynergy.com/fs-bin/click?id=B5Mn75VKR*w&offerid=123835.10000063&type=3&subid=0' >中国・四国</a><IMG border=0 width=1 height=1 src='http://ad.linksynergy.com/fs-bin/show?id=B5Mn75VKR*w&bids=123835.10000063&type=3&subid=0' ><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/09489ea6.1cc6acc1.09489eaa.99f941f5/' target='_blank'>ゴルフ場予約サイト：楽天GORA</a><br><img src='../img/map/5approve.gif' width='20' height='15'>検索 - 探す -<br>　　　<a href='../../golf_course/map/chugoku.html' >中国・四国のゴルフ場</a><br>　　　<a href='../../short_course/map/chugoku.html' >中国・四国のショートゴルフ</a><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/0a35df7b.afd53348.0a35dddb.fc10f1e3/' target='_blank'>中国のガイド 楽天トラベル</a><br>　　　<a href='http://ck.jp.ap.valuecommerce.com/servlet/referral?sid=2123660&pid=874705567&vc_url=http%3a%2f%2fdom%2ejtb%2eco%2ejp%2fyado%2fList%2easpx%3fjk%3d31' target='_blank' ><img src='http://ad.jp.ap.valuecommerce.com/servlet/gifbanner?sid=2123660&pid=874705567' height='1' width='1' border='0'>鳥取のホテル JTB</a>");}); 
        map.addOverlay(marker901);
//愛媛
        var marker35 = new GMarker(new GLatLng(33.36165276621288,132.61359572410583),icon50);
		GEvent.addListener(marker35, "click", function() {    marker35.openInfoWindowHtml("<img src='../img/map/1address.gif' width='20' height='17'><strong><a href='../map/ehime/lake.htm' >レイクゴルフセンター</a></strong><br><img src='../img/map/3memo.gif' width='20' height='17'>練習場（1000円で約130球）24打席 / 250Y<br><img src='../img/map/5approve.gif' width='20' height='15'>ゴルフ場予約 - <a href='http://click.linksynergy.com/fs-bin/click?id=B5Mn75VKR*w&offerid=123835.10000063&type=3&subid=0' >中国・四国</a><IMG border=0 width=1 height=1 src='http://ad.linksynergy.com/fs-bin/show?id=B5Mn75VKR*w&bids=123835.10000063&type=3&subid=0' ><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/09489ea6.1cc6acc1.09489eaa.99f941f5/' target='_blank'>ゴルフ場予約サイト：楽天GORA</a><br><img src='../img/map/5approve.gif' width='20' height='15'>検索 - 探す -<br>　　　<a href='../../golf_course/map/chugoku.html' >中国・四国のゴルフ場</a><br>　　　<a href='../../short_course/map/chugoku.html' >中国・四国のショートゴルフ</a><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/0a36833d.4fd9e4a4.0a35dddb.fc10f1e3/' target='_blank'>四国のガイド 楽天トラベル</a><br>　　　<a href='http://ck.jp.ap.valuecommerce.com/servlet/referral?sid=2123660&pid=874705567&vc_url=http%3a%2f%2fdom%2ejtb%2eco%2ejp%2fyado%2fList%2easpx%3fjk%3d38' target='_blank' ><img src='http://ad.jp.ap.valuecommerce.com/servlet/gifbanner?sid=2123660&pid=874705567' height='1' width='1' border='0'>愛媛のホテル JTB</a>");}); 
        map.addOverlay(marker35);
        var marker36 = new GMarker(new GLatLng(33.22125917949403,132.57118195295334),icon50);
		GEvent.addListener(marker36, "click", function() {    marker36.openInfoWindowHtml("<img src='../img/map/1address.gif' width='20' height='17'><strong><a href='../map/ehime/omiya.htm' >大宮ゴルフセンター＆ガーデン</a></strong><br><img src='../img/map/3memo.gif' width='20' height='17'>練習場（1000円で約120球）52打席 / 300Y<br><img src='../img/map/5approve.gif' width='20' height='15'>ゴルフ場予約 - <a href='http://click.linksynergy.com/fs-bin/click?id=B5Mn75VKR*w&offerid=123835.10000063&type=3&subid=0' >中国・四国</a><IMG border=0 width=1 height=1 src='http://ad.linksynergy.com/fs-bin/show?id=B5Mn75VKR*w&bids=123835.10000063&type=3&subid=0' ><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/09489ea6.1cc6acc1.09489eaa.99f941f5/' target='_blank'>ゴルフ場予約サイト：楽天GORA</a><br><img src='../img/map/5approve.gif' width='20' height='15'>検索 - 探す -<br>　　　<a href='../../golf_course/map/chugoku.html' >中国・四国のゴルフ場</a><br>　　　<a href='../../short_course/map/chugoku.html' >中国・四国のショートゴルフ</a><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/0a36833d.4fd9e4a4.0a35dddb.fc10f1e3/' target='_blank'>四国のガイド 楽天トラベル</a><br>　　　<a href='http://ck.jp.ap.valuecommerce.com/servlet/referral?sid=2123660&pid=874705567&vc_url=http%3a%2f%2fdom%2ejtb%2eco%2ejp%2fyado%2fList%2easpx%3fjk%3d38' target='_blank' ><img src='http://ad.jp.ap.valuecommerce.com/servlet/gifbanner?sid=2123660&pid=874705567' height='1' width='1' border='0'>愛媛のホテル JTB</a>");}); 
        map.addOverlay(marker36);
        var marker37 = new GMarker(new GLatLng(33.97657248453736,133.52740287780762),icon50);
		GEvent.addListener(marker37, "click", function() {    marker37.openInfoWindowHtml("<img src='../img/map/1address.gif' width='20' height='17'><strong><a href='../map/ehime/toyo.htm' >東予ゴルフセンター</a></strong><br><img src='../img/map/3memo.gif' width='20' height='17'>練習場（1000円で約100球）30打席 / 200Y<br><img src='../img/map/5approve.gif' width='20' height='15'>ゴルフ場予約 - <a href='http://click.linksynergy.com/fs-bin/click?id=B5Mn75VKR*w&offerid=123835.10000063&type=3&subid=0' >中国・四国</a><IMG border=0 width=1 height=1 src='http://ad.linksynergy.com/fs-bin/show?id=B5Mn75VKR*w&bids=123835.10000063&type=3&subid=0' ><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/09489ea6.1cc6acc1.09489eaa.99f941f5/' target='_blank'>ゴルフ場予約サイト：楽天GORA</a><br><img src='../img/map/5approve.gif' width='20' height='15'>検索 - 探す -<br>　　　<a href='../../golf_course/map/chugoku.html' >中国・四国のゴルフ場</a><br>　　　<a href='../../short_course/map/chugoku.html' >中国・四国のショートゴルフ</a><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/0a36833d.4fd9e4a4.0a35dddb.fc10f1e3/' target='_blank'>四国のガイド 楽天トラベル</a><br>　　　<a href='http://ck.jp.ap.valuecommerce.com/servlet/referral?sid=2123660&pid=874705567&vc_url=http%3a%2f%2fdom%2ejtb%2eco%2ejp%2fyado%2fList%2easpx%3fjk%3d38' target='_blank' ><img src='http://ad.jp.ap.valuecommerce.com/servlet/gifbanner?sid=2123660&pid=874705567' height='1' width='1' border='0'>愛媛のホテル JTB</a>");}); 
        map.addOverlay(marker37);
        var marker38 = new GMarker(new GLatLng(33.860293060484196,132.73554235696793),icon50);
		GEvent.addListener(marker38, "click", function() {    marker38.openInfoWindowHtml("<img src='../img/map/1address.gif' width='20' height='17'><strong><a href='../map/ehime/kumanodai.htm' >久万ノ台ゴルフ</a></strong><br><img src='../img/map/3memo.gif' width='20' height='17'>練習場（1000円で約90球）40打席 / 300Y<br><img src='../img/map/5approve.gif' width='20' height='15'>ゴルフ場予約 - <a href='http://click.linksynergy.com/fs-bin/click?id=B5Mn75VKR*w&offerid=123835.10000063&type=3&subid=0' >中国・四国</a><IMG border=0 width=1 height=1 src='http://ad.linksynergy.com/fs-bin/show?id=B5Mn75VKR*w&bids=123835.10000063&type=3&subid=0' ><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/09489ea6.1cc6acc1.09489eaa.99f941f5/' target='_blank'>ゴルフ場予約サイト：楽天GORA</a><br><img src='../img/map/5approve.gif' width='20' height='15'>検索 - 探す -<br>　　　<a href='../../golf_course/map/chugoku.html' >中国・四国のゴルフ場</a><br>　　　<a href='../../short_course/map/chugoku.html' >中国・四国のショートゴルフ</a><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/0a36833d.4fd9e4a4.0a35dddb.fc10f1e3/' target='_blank'>四国のガイド 楽天トラベル</a><br>　　　<a href='http://ck.jp.ap.valuecommerce.com/servlet/referral?sid=2123660&pid=874705567&vc_url=http%3a%2f%2fdom%2ejtb%2eco%2ejp%2fyado%2fList%2easpx%3fjk%3d38' target='_blank' ><img src='http://ad.jp.ap.valuecommerce.com/servlet/gifbanner?sid=2123660&pid=874705567' height='1' width='1' border='0'>愛媛のホテル JTB</a>");}); 
        map.addOverlay(marker38);
        var marker39 = new GMarker(new GLatLng(33.79879070015505,132.81254053115845),icon50);
		GEvent.addListener(marker39, "click", function() {    marker39.openInfoWindowHtml("<img src='../img/map/1address.gif' width='20' height='17'><strong><a href='../map/ehime/daiichigolf.htm' >第一ゴルフパーク</a></strong><br><img src='../img/map/3memo.gif' width='20' height='17'>練習場（1000円で約90球）48打席 / 170Y<br><img src='../img/map/5approve.gif' width='20' height='15'>ゴルフ場予約 - <a href='http://click.linksynergy.com/fs-bin/click?id=B5Mn75VKR*w&offerid=123835.10000063&type=3&subid=0' >中国・四国</a><IMG border=0 width=1 height=1 src='http://ad.linksynergy.com/fs-bin/show?id=B5Mn75VKR*w&bids=123835.10000063&type=3&subid=0' ><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/09489ea6.1cc6acc1.09489eaa.99f941f5/' target='_blank'>ゴルフ場予約サイト：楽天GORA</a><br><img src='../img/map/5approve.gif' width='20' height='15'>検索 - 探す -<br>　　　<a href='../../golf_course/map/chugoku.html' >中国・四国のゴルフ場</a><br>　　　<a href='../../short_course/map/chugoku.html' >中国・四国のショートゴルフ</a><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/0a36833d.4fd9e4a4.0a35dddb.fc10f1e3/' target='_blank'>四国のガイド 楽天トラベル</a><br>　　　<a href='http://ck.jp.ap.valuecommerce.com/servlet/referral?sid=2123660&pid=874705567&vc_url=http%3a%2f%2fdom%2ejtb%2eco%2ejp%2fyado%2fList%2easpx%3fjk%3d38' target='_blank' ><img src='http://ad.jp.ap.valuecommerce.com/servlet/gifbanner?sid=2123660&pid=874705567' height='1' width='1' border='0'>愛媛のホテル JTB</a>");}); 
        map.addOverlay(marker39);
        var marker40 = new GMarker(new GLatLng(33.835512951873625,132.78143495321274),icon50);
		GEvent.addListener(marker40, "click", function() {    marker40.openInfoWindowHtml("<img src='../img/map/1address.gif' width='20' height='17'><strong><a href='../map/ehime/iyotetsu.htm' >いよてつGOLF</a></strong><br><img src='../img/map/3memo.gif' width='20' height='17'>練習場（1000円で約80球）50打席 / 200Y<br><img src='../img/map/5approve.gif' width='20' height='15'>ゴルフ場予約 - <a href='http://click.linksynergy.com/fs-bin/click?id=B5Mn75VKR*w&offerid=123835.10000063&type=3&subid=0' >中国・四国</a><IMG border=0 width=1 height=1 src='http://ad.linksynergy.com/fs-bin/show?id=B5Mn75VKR*w&bids=123835.10000063&type=3&subid=0' ><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/09489ea6.1cc6acc1.09489eaa.99f941f5/' target='_blank'>ゴルフ場予約サイト：楽天GORA</a><br><img src='../img/map/5approve.gif' width='20' height='15'>検索 - 探す -<br>　　　<a href='../../golf_course/map/chugoku.html' >中国・四国のゴルフ場</a><br>　　　<a href='../../short_course/map/chugoku.html' >中国・四国のショートゴルフ</a><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/0a36833d.4fd9e4a4.0a35dddb.fc10f1e3/' target='_blank'>四国のガイド 楽天トラベル</a><br>　　　<a href='http://ck.jp.ap.valuecommerce.com/servlet/referral?sid=2123660&pid=874705567&vc_url=http%3a%2f%2fdom%2ejtb%2eco%2ejp%2fyado%2fList%2easpx%3fjk%3d38' target='_blank' ><img src='http://ad.jp.ap.valuecommerce.com/servlet/gifbanner?sid=2123660&pid=874705567' height='1' width='1' border='0'>愛媛のホテル JTB</a>");}); 
        map.addOverlay(marker40);
        var marker41 = new GMarker(new GLatLng(33.84658068468853,132.71201938390732),icon50);
		GEvent.addListener(marker41, "click", function() {    marker41.openInfoWindowHtml("<img src='../img/map/1address.gif' width='20' height='17'><strong><a href='../map/ehime/cosmo.htm' >コスモゴルフガーデン</a></strong><br><img src='../img/map/3memo.gif' width='20' height='17'>練習場（1000円で約80球）52打席 / 170Y<br><img src='../img/map/5approve.gif' width='20' height='15'>ゴルフ場予約 - <a href='http://click.linksynergy.com/fs-bin/click?id=B5Mn75VKR*w&offerid=123835.10000063&type=3&subid=0' >中国・四国</a><IMG border=0 width=1 height=1 src='http://ad.linksynergy.com/fs-bin/show?id=B5Mn75VKR*w&bids=123835.10000063&type=3&subid=0' ><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/09489ea6.1cc6acc1.09489eaa.99f941f5/' target='_blank'>ゴルフ場予約サイト：楽天GORA</a><br><img src='../img/map/5approve.gif' width='20' height='15'>検索 - 探す -<br>　　　<a href='../../golf_course/map/chugoku.html' >中国・四国のゴルフ場</a><br>　　　<a href='../../short_course/map/chugoku.html' >中国・四国のショートゴルフ</a><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/0a36833d.4fd9e4a4.0a35dddb.fc10f1e3/' target='_blank'>四国のガイド 楽天トラベル</a><br>　　　<a href='http://ck.jp.ap.valuecommerce.com/servlet/referral?sid=2123660&pid=874705567&vc_url=http%3a%2f%2fdom%2ejtb%2eco%2ejp%2fyado%2fList%2easpx%3fjk%3d38' target='_blank' ><img src='http://ad.jp.ap.valuecommerce.com/servlet/gifbanner?sid=2123660&pid=874705567' height='1' width='1' border='0'>愛媛のホテル JTB</a>");}); 
        map.addOverlay(marker41);
        var marker42 = new GMarker(new GLatLng(33.86413729831252,132.76079803705215),icon50);
		GEvent.addListener(marker42, "click", function() {    marker42.openInfoWindowHtml("<img src='../img/map/1address.gif' width='20' height='17'><strong><a href='../map/ehime/yamagoe.htm' >山越ゴルフガーデン</a></strong><br><img src='../img/map/3memo.gif' width='20' height='17'>練習場（1000円で約80球）41打席 / 200Y<br><img src='../img/map/5approve.gif' width='20' height='15'>ゴルフ場予約 - <a href='http://click.linksynergy.com/fs-bin/click?id=B5Mn75VKR*w&offerid=123835.10000063&type=3&subid=0' >中国・四国</a><IMG border=0 width=1 height=1 src='http://ad.linksynergy.com/fs-bin/show?id=B5Mn75VKR*w&bids=123835.10000063&type=3&subid=0' ><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/09489ea6.1cc6acc1.09489eaa.99f941f5/' target='_blank'>ゴルフ場予約サイト：楽天GORA</a><br><img src='../img/map/5approve.gif' width='20' height='15'>検索 - 探す -<br>　　　<a href='../../golf_course/map/chugoku.html' >中国・四国のゴルフ場</a><br>　　　<a href='../../short_course/map/chugoku.html' >中国・四国のショートゴルフ</a><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/0a36833d.4fd9e4a4.0a35dddb.fc10f1e3/' target='_blank'>四国のガイド 楽天トラベル</a><br>　　　<a href='http://ck.jp.ap.valuecommerce.com/servlet/referral?sid=2123660&pid=874705567&vc_url=http%3a%2f%2fdom%2ejtb%2eco%2ejp%2fyado%2fList%2easpx%3fjk%3d38' target='_blank' ><img src='http://ad.jp.ap.valuecommerce.com/servlet/gifbanner?sid=2123660&pid=874705567' height='1' width='1' border='0'>愛媛のホテル JTB</a>");}); 
        map.addOverlay(marker42);
//徳島
        var marker43 = new GMarker(new GLatLng(34.01973006082696,134.56860423088074),icon50);
		GEvent.addListener(marker43, "click", function() {    marker43.openInfoWindowHtml("<img src='../img/map/1address.gif' width='20' height='17'><strong><a href='../map/tokushima/golf.htm' >徳島ゴルフ練習場</a></strong><br><img src='../img/map/3memo.gif' width='20' height='17'>練習場（1000円で約120球）40打席 / 220Y<br><img src='../img/map/5approve.gif' width='20' height='15'>ゴルフ場予約 - <a href='http://click.linksynergy.com/fs-bin/click?id=B5Mn75VKR*w&offerid=123835.10000063&type=3&subid=0' >中国・四国</a><IMG border=0 width=1 height=1 src='http://ad.linksynergy.com/fs-bin/show?id=B5Mn75VKR*w&bids=123835.10000063&type=3&subid=0' ><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/09489ea6.1cc6acc1.09489eaa.99f941f5/' target='_blank'>ゴルフ場予約サイト：楽天GORA</a><br><img src='../img/map/5approve.gif' width='20' height='15'>検索 - 探す -<br>　　　<a href='../../golf_course/map/chugoku.html' >中国・四国のゴルフ場</a><br>　　　<a href='../../short_course/map/chugoku.html' >中国・四国のショートゴルフ</a><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/0a36833d.4fd9e4a4.0a35dddb.fc10f1e3/' target='_blank'>四国のガイド 楽天トラベル</a><br>　　　<a href='http://ck.jp.ap.valuecommerce.com/servlet/referral?sid=2123660&pid=874705567&vc_url=http%3a%2f%2fdom%2ejtb%2eco%2ejp%2fyado%2fList%2easpx%3fjk%3d36' target='_blank' ><img src='http://ad.jp.ap.valuecommerce.com/servlet/gifbanner?sid=2123660&pid=874705567' height='1' width='1' border='0'>徳島のホテル JTB</a>");}); 
        map.addOverlay(marker43);
//香川
        var marker44 = new GMarker(new GLatLng(34.26613011114198,133.78876268863678),icon50);
		GEvent.addListener(marker44, "click", function() {    marker44.openInfoWindowHtml("<img src='../img/map/1address.gif' width='20' height='17'><strong><a href='../map/kagawa/niconico.htm' >ニコニコキョウエーゴルフセンター</a></strong><br><img src='../img/map/3memo.gif' width='20' height='17'>練習場（1000円で約170球）50打席 / 330Y<br><img src='../img/map/5approve.gif' width='20' height='15'>ゴルフ場予約 - <a href='http://click.linksynergy.com/fs-bin/click?id=B5Mn75VKR*w&offerid=123835.10000063&type=3&subid=0' >中国・四国</a><IMG border=0 width=1 height=1 src='http://ad.linksynergy.com/fs-bin/show?id=B5Mn75VKR*w&bids=123835.10000063&type=3&subid=0' ><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/09489ea6.1cc6acc1.09489eaa.99f941f5/' target='_blank'>ゴルフ場予約サイト：楽天GORA</a><br><img src='../img/map/5approve.gif' width='20' height='15'>検索 - 探す -<br>　　　<a href='../../golf_course/map/chugoku.html' >中国・四国のゴルフ場</a><br>　　　<a href='../../short_course/map/chugoku.html' >中国・四国のショートゴルフ</a><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/0a36833d.4fd9e4a4.0a35dddb.fc10f1e3/' target='_blank'>四国のガイド 楽天トラベル</a><br>　　　<a href='http://ck.jp.ap.valuecommerce.com/servlet/referral?sid=2123660&pid=874705567&vc_url=http%3a%2f%2fdom%2ejtb%2eco%2ejp%2fyado%2fList%2easpx%3fjk%3d37' target='_blank' ><img src='http://ad.jp.ap.valuecommerce.com/servlet/gifbanner?sid=2123660&pid=874705567' height='1' width='1' border='0'>香川のホテル JTB</a>");}); 
        map.addOverlay(marker44);
        var marker45 = new GMarker(new GLatLng(34.342787181788395,134.13747131824493),icon50);
		GEvent.addListener(marker45, "click", function() {    marker45.openInfoWindowHtml("<img src='../img/map/1address.gif' width='20' height='17'><strong><a href='../map/kagawa/mure.htm' >牟礼ゴルフセンター</a></strong><br><img src='../img/map/3memo.gif' width='20' height='17'>練習場（1000円で約120球）19打席 / 300Y<br><img src='../img/map/5approve.gif' width='20' height='15'>ゴルフ場予約 - <a href='http://click.linksynergy.com/fs-bin/click?id=B5Mn75VKR*w&offerid=123835.10000063&type=3&subid=0' >中国・四国</a><IMG border=0 width=1 height=1 src='http://ad.linksynergy.com/fs-bin/show?id=B5Mn75VKR*w&bids=123835.10000063&type=3&subid=0' ><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/09489ea6.1cc6acc1.09489eaa.99f941f5/' target='_blank'>ゴルフ場予約サイト：楽天GORA</a><br><img src='../img/map/5approve.gif' width='20' height='15'>検索 - 探す -<br>　　　<a href='../../golf_course/map/chugoku.html' >中国・四国のゴルフ場</a><br>　　　<a href='../../short_course/map/chugoku.html' >中国・四国のショートゴルフ</a><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/0a36833d.4fd9e4a4.0a35dddb.fc10f1e3/' target='_blank'>四国のガイド 楽天トラベル</a><br>　　　<a href='http://ck.jp.ap.valuecommerce.com/servlet/referral?sid=2123660&pid=874705567&vc_url=http%3a%2f%2fdom%2ejtb%2eco%2ejp%2fyado%2fList%2easpx%3fjk%3d37' target='_blank' ><img src='http://ad.jp.ap.valuecommerce.com/servlet/gifbanner?sid=2123660&pid=874705567' height='1' width='1' border='0'>香川のホテル JTB</a>");}); 
        map.addOverlay(marker45);
        var marker46 = new GMarker(new GLatLng(34.347152121500684,134.0931934118271),icon50);
		GEvent.addListener(marker46, "click", function() {    marker46.openInfoWindowHtml("<img src='../img/map/1address.gif' width='20' height='17'><strong><a href='../map/kagawa/setouchi.htm' >瀬戸内ゴルフセンター</a></strong><br><img src='../img/map/3memo.gif' width='20' height='17'>練習場（1000円で約90球）50打席 / 200Y<br><img src='../img/map/5approve.gif' width='20' height='15'>ゴルフ場予約 - <a href='http://click.linksynergy.com/fs-bin/click?id=B5Mn75VKR*w&offerid=123835.10000063&type=3&subid=0' >中国・四国</a><IMG border=0 width=1 height=1 src='http://ad.linksynergy.com/fs-bin/show?id=B5Mn75VKR*w&bids=123835.10000063&type=3&subid=0' ><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/09489ea6.1cc6acc1.09489eaa.99f941f5/' target='_blank'>ゴルフ場予約サイト：楽天GORA</a><br><img src='../img/map/5approve.gif' width='20' height='15'>検索 - 探す -<br>　　　<a href='../../golf_course/map/chugoku.html' >中国・四国のゴルフ場</a><br>　　　<a href='../../short_course/map/chugoku.html' >中国・四国のショートゴルフ</a><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/0a36833d.4fd9e4a4.0a35dddb.fc10f1e3/' target='_blank'>四国のガイド 楽天トラベル</a><br>　　　<a href='http://ck.jp.ap.valuecommerce.com/servlet/referral?sid=2123660&pid=874705567&vc_url=http%3a%2f%2fdom%2ejtb%2eco%2ejp%2fyado%2fList%2easpx%3fjk%3d37' target='_blank' ><img src='http://ad.jp.ap.valuecommerce.com/servlet/gifbanner?sid=2123660&pid=874705567' height='1' width='1' border='0'>香川のホテル JTB</a>");}); 
        map.addOverlay(marker46);
//高知
        var marker47 = new GMarker(new GLatLng(33.574425842503736,133.49260926246643),icon50);
		GEvent.addListener(marker47, "click", function() {    marker47.openInfoWindowHtml("<img src='../img/map/1address.gif' width='20' height='17'><strong><a href='../map/kochi/crescent.htm' >クレッセント旭</a></strong><br><img src='../img/map/3memo.gif' width='20' height='17'>練習場（1000円で約130球）110打席 / 300Y<br><img src='../img/map/5approve.gif' width='20' height='15'>ゴルフ場予約 - <a href='http://click.linksynergy.com/fs-bin/click?id=B5Mn75VKR*w&offerid=123835.10000063&type=3&subid=0' >中国・四国</a><IMG border=0 width=1 height=1 src='http://ad.linksynergy.com/fs-bin/show?id=B5Mn75VKR*w&bids=123835.10000063&type=3&subid=0' ><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/09489ea6.1cc6acc1.09489eaa.99f941f5/' target='_blank'>ゴルフ場予約サイト：楽天GORA</a><br><img src='../img/map/5approve.gif' width='20' height='15'>検索 - 探す -<br>　　　<a href='../../golf_course/map/chugoku.html' >中国・四国のゴルフ場</a><br>　　　<a href='../../short_course/map/chugoku.html' >中国・四国のショートゴルフ</a><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/0a36833d.4fd9e4a4.0a35dddb.fc10f1e3/' target='_blank'>四国のガイド 楽天トラベル</a><br>　　　<a href='http://ck.jp.ap.valuecommerce.com/servlet/referral?sid=2123660&pid=874705567&vc_url=http%3a%2f%2fdom%2ejtb%2eco%2ejp%2fyado%2fList%2easpx%3fjk%3d39' target='_blank' ><img src='http://ad.jp.ap.valuecommerce.com/servlet/gifbanner?sid=2123660&pid=874705567' height='1' width='1' border='0'>高知のホテル JTB</a>");}); 
        map.addOverlay(marker47);
        var marker48 = new GMarker(new GLatLng(33.496168119288015,133.55859965085983),icon50);
		GEvent.addListener(marker48, "click", function() {    marker48.openInfoWindowHtml("<img src='../img/map/1address.gif' width='20' height='17'><strong><a href='../map/kochi/crescentkatura.htm' >クレッセント桂浜</a></strong><br><img src='../img/map/3memo.gif' width='20' height='17'>練習場（1000円で約130球）72打席 / 270Y<br><img src='../img/map/5approve.gif' width='20' height='15'>ゴルフ場予約 - <a href='http://click.linksynergy.com/fs-bin/click?id=B5Mn75VKR*w&offerid=123835.10000063&type=3&subid=0' >中国・四国</a><IMG border=0 width=1 height=1 src='http://ad.linksynergy.com/fs-bin/show?id=B5Mn75VKR*w&bids=123835.10000063&type=3&subid=0' ><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/09489ea6.1cc6acc1.09489eaa.99f941f5/' target='_blank'>ゴルフ場予約サイト：楽天GORA</a><br><img src='../img/map/5approve.gif' width='20' height='15'>検索 - 探す -<br>　　　<a href='../../golf_course/map/chugoku.html' >中国・四国のゴルフ場</a><br>　　　<a href='../../short_course/map/chugoku.html' >中国・四国のショートゴルフ</a><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/0a36833d.4fd9e4a4.0a35dddb.fc10f1e3/' target='_blank'>四国のガイド 楽天トラベル</a><br>　　　<a href='http://ck.jp.ap.valuecommerce.com/servlet/referral?sid=2123660&pid=874705567&vc_url=http%3a%2f%2fdom%2ejtb%2eco%2ejp%2fyado%2fList%2easpx%3fjk%3d39' target='_blank' ><img src='http://ad.jp.ap.valuecommerce.com/servlet/gifbanner?sid=2123660&pid=874705567' height='1' width='1' border='0'>高知のホテル JTB</a>");}); 
        map.addOverlay(marker48);
//香川
        var marker500 = new GMarker(new GLatLng(34.25103994341006,134.2864492535591),icon50);
		GEvent.addListener(marker500, "click", function() {    marker500.openInfoWindowHtml("<img src='../img/map/1address.gif' width='20' height='17'><strong><a href='../map/kagawa/jman.htm' >Jマンゴルフレンジ</a></strong><br><img src='../img/map/3memo.gif' width='20' height='17'>練習場（1000円で約－球）60打席 / 300Y<br><img src='../img/map/5approve.gif' width='20' height='15'>ゴルフ場予約 - <a href='http://click.linksynergy.com/fs-bin/click?id=B5Mn75VKR*w&offerid=123835.10000063&type=3&subid=0' >中国・四国</a><IMG border=0 width=1 height=1 src='http://ad.linksynergy.com/fs-bin/show?id=B5Mn75VKR*w&bids=123835.10000063&type=3&subid=0' ><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/09489ea6.1cc6acc1.09489eaa.99f941f5/' target='_blank'>ゴルフ場予約サイト：楽天GORA</a><br><img src='../img/map/5approve.gif' width='20' height='15'>検索 - 探す -<br>　　　<a href='../../golf_course/map/chugoku.html' >中国・四国のゴルフ場</a><br>　　　<a href='../../short_course/map/chugoku.html' >中国・四国のショートゴルフ</a><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/0a36833d.4fd9e4a4.0a35dddb.fc10f1e3/' target='_blank'>四国のガイド 楽天トラベル</a><br>　　　<a href='http://ck.jp.ap.valuecommerce.com/servlet/referral?sid=2123660&pid=874705567&vc_url=http%3a%2f%2fdom%2ejtb%2eco%2ejp%2fyado%2fList%2easpx%3fjk%3d37' target='_blank' ><img src='http://ad.jp.ap.valuecommerce.com/servlet/gifbanner?sid=2123660&pid=874705567' height='1' width='1' border='0'>香川のホテル JTB</a>");}); 
        map.addOverlay(marker500);
        var marker501 = new GMarker(new GLatLng(34.119658881159175,133.74484956264496),icon50);
		GEvent.addListener(marker501, "click", function() {    marker501.openInfoWindowHtml("<img src='../img/map/1address.gif' width='20' height='17'><strong><a href='../map/kagawa/yuyu.htm' >ゴルフガーデンゆうゆう</a></strong><br><img src='../img/map/3memo.gif' width='20' height='17'>練習場（1000円で約－球）－打席 / 300Y<br><img src='../img/map/5approve.gif' width='20' height='15'>ゴルフ場予約 - <a href='http://click.linksynergy.com/fs-bin/click?id=B5Mn75VKR*w&offerid=123835.10000063&type=3&subid=0' >中国・四国</a><IMG border=0 width=1 height=1 src='http://ad.linksynergy.com/fs-bin/show?id=B5Mn75VKR*w&bids=123835.10000063&type=3&subid=0' ><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/09489ea6.1cc6acc1.09489eaa.99f941f5/' target='_blank'>ゴルフ場予約サイト：楽天GORA</a><br><img src='../img/map/5approve.gif' width='20' height='15'>検索 - 探す -<br>　　　<a href='../../golf_course/map/chugoku.html' >中国・四国のゴルフ場</a><br>　　　<a href='../../short_course/map/chugoku.html' >中国・四国のショートゴルフ</a><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/0a36833d.4fd9e4a4.0a35dddb.fc10f1e3/' target='_blank'>四国のガイド 楽天トラベル</a><br>　　　<a href='http://ck.jp.ap.valuecommerce.com/servlet/referral?sid=2123660&pid=874705567&vc_url=http%3a%2f%2fdom%2ejtb%2eco%2ejp%2fyado%2fList%2easpx%3fjk%3d37' target='_blank' ><img src='http://ad.jp.ap.valuecommerce.com/servlet/gifbanner?sid=2123660&pid=874705567' height='1' width='1' border='0'>香川のホテル JTB</a>");}); 
        map.addOverlay(marker501);
        var marker502 = new GMarker(new GLatLng(34.34945519445747,134.02254670858383),icon50);
		GEvent.addListener(marker502, "click", function() {    marker502.openInfoWindowHtml("<img src='../img/map/1address.gif' width='20' height='17'><strong><a href='../map/kagawa/takamatsu.htm' >高松青春ゴルフセンター</a></strong><br><img src='../img/map/3memo.gif' width='20' height='17'>練習場（1000円で約－球）92打席 / 250Y<br><img src='../img/map/5approve.gif' width='20' height='15'>ゴルフ場予約 - <a href='http://click.linksynergy.com/fs-bin/click?id=B5Mn75VKR*w&offerid=123835.10000063&type=3&subid=0' >中国・四国</a><IMG border=0 width=1 height=1 src='http://ad.linksynergy.com/fs-bin/show?id=B5Mn75VKR*w&bids=123835.10000063&type=3&subid=0' ><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/09489ea6.1cc6acc1.09489eaa.99f941f5/' target='_blank'>ゴルフ場予約サイト：楽天GORA</a><br><img src='../img/map/5approve.gif' width='20' height='15'>検索 - 探す -<br>　　　<a href='../../golf_course/map/chugoku.html' >中国・四国のゴルフ場</a><br>　　　<a href='../../short_course/map/chugoku.html' >中国・四国のショートゴルフ</a><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/0a36833d.4fd9e4a4.0a35dddb.fc10f1e3/' target='_blank'>四国のガイド 楽天トラベル</a><br>　　　<a href='http://ck.jp.ap.valuecommerce.com/servlet/referral?sid=2123660&pid=874705567&vc_url=http%3a%2f%2fdom%2ejtb%2eco%2ejp%2fyado%2fList%2easpx%3fjk%3d37' target='_blank' ><img src='http://ad.jp.ap.valuecommerce.com/servlet/gifbanner?sid=2123660&pid=874705567' height='1' width='1' border='0'>香川のホテル JTB</a>");}); 
        map.addOverlay(marker502);
//高知
		var marker600 = new GMarker(new GLatLng(32.9751700239528,132.87761360406876),icon50);
		GEvent.addListener(marker600, "click", function() {    marker600.openInfoWindowHtml("<img src='../img/map/1address.gif' width='20' height='17'><strong><a href='../map/kochi/nakamura.htm' >ゴルフセンター中村</a></strong><br><img src='../img/map/3memo.gif' width='20' height='17'>練習場（1000円で約－球）25打席 / 200Y<br><img src='../img/map/5approve.gif' width='20' height='15'>ゴルフ場予約 - <a href='http://click.linksynergy.com/fs-bin/click?id=B5Mn75VKR*w&offerid=123835.10000063&type=3&subid=0' >中国・四国</a><IMG border=0 width=1 height=1 src='http://ad.linksynergy.com/fs-bin/show?id=B5Mn75VKR*w&bids=123835.10000063&type=3&subid=0' ><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/09489ea6.1cc6acc1.09489eaa.99f941f5/' target='_blank'>ゴルフ場予約サイト：楽天GORA</a><br><img src='../img/map/5approve.gif' width='20' height='15'>検索 - 探す -<br>　　　<a href='../../golf_course/map/chugoku.html' >中国・四国のゴルフ場</a><br>　　　<a href='../../short_course/map/chugoku.html' >中国・四国のショートゴルフ</a><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/0a36833d.4fd9e4a4.0a35dddb.fc10f1e3/' target='_blank'>四国のガイド 楽天トラベル</a><br>　　　<a href='http://ck.jp.ap.valuecommerce.com/servlet/referral?sid=2123660&pid=874705567&vc_url=http%3a%2f%2fdom%2ejtb%2eco%2ejp%2fyado%2fList%2easpx%3fjk%3d39' target='_blank' ><img src='http://ad.jp.ap.valuecommerce.com/servlet/gifbanner?sid=2123660&pid=874705567' height='1' width='1' border='0'>高知のホテル JTB</a>");}); 
        map.addOverlay(marker600);
//愛媛
        var marker700 = new GMarker(new GLatLng(34.102927867911326,132.96591997146606),icon50);
		GEvent.addListener(marker700, "click", function() {    marker700.openInfoWindowHtml("<img src='../img/map/1address.gif' width='20' height='17'><strong><a href='../map/ehime/acty.htm' >アクティはしはま</a></strong><br><img src='../img/map/3memo.gif' width='20' height='17'>練習場（1000円で約80球）60打席 / 230Y<br><img src='../img/map/5approve.gif' width='20' height='15'>ゴルフ場予約 - <a href='http://click.linksynergy.com/fs-bin/click?id=B5Mn75VKR*w&offerid=123835.10000063&type=3&subid=0' >中国・四国</a><IMG border=0 width=1 height=1 src='http://ad.linksynergy.com/fs-bin/show?id=B5Mn75VKR*w&bids=123835.10000063&type=3&subid=0' ><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/09489ea6.1cc6acc1.09489eaa.99f941f5/' target='_blank'>ゴルフ場予約サイト：楽天GORA</a><br><img src='../img/map/5approve.gif' width='20' height='15'>検索 - 探す -<br>　　　<a href='../../golf_course/map/chugoku.html' >中国・四国のゴルフ場</a><br>　　　<a href='../../short_course/map/chugoku.html' >中国・四国のショートゴルフ</a><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/0a36833d.4fd9e4a4.0a35dddb.fc10f1e3/' target='_blank'>四国のガイド 楽天トラベル</a><br>　　　<a href='http://ck.jp.ap.valuecommerce.com/servlet/referral?sid=2123660&pid=874705567&vc_url=http%3a%2f%2fdom%2ejtb%2eco%2ejp%2fyado%2fList%2easpx%3fjk%3d38' target='_blank' ><img src='http://ad.jp.ap.valuecommerce.com/servlet/gifbanner?sid=2123660&pid=874705567' height='1' width='1' border='0'>愛媛のホテル JTB</a>");}); 
        map.addOverlay(marker700);
    }
//滑らかに拡大、縮小
      map.enableContinuousZoom();
//オーバービュー
      map.addControl(new GOverviewMapControl(new GSize(140,70))); 
      map.addControl(new GLargeMapControl());
      map.addControl(new GMapTypeControl());

      if (window.attachEvent) { 
        window.attachEvent("onresize", function() {this.map.onResize()} );
      } else {
        window.addEventListener("resize", function() {this.map.onResize()} , false);
      }
	  
    }
       //]]>
