﻿//<![CDATA[
function load() {
      if (GBrowserIsCompatible()) {
	var map = new GMap( document.getElementById( "map" ) );
	map.centerAndZoom( new GPoint( 141.3168168067932 , 39.00931363868443 ) , 10 );
//センターマーカーの定義
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_g5.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 icon400 = new GIcon();
icon400.image = "../img/map/marker_flag_tsu.png";
icon400.shadow = "../img/map/marker_shadow.png";
icon400.iconSize = new GSize(20, 34);icon400.shadowSize = new GSize(37, 34);
icon400.iconAnchor = new GPoint(9, 34);icon400.infoWindowAnchor = new GPoint(18, 11); 
var icon800 = new GIcon();
icon800.image = "../img/map/marker_flag_niki.png";
icon800.shadow = "../img/map/marker_shadow.png";
icon800.iconSize = new GSize(20, 34);icon800.shadowSize = new GSize(37, 34);
icon800.iconAnchor = new GPoint(9, 34);icon800.infoWindowAnchor = new GPoint(18, 11);
//ゴルフ5
        var marker1 = new GMarker(new GLatLng(40.82917858336865,140.70809215307236),icon50);
		GEvent.addListener(marker1, "click", function() {    marker1.openInfoWindowHtml("<img src='../img/map/1address.gif' width='20' height='17'><strong><a href='../miyagi/greatsendai.html' >ゴルフ5 青森店</a></strong><br><img src='../img/map/4comment.gif' width='20' height='15'>電話　017-782-6681<br><img src='../img/map/3memo.gif' width='20' height='17'>備考　国道7号線(青森西バイパス)沿い､青森西郵便局向かい<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.10000058&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.10000058&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/tohoku.html' >東北のゴルフ場</a><br>　　　<a href='../../map/tohoku.html' >東北のゴルフ練習場</a><br>　　　<a href='../../short_course/map/tohoku.html' >東北のショートゴルフ</a><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/0a35dee9.302a4aa3.0a35dddb.fc10f1e3/' target='_blank'>東北のガイド 楽天トラベル</a>");}); 
        map.addOverlay(marker1);		
        var marker2 = new GMarker(new GLatLng(38.27045643166267,140.98588585853577),icon50);
		GEvent.addListener(marker2, "click", function() {    marker2.openInfoWindowHtml("<img src='../img/map/1address.gif' width='20' height='17'><strong><a href='../miyagi/hananomori.html' >ゴルフ5 仙台新港店</a></strong><br><img src='../img/map/4comment.gif' width='20' height='15'>電話　022-258-5560<br><img src='../img/map/3memo.gif' width='20' height='17'>備考　夢メッセみやぎ西側<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.10000058&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.10000058&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/tohoku.html' >東北のゴルフ場</a><br>　　　<a href='../../map/tohoku.html' >東北のゴルフ練習場</a><br>　　　<a href='../../short_course/map/tohoku.html' >東北のショートゴルフ</a><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/0a35dee9.302a4aa3.0a35dddb.fc10f1e3/' target='_blank'>東北のガイド 楽天トラベル</a>");}); 
        map.addOverlay(marker2);
        var marker3 = new GMarker(new GLatLng(38.31511704898821,140.87326526641846),icon50);
		GEvent.addListener(marker3, "click", function() {    marker3.openInfoWindowHtml("<img src='../img/map/1address.gif' width='20' height='17'><strong><a href='../miyagi/higashizao.html' >ゴルフ5 仙台泉店</a></strong><br><img src='../img/map/4comment.gif' width='20' height='15'>電話　022-776-4011<br><img src='../img/map/3memo.gif' width='20' height='17'>備考　北環状線、八乙女交差点を中山方面へ700m<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.10000058&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.10000058&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/tohoku.html' >東北のゴルフ場</a><br>　　　<a href='../../map/tohoku.html' >東北のゴルフ練習場</a><br>　　　<a href='../../short_course/map/tohoku.html' >東北のショートゴルフ</a><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/0a35dee9.302a4aa3.0a35dddb.fc10f1e3/' target='_blank'>東北のガイド 楽天トラベル</a>");}); 
        map.addOverlay(marker3);
        var marker4 = new GMarker(new GLatLng(38.28465860402006,140.32830208539963),icon50);
		GEvent.addListener(marker4, "click", function() {    marker4.openInfoWindowHtml("<img src='../img/map/1address.gif' width='20' height='17'><strong><a href='../miyagi/zaou.html' >ゴルフ5 山形店</a></strong><br><img src='../img/map/4comment.gif' width='20' height='15'>電話　023-681-4145<br><img src='../img/map/3memo.gif' width='20' height='17'>備考　国道13号線大野目交差点を西へ2.5kmジャスコ山形北店北向かい<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.10000058&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.10000058&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/tohoku.html' >東北のゴルフ場</a><br>　　　<a href='../../map/tohoku.html' >東北のゴルフ練習場</a><br>　　　<a href='../../short_course/map/tohoku.html' >東北のショートゴルフ</a><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/0a35dee9.302a4aa3.0a35dddb.fc10f1e3/' target='_blank'>東北のガイド 楽天トラベル</a>");}); 
        map.addOverlay(marker4);
        var marker5 = new GMarker(new GLatLng(37.44219311356632,140.37370651960373),icon50);
		GEvent.addListener(marker5, "click", function() {    marker5.openInfoWindowHtml("<img src='../img/map/1address.gif' width='20' height='17'><strong><a href='../miyagi/miyagino.html' >ゴルフ5 郡山フェスタ店</a></strong><br><img src='../img/map/4comment.gif' width='20' height='15'>電話　024-958-6370<br><img src='../img/map/3memo.gif' width='20' height='17'>備考　日和田ショッピングモールフェスタ・ジャスコフェスタ店南隣フェスタパワー内大観覧車前<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.10000058&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.10000058&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/tohoku.html' >東北のゴルフ場</a><br>　　　<a href='../../map/tohoku.html' >東北のゴルフ練習場</a><br>　　　<a href='../../short_course/map/tohoku.html' >東北のショートゴルフ</a><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/0a35dee9.302a4aa3.0a35dddb.fc10f1e3/' target='_blank'>東北のガイド 楽天トラベル</a>");}); 
        map.addOverlay(marker5);
        var marker6 = new GMarker(new GLatLng(37.931983223802334,139.1047105193138),icon50);
		GEvent.addListener(marker6, "click", function() {    marker6.openInfoWindowHtml("<img src='../img/map/1address.gif' width='20' height='17'><strong><a href='../miyagi/yakurai.html' >ゴルフ5 新潟河渡店</a></strong><br><img src='../img/map/4comment.gif' width='20' height='15'>電話　025-275-2272<br><img src='../img/map/3memo.gif' width='20' height='17'>備考　新潟空港より南へ2km、マーケットシティ河渡東隣<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.10000058&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.10000058&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/tohoku.html' >東北のゴルフ場</a><br>　　　<a href='../../map/tohoku.html' >東北のゴルフ練習場</a><br>　　　<a href='../../short_course/map/tohoku.html' >東北のショートゴルフ</a><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/0a35dee9.302a4aa3.0a35dddb.fc10f1e3/' target='_blank'>東北のガイド 楽天トラベル</a>");}); 
        map.addOverlay(marker6);
        var marker7 = new GMarker(new GLatLng(37.90294554685154,139.0430948138237),icon50);
		GEvent.addListener(marker7, "click", function() {    marker7.openInfoWindowHtml("<img src='../img/map/1address.gif' width='20' height='17'><strong><a href='../miyagi/miyahiru.html' >ゴルフ5 新潟近江店</a></strong><br><img src='../img/map/4comment.gif' width='20' height='15'>電話　025-285-0310<br><img src='../img/map/3memo.gif' width='20' height='17'>備考　笹出線沿い、堀之内交差点より西へ500m<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.10000058&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.10000058&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/tohoku.html' >東北のゴルフ場</a><br>　　　<a href='../../map/tohoku.html' >東北のゴルフ練習場</a><br>　　　<a href='../../short_course/map/tohoku.html' >東北のショートゴルフ</a><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/0a35dee9.302a4aa3.0a35dddb.fc10f1e3/' target='_blank'>東北のガイド 楽天トラベル</a>");}); 
        map.addOverlay(marker7);
        var marker8 = new GMarker(new GLatLng(37.15478641883493,138.2580417394638),icon50);
		GEvent.addListener(marker8, "click", function() {    marker8.openInfoWindowHtml("<img src='../img/map/1address.gif' width='20' height='17'><strong><a href='../miyagi/akiu.html' >ゴルフ5 上越店</a></strong><br><img src='../img/map/4comment.gif' width='20' height='15'>電話　025-544-0031<br><img src='../img/map/3memo.gif' width='20' height='17'>備考　ジャスコ上越店北向かい、ゴルフ練習場VIVO隣<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.10000058&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.10000058&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/tohoku.html' >東北のゴルフ場</a><br>　　　<a href='../../map/tohoku.html' >東北のゴルフ練習場</a><br>　　　<a href='../../short_course/map/tohoku.html' >東北のショートゴルフ</a><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/0a35dee9.302a4aa3.0a35dddb.fc10f1e3/' target='_blank'>東北のガイド 楽天トラベル</a>");}); 
        map.addOverlay(marker8);
//つるやゴルフ
        var marker9 = new GMarker(new GLatLng(38.194020262206,140.89164912700653),icon400);
		GEvent.addListener(marker9, "click", function() {    marker9.openInfoWindowHtml("<img src='../img/map/1address.gif' width='20' height='17'><strong><a href='../miyagi/izumi.html' >つるやゴルフ 仙台店</a></strong><br><img src='../img/map/4comment.gif' width='20' height='15'>電話　022-242-2245<br><img src='../img/map/3memo.gif' width='20' height='17'>備考　仙台バイパス（国道4号線）沿い、名取大橋を南へ約1.3km<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.10000058&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.10000058&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/tohoku.html' >東北のゴルフ場</a><br>　　　<a href='../../map/tohoku.html' >東北のゴルフ練習場</a><br>　　　<a href='../../short_course/map/tohoku.html' >東北のショートゴルフ</a><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/0a35dee9.302a4aa3.0a35dddb.fc10f1e3/' target='_blank'>東北のガイド 楽天トラベル</a>");}); 
        map.addOverlay(marker9);
        var marker10 = new GMarker(new GLatLng(38.33985748551468,140.8844742178917),icon400);
		GEvent.addListener(marker10, "click", function() {    marker10.openInfoWindowHtml("<img src='../img/map/1address.gif' width='20' height='17'><strong><a href='../miyagi/izumiparktown.html' >つるやゴルフ 仙台泉インター店</a></strong><br><img src='../img/map/4comment.gif' width='20' height='15'>電話　022-772-6678<br><img src='../img/map/3memo.gif' width='20' height='17'>備考　東北自動車道・泉IC出口より国道4号線バイパスを南へ約200m<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.10000058&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.10000058&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/tohoku.html' >東北のゴルフ場</a><br>　　　<a href='../../map/tohoku.html' >東北のゴルフ練習場</a><br>　　　<a href='../../short_course/map/tohoku.html' >東北のショートゴルフ</a><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/0a35dee9.302a4aa3.0a35dddb.fc10f1e3/' target='_blank'>東北のガイド 楽天トラベル</a>");}); 
        map.addOverlay(marker10);
        var marker11 = new GMarker(new GLatLng(39.661950773193865,140.1642206311226),icon400);
		GEvent.addListener(marker11, "click", function() {    marker11.openInfoWindowHtml("<img src='../img/map/1address.gif' width='20' height='17'><strong><a href='../miyagi/omotezao.html' >つるやゴルフ 秋田店</a></strong><br><img src='../img/map/4comment.gif' width='20' height='15'>電話　018-889-6665<br><img src='../img/map/3memo.gif' width='20' height='17'>備考　イオンモール秋田隣り、フレスポ御所野1F<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.10000058&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.10000058&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/tohoku.html' >東北のゴルフ場</a><br>　　　<a href='../../map/tohoku.html' >東北のゴルフ練習場</a><br>　　　<a href='../../short_course/map/tohoku.html' >東北のショートゴルフ</a><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/0a35dee9.302a4aa3.0a35dddb.fc10f1e3/' target='_blank'>東北のガイド 楽天トラベル</a>");}); 
        map.addOverlay(marker11);
        var marker12 = new GMarker(new GLatLng(38.28676605810048,140.3184825181961),icon400);
		GEvent.addListener(marker12, "click", function() {    marker12.openInfoWindowHtml("<img src='../img/map/1address.gif' width='20' height='17'><strong><a href='../miyagi/sanbongi.html' >つるやゴルフ 山形店</a></strong><br><img src='../img/map/4comment.gif' width='20' height='15'>電話　023-682-8788<br><img src='../img/map/3memo.gif' width='20' height='17'>備考　山形市嶋地区、フレスポ山形北の北側<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.10000058&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.10000058&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/tohoku.html' >東北のゴルフ場</a><br>　　　<a href='../../map/tohoku.html' >東北のゴルフ練習場</a><br>　　　<a href='../../short_course/map/tohoku.html' >東北のショートゴルフ</a><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/0a35dee9.302a4aa3.0a35dddb.fc10f1e3/' target='_blank'>東北のガイド 楽天トラベル</a>");}); 
        map.addOverlay(marker12);
        var marker13 = new GMarker(new GLatLng(37.7802401874167,140.48620641231537),icon400);
		GEvent.addListener(marker13, "click", function() {    marker13.openInfoWindowHtml("<img src='../img/map/1address.gif' width='20' height='17'><strong><a href='../miyagi/sendaigreen.html' >つるやゴルフ 福島店</a></strong><br><img src='../img/map/4comment.gif' width='20' height='15'>電話　024-552-1345<br><img src='../img/map/3memo.gif' width='20' height='17'>備考　国道4号線沿い、松川橋北へスグ<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.10000058&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.10000058&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/tohoku.html' >東北のゴルフ場</a><br>　　　<a href='../../map/tohoku.html' >東北のゴルフ練習場</a><br>　　　<a href='../../short_course/map/tohoku.html' >東北のショートゴルフ</a><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/0a35dee9.302a4aa3.0a35dddb.fc10f1e3/' target='_blank'>東北のガイド 楽天トラベル</a>");}); 
        map.addOverlay(marker13);
        var marker14 = new GMarker(new GLatLng(36.98086361267151,140.9004682302475),icon400);
		GEvent.addListener(marker14, "click", function() {    marker14.openInfoWindowHtml("<img src='../img/map/1address.gif' width='20' height='17'><strong><a href='../miyagi/sendaihiland.html' >つるやゴルフ いわき店</a></strong><br><img src='../img/map/4comment.gif' width='20' height='15'>電話　0246-76-0888<br><img src='../img/map/3memo.gif' width='20' height='17'>備考　鹿島街道沿い、鹿島町ヤマダ電機前<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.10000058&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.10000058&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/tohoku.html' >東北のゴルフ場</a><br>　　　<a href='../../map/tohoku.html' >東北のゴルフ練習場</a><br>　　　<a href='../../short_course/map/tohoku.html' >東北のショートゴルフ</a><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/0a35dee9.302a4aa3.0a35dddb.fc10f1e3/' target='_blank'>東北のガイド 楽天トラベル</a>");}); 
        map.addOverlay(marker14);
        var marker15 = new GMarker(new GLatLng(37.36286237686943,140.36829113960266),icon400);
		GEvent.addListener(marker15, "click", function() {    marker15.openInfoWindowHtml("<img src='../img/map/1address.gif' width='20' height='17'><strong><a href='../miyagi/sendaiminami.html' >つるやゴルフ 郡山店</a></strong><br><img src='../img/map/4comment.gif' width='20' height='15'>電話　024-937-3338<br><img src='../img/map/3memo.gif' width='20' height='17'>備考　国道4号線沿い、ビッグパレットふくしまを南へ約500m<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.10000058&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.10000058&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/tohoku.html' >東北のゴルフ場</a><br>　　　<a href='../../map/tohoku.html' >東北のゴルフ練習場</a><br>　　　<a href='../../short_course/map/tohoku.html' >東北のショートゴルフ</a><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/0a35dee9.302a4aa3.0a35dddb.fc10f1e3/' target='_blank'>東北のガイド 楽天トラベル</a>");}); 
        map.addOverlay(marker15);
        var marker16 = new GMarker(new GLatLng(37.901787864900854,139.0385913848877),icon400);
		GEvent.addListener(marker16, "click", function() {    marker16.openInfoWindowHtml("<img src='../img/map/1address.gif' width='20' height='17'><strong><a href='../miyagi/tenmei.html' >つるやゴルフ 新潟店</a></strong><br><img src='../img/map/4comment.gif' width='20' height='15'>電話　025-281-7666<br><img src='../img/map/3memo.gif' width='20' height='17'>備考　笹出線沿い、出来島方面へ新幹線高架よりスグ<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.10000058&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.10000058&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/tohoku.html' >東北のゴルフ場</a><br>　　　<a href='../../map/tohoku.html' >東北のゴルフ練習場</a><br>　　　<a href='../../short_course/map/tohoku.html' >東北のショートゴルフ</a><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/0a35dee9.302a4aa3.0a35dddb.fc10f1e3/' target='_blank'>東北のガイド 楽天トラベル</a>");}); 
        map.addOverlay(marker16);
//二木ゴルフ
        var marker17 = new GMarker(new GLatLng(39.690210419427295,141.14410132169724),icon800);
		GEvent.addListener(marker17, "click", function() {    marker17.openInfoWindowHtml("<img src='../img/map/1address.gif' width='20' height='17'><strong><a href='../miyagi/tomiya.html' >二木ゴルフ 盛岡西仙北店</a></strong><br><img src='../img/map/4comment.gif' width='20' height='15'>電話　019-631-1333<br><img src='../img/map/3memo.gif' width='20' height='17'>備考　－－－<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.10000058&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.10000058&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/tohoku.html' >東北のゴルフ場</a><br>　　　<a href='../../map/tohoku.html' >東北のゴルフ練習場</a><br>　　　<a href='../../short_course/map/tohoku.html' >東北のショートゴルフ</a><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/0a35dee9.302a4aa3.0a35dddb.fc10f1e3/' target='_blank'>東北のガイド 楽天トラベル</a>");}); 
        map.addOverlay(marker17);
        var marker18 = new GMarker(new GLatLng(38.18320960752188,140.89034289121628),icon800);
		GEvent.addListener(marker18, "click", function() {    marker18.openInfoWindowHtml("<img src='../img/map/1address.gif' width='20' height='17'><strong><a href='../miyagi/sendai.html' >二木ゴルフ 仙台名取店</a></strong><br><img src='../img/map/4comment.gif' width='20' height='15'>電話　022-384-1562<br><img src='../img/map/3memo.gif' width='20' height='17'>備考　－－－<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.10000058&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.10000058&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/tohoku.html' >東北のゴルフ場</a><br>　　　<a href='../../map/tohoku.html' >東北のゴルフ練習場</a><br>　　　<a href='../../short_course/map/tohoku.html' >東北のショートゴルフ</a><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/0a35dee9.302a4aa3.0a35dddb.fc10f1e3/' target='_blank'>東北のガイド 楽天トラベル</a>");}); 
        map.addOverlay(marker18);
        var marker19 = new GMarker(new GLatLng(38.32148076433266,140.8968311548233),icon800);
		GEvent.addListener(marker19, "click", function() {    marker19.openInfoWindowHtml("<img src='../img/map/1address.gif' width='20' height='17'><strong><a href='../miyagi/nishisendai.html' >二木ゴルフ 仙台泉店</a></strong><br><img src='../img/map/4comment.gif' width='20' height='15'>電話　022-371-1244<br><img src='../img/map/3memo.gif' width='20' height='17'>備考　－－－<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.10000058&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.10000058&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/tohoku.html' >東北のゴルフ場</a><br>　　　<a href='../../map/tohoku.html' >東北のゴルフ練習場</a><br>　　　<a href='../../short_course/map/tohoku.html' >東北のショートゴルフ</a><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/0a35dee9.302a4aa3.0a35dddb.fc10f1e3/' target='_blank'>東北のガイド 楽天トラベル</a>");}); 
        map.addOverlay(marker19);
        var marker20 = new GMarker(new GLatLng(39.69850919673286,140.1152354478836),icon800);
		GEvent.addListener(marker20, "click", function() {    marker20.openInfoWindowHtml("<img src='../img/map/1address.gif' width='20' height='17'><strong><a href='../miyagi/sendaihills.html' >二木ゴルフ 秋田店</a></strong><br><img src='../img/map/4comment.gif' width='20' height='15'>電話　018-837-1911<br><img src='../img/map/3memo.gif' width='20' height='17'>備考　－－－<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.10000058&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.10000058&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/tohoku.html' >東北のゴルフ場</a><br>　　　<a href='../../map/tohoku.html' >東北のゴルフ練習場</a><br>　　　<a href='../../short_course/map/tohoku.html' >東北のショートゴルフ</a><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/0a35dee9.302a4aa3.0a35dddb.fc10f1e3/' target='_blank'>東北のガイド 楽天トラベル</a>");}); 
        map.addOverlay(marker20);
        var marker21 = new GMarker(new GLatLng(37.36793385654056,140.37018477916718),icon800);
		GEvent.addListener(marker21, "click", function() {    marker21.openInfoWindowHtml("<img src='../img/map/1address.gif' width='20' height='17'><strong><a href='../miyagi/airport.html' >二木ゴルフ 郡山店</a></strong><br><img src='../img/map/4comment.gif' width='20' height='15'>電話　024-945-5666<br><img src='../img/map/3memo.gif' width='20' height='17'>備考　－－－<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.10000058&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.10000058&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/tohoku.html' >東北のゴルフ場</a><br>　　　<a href='../../map/tohoku.html' >東北のゴルフ練習場</a><br>　　　<a href='../../short_course/map/tohoku.html' >東北のショートゴルフ</a><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/0a35dee9.302a4aa3.0a35dddb.fc10f1e3/' target='_blank'>東北のガイド 楽天トラベル</a>");}); 
        map.addOverlay(marker21);
        var marker22 = new GMarker(new GLatLng(37.89017617548445,139.034503698349),icon800);
		GEvent.addListener(marker22, "click", function() {    marker22.openInfoWindowHtml("<img src='../img/map/1address.gif' width='20' height='17'><strong><a href='../miyagi/furukawa.html' >二木ゴルフ 新潟店</a></strong><br><img src='../img/map/4comment.gif' width='20' height='15'>電話　025-283-9980<br><img src='../img/map/3memo.gif' width='20' height='17'>備考　－－－<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.10000058&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.10000058&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/tohoku.html' >東北のゴルフ場</a><br>　　　<a href='../../map/tohoku.html' >東北のゴルフ練習場</a><br>　　　<a href='../../short_course/map/tohoku.html' >東北のショートゴルフ</a><br>　　　<a href='http://hb.afl.rakuten.co.jp/hsc/0a35dee9.302a4aa3.0a35dddb.fc10f1e3/' target='_blank'>東北のガイド 楽天トラベル</a>");}); 
        map.addOverlay(marker22);
	  }
//滑らかに拡大、縮小
      map.enableContinuousZoom();
//オーバービュー
      map.addControl(new GOverviewMapControl(new GSize(140,70))); 
      map.addControl(new GLargeMapControl());
      map.addControl(new GMapTypeControl());

      // Monitor the window resize event and let the map know when it occurs
      if (window.attachEvent) { 
        window.attachEvent("onresize", function() {this.map.onResize()} );
      } else {
        window.addEventListener("resize", function() {this.map.onResize()} , false);
      }
	  
    }
       //]]>
