var currentInfoWindow = null; function initialize() { var myLatlng = new google.maps.LatLng(34.8353128156499,137.408823013306); var Opts = { zoom: 9, center: myLatlng, navigationControl:true, mapTypeId: google.maps.MapTypeId.ROADMAP, disableDoubleClickZoom: true, scrollwheel: true, draggable: true, scaleControl : true, keyboardShortcuts: true }; map = new google.maps.Map(document.getElementById("gmap"), Opts); //−−−−−−−−−−−spot0 −−−−−−−−−−−− var LatLng0 = new google.maps.LatLng(34.765661,137.389361); //★マーカ位置 var contentString0 = 'ヤマサちくわ 本店'+ '

〒440-0894
愛知県豊橋市魚町97
7:00〜20:00
Tel:0532-53-2211(代)
[詳細]

';  //★インフォウィンドウ記述 var infowindow0 = new google.maps.InfoWindow({ content: contentString0 }); var image0 = new google.maps.MarkerImage('../common/img/g_icon_1.png' //★マーカ種類 ); var marker0 = new google.maps.Marker({  //★マーカ追加 position: LatLng0, map: map, title: "", icon: image0, }); google.maps.event.addListener(marker0, 'click', function() {  //★クリックアクション if (currentInfoWindow) { currentInfoWindow.close(); } infowindow0.open(map, marker0); currentInfoWindow = infowindow0; }); //−−−−−−−−−−−spot1 −−−−−−−−−−−− var LatLng1 = new google.maps.LatLng(34.784633,137.379935); //★マーカ位置 var contentString1 = 'ヤマサちくわ 下地店'+ '

〒440-0086
愛知県豊橋市下地町橋口30-1
平日:9:00~19:00
土日祝:8:00~19:00
Tel:0532-52-7137
[詳細]

';  //★インフォウィンドウ記述 var infowindow1 = new google.maps.InfoWindow({ content: contentString1 }); var image1 = new google.maps.MarkerImage('../common/img/g_icon_1.png' //★マーカ種類 ); var marker1 = new google.maps.Marker({  //★マーカ追加 position: LatLng1, map: map, title: "", icon: image1, }); google.maps.event.addListener(marker1, 'click', function() {  //★クリックアクション if (currentInfoWindow) { currentInfoWindow.close(); } infowindow1.open(map, marker1); currentInfoWindow = infowindow1; }); //−−−−−−−−−−−spot2 −−−−−−−−−−−− var LatLng2 = new google.maps.LatLng(34.762036,137.380667); //★マーカ位置 var contentString2 = 'ヤマサちくわ 西駅店'+ '

〒441-8021
愛知県豊橋市白河町22
9:00〜18:00
Tel:0532-31-7097

';  //★インフォウィンドウ記述 var infowindow2 = new google.maps.InfoWindow({ content: contentString2 }); var image2 = new google.maps.MarkerImage('../common/img/g_icon_1.png' //★マーカ種類 ); var marker2 = new google.maps.Marker({  //★マーカ追加 position: LatLng2, map: map, title: "", icon: image2, }); google.maps.event.addListener(marker2, 'click', function() {  //★クリックアクション if (currentInfoWindow) { currentInfoWindow.close(); } infowindow2.open(map, marker2); currentInfoWindow = infowindow2; }); //−−−−−−−−−−−spot3 −−−−−−−−−−−− var LatLng3 = new google.maps.LatLng(34.762867,137.382173); //★マーカ位置 var contentString3 = 'ヤマサちくわ 豊橋駅 カルミア店'+ '

〒440-0075
愛知県豊橋市花田町西宿 
豊橋駅ビル「カルミア」2階ギフトマーケット(旧南館)
7:00〜21:00

Tel:0532-56-6134[詳細]

';  //★インフォウィンドウ記述 var infowindow3 = new google.maps.InfoWindow({ content: contentString3 }); var image3 = new google.maps.MarkerImage('../common/img/g_icon_1.png' //★マーカ種類 ); var marker3 = new google.maps.Marker({  //★マーカ追加 position: LatLng3, map: map, title: "", icon: image3, }); google.maps.event.addListener(marker3, 'click', function() {  //★クリックアクション if (currentInfoWindow) { currentInfoWindow.close(); } infowindow3.open(map, marker3); currentInfoWindow = infowindow3; }); //−−−−−−−−−−−spot4 −−−−−−−−−−−− var LatLng4 = new google.maps.LatLng(34.763,137.3818); //★マーカ位置 var contentString4 = '三味 豊橋駅カルミア店'+ '

〒440-0075
愛知県豊橋市花田町西宿
豊橋駅ビル「カルミア」2階フードマーケット(旧北館)
10:00〜21:00
Tel:0532-55-2725[詳細]

';  //★インフォウィンドウ記述 var infowindow4 = new google.maps.InfoWindow({ content: contentString4 }); var image4 = new google.maps.MarkerImage('../common/img/g_icon_1.png' //★マーカ種類 ); var marker4 = new google.maps.Marker({  //★マーカ追加 position: LatLng4, map: map, title: "", icon: image4, }); google.maps.event.addListener(marker4, 'click', function() {  //★クリックアクション if (currentInfoWindow) { currentInfoWindow.close(); } infowindow4.open(map, marker4); currentInfoWindow = infowindow4; }); //−−−−−−−−−−−spot5 −−−−−−−−−−−− var LatLng5 = new google.maps.LatLng(34.76419,137.421026); //★マーカ位置 var contentString5 = 'ヤマサちくわ 東田店'+ '

〒440-0036
愛知県豊橋市東光町16

平日:9:00~18:00
土・日・祝:8:00~19:00
Tel:0532-63-2183

';  //★インフォウィンドウ記述 var infowindow5 = new google.maps.InfoWindow({ content: contentString5 }); var image5 = new google.maps.MarkerImage('../common/img/g_icon_1.png' //★マーカ種類 ); var marker5 = new google.maps.Marker({  //★マーカ追加 position: LatLng5, map: map, title: "", icon: image5, }); google.maps.event.addListener(marker5, 'click', function() {  //★クリックアクション if (currentInfoWindow) { currentInfoWindow.close(); } infowindow5.open(map, marker5); currentInfoWindow = infowindow5; }); //−−−−−−−−−−−spot6 −−−−−−−−−−−− var LatLng6 = new google.maps.LatLng(34.746929,137.373294); //★マーカ位置 var contentString6 = 'ヤマサちくわ 藤沢店'+ '

〒441-8058
愛知県豊橋市柱六番町139
9:00〜18:00
Tel:0532-46-6392

';  //★インフォウィンドウ記述 var infowindow6 = new google.maps.InfoWindow({ content: contentString6 }); var image6 = new google.maps.MarkerImage('../common/img/g_icon_1.png' //★マーカ種類 ); var marker6 = new google.maps.Marker({  //★マーカ追加 position: LatLng6, map: map, title: "", icon: image6, }); google.maps.event.addListener(marker6, 'click', function() {  //★クリックアクション if (currentInfoWindow) { currentInfoWindow.close(); } infowindow6.open(map, marker6); currentInfoWindow = infowindow6; }); //−−−−−−−−−−−spot7 −−−−−−−−−−−− var LatLng7 = new google.maps.LatLng(34.729715,137.400765); //★マーカ位置 var contentString7 = 'ヤマサちくわ 曙店'+ '

〒441-8151
愛知県豊橋市曙町南松原11

<営業時間>
【ヤマサちくわ曙店 平日9:00~18:00 土日祝:8:00~18:00】
-----------------------------
【カフェワイケット 9:00~15:00 (14:30ラストオーダー)】

Tel:0532-48-8601[詳細]

';  //★インフォウィンドウ記述 var infowindow7 = new google.maps.InfoWindow({ content: contentString7 }); var image7 = new google.maps.MarkerImage('../common/img/g_icon_1.png' //★マーカ種類 ); var marker7 = new google.maps.Marker({  //★マーカ追加 position: LatLng7, map: map, title: "", icon: image7, }); google.maps.event.addListener(marker7, 'click', function() {  //★クリックアクション if (currentInfoWindow) { currentInfoWindow.close(); } infowindow7.open(map, marker7); currentInfoWindow = infowindow7; }); //−−−−−−−−−−−spot8 −−−−−−−−−−−− var LatLng8 = new google.maps.LatLng(34.725598,137.45831); //★マーカ位置 var contentString8 = 'ヤマサちくわ 二川店'+ '

〒441-3104
愛知県豊橋市雲谷町ハシヅメ3-78
(産直プラザ二川敷地内)
9:30〜18:30
Tel:0532-41-5134

';  //★インフォウィンドウ記述 var infowindow8 = new google.maps.InfoWindow({ content: contentString8 }); var image8 = new google.maps.MarkerImage('../common/img/g_icon_1.png' //★マーカ種類 ); var marker8 = new google.maps.Marker({  //★マーカ追加 position: LatLng8, map: map, title: "", icon: image8, }); google.maps.event.addListener(marker8, 'click', function() {  //★クリックアクション if (currentInfoWindow) { currentInfoWindow.close(); } infowindow8.open(map, marker8); currentInfoWindow = infowindow8; }); //−−−−−−−−−−−spot9 −−−−−−−−−−−− var LatLng9 = new google.maps.LatLng(34.709659,137.388307); //★マーカ位置 var contentString9 = 'ヤマサちくわ イオン豊橋南店'+ '

〒441-8124
愛知県豊橋市野依町字落合1−12
10:00~21:00
(毎月20日・30日・毎週日曜 9:00~21:00)
Tel:0532-35-6201

';  //★インフォウィンドウ記述 var infowindow9 = new google.maps.InfoWindow({ content: contentString9 }); var image9 = new google.maps.MarkerImage('../common/img/g_icon_1.png' //★マーカ種類 ); var marker9 = new google.maps.Marker({  //★マーカ追加 position: LatLng9, map: map, title: "", icon: image9, }); google.maps.event.addListener(marker9, 'click', function() {  //★クリックアクション if (currentInfoWindow) { currentInfoWindow.close(); } infowindow9.open(map, marker9); currentInfoWindow = infowindow9; }); //−−−−−−−−−−−spot10 −−−−−−−−−−−− var LatLng10 = new google.maps.LatLng(34.8354405054466,137.409209251404); //★マーカ位置 var contentString10 = 'ヤマサちくわ 豊川インター店'+ '

〒442-0808
愛知県豊川市豊が丘町8

8:00〜20:00
Tel:0533-85-8686

';  //★インフォウィンドウ記述 var infowindow10 = new google.maps.InfoWindow({ content: contentString10 }); var image10 = new google.maps.MarkerImage('../common/img/g_icon_1.png' //★マーカ種類 ); var marker10 = new google.maps.Marker({  //★マーカ追加 position: LatLng10, map: map, title: "", icon: image10, }); google.maps.event.addListener(marker10, 'click', function() {  //★クリックアクション if (currentInfoWindow) { currentInfoWindow.close(); } infowindow10.open(map, marker10); currentInfoWindow = infowindow10; }); //−−−−−−−−−−−spot11 −−−−−−−−−−−− var LatLng11 = new google.maps.LatLng(34.8353128156499,137.408823013306); //★マーカ位置 var contentString11 = 'ちくわの里'+ '

〒442-0808
愛知県豊川市豊が丘町8

9:00〜18:00
(竹輪茶屋 11:00〜14:00)
Tel:0533-85-3451
[詳細]

';  //★インフォウィンドウ記述 var infowindow11 = new google.maps.InfoWindow({ content: contentString11 }); var image11 = new google.maps.MarkerImage('../common/img/g_icon_3.png' //★マーカ種類 ); var marker11 = new google.maps.Marker({  //★マーカ追加 position: LatLng11, map: map, title: "", icon: image11, }); google.maps.event.addListener(marker11, 'click', function() {  //★クリックアクション if (currentInfoWindow) { currentInfoWindow.close(); } infowindow11.open(map, marker11); currentInfoWindow = infowindow11; }); //−−−−−−−−−−−spot12 −−−−−−−−−−−− var LatLng12 = new google.maps.LatLng(34.824778,137.394843); //★マーカ位置 var contentString12 = 'ヤマサちくわ 豊川門前店'+ '

〒442-0037
愛知県豊川市門前1

8:30〜17:00
Tel:0533-86-2372

';  //★インフォウィンドウ記述 var infowindow12 = new google.maps.InfoWindow({ content: contentString12 }); var image12 = new google.maps.MarkerImage('../common/img/g_icon_1.png' //★マーカ種類 ); var marker12 = new google.maps.Marker({  //★マーカ追加 position: LatLng12, map: map, title: "", icon: image12, }); google.maps.event.addListener(marker12, 'click', function() {  //★クリックアクション if (currentInfoWindow) { currentInfoWindow.close(); } infowindow12.open(map, marker12); currentInfoWindow = infowindow12; }); //−−−−−−−−−−−spot13 −−−−−−−−−−−− var LatLng13 = new google.maps.LatLng(34.824239,137.394564); //★マーカ位置 var contentString13 = 'ヤマサちくわ 豊川店 '+ '

〒442-0041
愛知県豊川市旭町4
8:30〜17:00
Tel:0533-86-2351

';  //★インフォウィンドウ記述 var infowindow13 = new google.maps.InfoWindow({ content: contentString13 }); var image13 = new google.maps.MarkerImage('../common/img/g_icon_1.png' //★マーカ種類 ); var marker13 = new google.maps.Marker({  //★マーカ追加 position: LatLng13, map: map, title: "", icon: image13, }); google.maps.event.addListener(marker13, 'click', function() {  //★クリックアクション if (currentInfoWindow) { currentInfoWindow.close(); } infowindow13.open(map, marker13); currentInfoWindow = infowindow13; }); //−−−−−−−−−−−spot14 −−−−−−−−−−−− var LatLng14 = new google.maps.LatLng(34.8245259422551,137.394922681244); //★マーカ位置 var contentString14 = 'ヤマサちくわ豊川稲荷表参道店'+ '

〒442-0037
愛知県豊川市門前町54
8:30〜17:00
Tel:0533-95-7760

';  //★インフォウィンドウ記述 var infowindow14 = new google.maps.InfoWindow({ content: contentString14 }); var image14 = new google.maps.MarkerImage('../common/img/g_icon_1.png' //★マーカ種類 ); var marker14 = new google.maps.Marker({  //★マーカ追加 position: LatLng14, map: map, title: "", icon: image14, }); google.maps.event.addListener(marker14, 'click', function() {  //★クリックアクション if (currentInfoWindow) { currentInfoWindow.close(); } infowindow14.open(map, marker14); currentInfoWindow = infowindow14; }); //−−−−−−−−−−−spot15 −−−−−−−−−−−− var LatLng15 = new google.maps.LatLng(34.808271,137.273656); //★マーカ位置 var contentString15 = 'ヤマサちくわ ラグーナ蒲郡店'+ '

〒443-0014
愛知県蒲郡市海陽町2-1

平 日 9:00〜18:00
土日祝 9:00〜20:00
Tel:0533-58-2675
[詳細]

';  //★インフォウィンドウ記述 var infowindow15 = new google.maps.InfoWindow({ content: contentString15 }); var image15 = new google.maps.MarkerImage('../common/img/g_icon_1.png' //★マーカ種類 ); var marker15 = new google.maps.Marker({  //★マーカ追加 position: LatLng15, map: map, title: "", icon: image15, }); google.maps.event.addListener(marker15, 'click', function() {  //★クリックアクション if (currentInfoWindow) { currentInfoWindow.close(); } infowindow15.open(map, marker15); currentInfoWindow = infowindow15; }); //−−−−−−−−−−−spot16 −−−−−−−−−−−− var LatLng16 = new google.maps.LatLng(34.867791,137.294555); //★マーカ位置 var contentString16 = 'ヤマサちくわ 音羽インター店'+ '

〒441-0203
愛知県豊川市長沢町流田223-4

平 日 9:00〜20:00
土日祝 8:00〜20:00
※飲食店 11:00~15:00
Tel:0533-87-0990

';  //★インフォウィンドウ記述 var infowindow16 = new google.maps.InfoWindow({ content: contentString16 }); var image16 = new google.maps.MarkerImage('../common/img/g_icon_1.png' //★マーカ種類 ); var marker16 = new google.maps.Marker({  //★マーカ追加 position: LatLng16, map: map, title: "", icon: image16, }); google.maps.event.addListener(marker16, 'click', function() {  //★クリックアクション if (currentInfoWindow) { currentInfoWindow.close(); } infowindow16.open(map, marker16); currentInfoWindow = infowindow16; }); //−−−−−−−−−−−spot17 −−−−−−−−−−−− var LatLng17 = new google.maps.LatLng(34.895893,137.476961); //★マーカ位置 var contentString17 = '【一時休業】ヤマサちくわ 新城グリーンセンター店'+ '

〒441-1352
愛知県新城市豊栄221-1
9:00〜18:00
Tel:0536-24-0260

<一時休業のご案内>
「グリーンセンターしんしろ」の建て替え工事に伴い、下記の期間休業させていただきます。
来春リニューアルオープン予定です。
休業期間:令和5年6月12日(月)~令和6年春頃
※「Aコープしんしろ」にて弊社商品を販売させていただいておりますので、是非ご利用くださいませ。

';  //★インフォウィンドウ記述 var infowindow17 = new google.maps.InfoWindow({ content: contentString17 }); var image17 = new google.maps.MarkerImage('../common/img/g_icon_1.png' //★マーカ種類 ); var marker17 = new google.maps.Marker({  //★マーカ追加 position: LatLng17, map: map, title: "", icon: image17, }); google.maps.event.addListener(marker17, 'click', function() {  //★クリックアクション if (currentInfoWindow) { currentInfoWindow.close(); } infowindow17.open(map, marker17); currentInfoWindow = infowindow17; }); //−−−−−−−−−−−spot18 −−−−−−−−−−−− var LatLng18 = new google.maps.LatLng(34.662877,137.271804); //★マーカ位置 var contentString18 = 'ヤマサちくわ 田原店'+ '

〒441-3416
愛知県田原市東赤石2-52-53

平日 9:00〜18:00
土・日・祝日 9:00~19:00

Tel:0531-24-4151

';  //★インフォウィンドウ記述 var infowindow18 = new google.maps.InfoWindow({ content: contentString18 }); var image18 = new google.maps.MarkerImage('../common/img/g_icon_1.png' //★マーカ種類 ); var marker18 = new google.maps.Marker({  //★マーカ追加 position: LatLng18, map: map, title: "", icon: image18, }); google.maps.event.addListener(marker18, 'click', function() {  //★クリックアクション if (currentInfoWindow) { currentInfoWindow.close(); } infowindow18.open(map, marker18); currentInfoWindow = infowindow18; }); //−−−−−−−−−−−spot19 −−−−−−−−−−−− var LatLng19 = new google.maps.LatLng(35.040582,137.048717); //★マーカ位置 var contentString19 = 'ヤマサちくわ 刈谷オアシス店'+ '

〒448-0007
愛知県刈谷市東境町吉野55番地

平日8:00~22:00
土日祝:7:00~22:00
Tel:0566-36-6088[詳細]

';  //★インフォウィンドウ記述 var infowindow19 = new google.maps.InfoWindow({ content: contentString19 }); var image19 = new google.maps.MarkerImage('../common/img/g_icon_1.png' //★マーカ種類 ); var marker19 = new google.maps.Marker({  //★マーカ追加 position: LatLng19, map: map, title: "", icon: image19, }); google.maps.event.addListener(marker19, 'click', function() {  //★クリックアクション if (currentInfoWindow) { currentInfoWindow.close(); } infowindow19.open(map, marker19); currentInfoWindow = infowindow19; }); //−−−−−−−−−−−spot20 −−−−−−−−−−−− var LatLng20 = new google.maps.LatLng(34.90384,137.495987); //★マーカ位置 var contentString20 = 'ヤマサちくわ ピアゴ新城店'+ '

〒441-1378
愛知県新城市宮ノ後68-3
9:00~21:00
Tel:0536-24-1411

';  //★インフォウィンドウ記述 var infowindow20 = new google.maps.InfoWindow({ content: contentString20 }); var image20 = new google.maps.MarkerImage('../common/img/g_icon_1.png' //★マーカ種類 ); var marker20 = new google.maps.Marker({  //★マーカ追加 position: LatLng20, map: map, title: "", icon: image20, }); google.maps.event.addListener(marker20, 'click', function() {  //★クリックアクション if (currentInfoWindow) { currentInfoWindow.close(); } infowindow20.open(map, marker20); currentInfoWindow = infowindow20; }); //−−−−−−−−−−−spot21 −−−−−−−−−−−− var LatLng21 = new google.maps.LatLng(35.170466,136.880156); //★マーカ位置 var contentString21 = 'ヤマサちくわ 新幹線地下街エスカ店'+ '

〒453-0015
愛知県名古屋市中村区椿町6-9
9:00〜20:30
Tel:052-452-1561

';  //★インフォウィンドウ記述 var infowindow21 = new google.maps.InfoWindow({ content: contentString21 }); var image21 = new google.maps.MarkerImage('../common/img/g_icon_1.png' //★マーカ種類 ); var marker21 = new google.maps.Marker({  //★マーカ追加 position: LatLng21, map: map, title: "", icon: image21, }); google.maps.event.addListener(marker21, 'click', function() {  //★クリックアクション if (currentInfoWindow) { currentInfoWindow.close(); } infowindow21.open(map, marker21); currentInfoWindow = infowindow21; }); //−−−−−−−−−−−spot22 −−−−−−−−−−−− var LatLng22 = new google.maps.LatLng(35.165326,136.90796); //★マーカ位置 var contentString22 = 'ヤマサちくわ 松坂屋名古屋店'+ '

〒460-0008
愛知県名古屋市中区栄3-16-1
松坂屋 名古屋店 本館地下1階
10:00〜20:00

Tel:052-264-3893

';  //★インフォウィンドウ記述 var infowindow22 = new google.maps.InfoWindow({ content: contentString22 }); var image22 = new google.maps.MarkerImage('../common/img/g_icon_1.png' //★マーカ種類 ); var marker22 = new google.maps.Marker({  //★マーカ追加 position: LatLng22, map: map, title: "", icon: image22, }); google.maps.event.addListener(marker22, 'click', function() {  //★クリックアクション if (currentInfoWindow) { currentInfoWindow.close(); } infowindow22.open(map, marker22); currentInfoWindow = infowindow22; }); //−−−−−−−−−−−spot23 −−−−−−−−−−−− var LatLng23 = new google.maps.LatLng(35.168564,136.884389); //★マーカ位置 var contentString23 = 'ヤマサちくわ 名鉄百貨店・ヤマサちくわ海工房'+ '

〒450-8505
愛知県名古屋市中村区名駅1-2-1
名鉄百貨店本店 メンズ館地下1階フレッシュステーション
10:00〜20:00  
Tel:052-585-1703

';  //★インフォウィンドウ記述 var infowindow23 = new google.maps.InfoWindow({ content: contentString23 }); var image23 = new google.maps.MarkerImage('../common/img/g_icon_1.png' //★マーカ種類 ); var marker23 = new google.maps.Marker({  //★マーカ追加 position: LatLng23, map: map, title: "", icon: image23, }); google.maps.event.addListener(marker23, 'click', function() {  //★クリックアクション if (currentInfoWindow) { currentInfoWindow.close(); } infowindow23.open(map, marker23); currentInfoWindow = infowindow23; }); //−−−−−−−−−−−spot24 −−−−−−−−−−−− var LatLng24 = new google.maps.LatLng(35.019111,136.590611); //★マーカ位置 var contentString24 = 'ヤマサちくわ EXPASA御在所店(上り線SA)'+ '

〒512-0906
三重県四日市市山之一色町字池ノ谷口1569-2
8:00〜20:00
Tel:059-330-5060

';  //★インフォウィンドウ記述 var infowindow24 = new google.maps.InfoWindow({ content: contentString24 }); var image24 = new google.maps.MarkerImage('../common/img/g_icon_1.png' //★マーカ種類 ); var marker24 = new google.maps.Marker({  //★マーカ追加 position: LatLng24, map: map, title: "", icon: image24, }); google.maps.event.addListener(marker24, 'click', function() {  //★クリックアクション if (currentInfoWindow) { currentInfoWindow.close(); } infowindow24.open(map, marker24); currentInfoWindow = infowindow24; }); //−−−−−−−−−−−spot25 −−−−−−−−−−−− var LatLng25 = new google.maps.LatLng(34.703921,137.733117); //★マーカ位置 var contentString25 = 'ヤマサちくわ 遠鉄百貨店'+ '

〒430-0926
静岡県浜松市中央区砂山町320-2
遠鉄百貨店 本館B1F
営業時間:10:00~19:00
Tel:053-457-5466

';  //★インフォウィンドウ記述 var infowindow25 = new google.maps.InfoWindow({ content: contentString25 }); var image25 = new google.maps.MarkerImage('../common/img/g_icon_1.png' //★マーカ種類 ); var marker25 = new google.maps.Marker({  //★マーカ追加 position: LatLng25, map: map, title: "", icon: image25, }); google.maps.event.addListener(marker25, 'click', function() {  //★クリックアクション if (currentInfoWindow) { currentInfoWindow.close(); } infowindow25.open(map, marker25); currentInfoWindow = infowindow25; }); //−−−−−−−−−−−spot26 −−−−−−−−−−−− var LatLng26 = new google.maps.LatLng(34.696162,137.414831); //★マーカ位置 var contentString26 = 'ヤマサちくわ 道の駅とよはし店'+ '

〒441-3201
愛知県豊橋市東七根町字一の沢113-2
9:00〜18:00
Tel:0532-73-0154

';  //★インフォウィンドウ記述 var infowindow26 = new google.maps.InfoWindow({ content: contentString26 }); var image26 = new google.maps.MarkerImage('../common/img/g_icon_1.png' //★マーカ種類 ); var marker26 = new google.maps.Marker({  //★マーカ追加 position: LatLng26, map: map, title: "", icon: image26, }); google.maps.event.addListener(marker26, 'click', function() {  //★クリックアクション if (currentInfoWindow) { currentInfoWindow.close(); } infowindow26.open(map, marker26); currentInfoWindow = infowindow26; }); //−−−−−−−−−−−spot27 −−−−−−−−−−−− var LatLng27 = new google.maps.LatLng(34.703553,137.734331); //★マーカ位置 var contentString27 = 'ヤマサちくわ 浜松メイワン店'+ '

〒430-0926
静岡県浜松市中央区砂山町6-1
JR浜松駅 メイワンEKIMACHI WEST
8:00~21:00
Tel:053-413-2266

';  //★インフォウィンドウ記述 var infowindow27 = new google.maps.InfoWindow({ content: contentString27 }); var image27 = new google.maps.MarkerImage('../common/img/g_icon_1.png' //★マーカ種類 ); var marker27 = new google.maps.Marker({  //★マーカ追加 position: LatLng27, map: map, title: "", icon: image27, }); google.maps.event.addListener(marker27, 'click', function() {  //★クリックアクション if (currentInfoWindow) { currentInfoWindow.close(); } infowindow27.open(map, marker27); currentInfoWindow = infowindow27; }); //−−−−−−−−−−−spot28 −−−−−−−−−−−− var LatLng28 = new google.maps.LatLng(34.781327,137.60703); //★マーカ位置 var contentString28 = 'ヤマサちくわ 浜名湖SA店'+ '

静岡県浜松市浜名区三ヶ日町佐久米47−1

営業時間 
平日 9:00~18:00
土・日・祝日 9:00~19:00

Tel:053-528-1500

';  //★インフォウィンドウ記述 var infowindow28 = new google.maps.InfoWindow({ content: contentString28 }); var image28 = new google.maps.MarkerImage('../common/img/g_icon_1.png' //★マーカ種類 ); var marker28 = new google.maps.Marker({  //★マーカ追加 position: LatLng28, map: map, title: "", icon: image28, }); google.maps.event.addListener(marker28, 'click', function() {  //★クリックアクション if (currentInfoWindow) { currentInfoWindow.close(); } infowindow28.open(map, marker28); currentInfoWindow = infowindow28; }); //−−−−−−−−−−−spot29 −−−−−−−−−−−− var LatLng29 = new google.maps.LatLng(34.764533,137.384039); //★マーカ位置 var contentString29 = '広小路でんでん'+ '

〒440-0881
愛知県豊橋市広小路1丁目10

<営業時間>
17:00〜23:00(L.O.22:30)

Tel:0532-52-2764
[詳細]

';  //★インフォウィンドウ記述 var infowindow29 = new google.maps.InfoWindow({ content: contentString29 }); var image29 = new google.maps.MarkerImage('../common/img/g_icon_2.png' //★マーカ種類 ); var marker29 = new google.maps.Marker({  //★マーカ追加 position: LatLng29, map: map, title: "", icon: image29, }); google.maps.event.addListener(marker29, 'click', function() {  //★クリックアクション if (currentInfoWindow) { currentInfoWindow.close(); } infowindow29.open(map, marker29); currentInfoWindow = infowindow29; }); //−−−−−−−−−−−spot30 −−−−−−−−−−−− var LatLng30 = new google.maps.LatLng(34.764543,137.384139); //★マーカ位置 var contentString30 = 'でんでん(貸切宴会場)'+ '

〒440-0881
愛知県豊橋市広小路1丁目10 2F

<営業時間>
17:00~23:00(L.O.22:30)
Tel:0532-52-2764
[詳細]

';  //★インフォウィンドウ記述 var infowindow30 = new google.maps.InfoWindow({ content: contentString30 }); var image30 = new google.maps.MarkerImage('../common/img/g_icon_2.png' //★マーカ種類 ); var marker30 = new google.maps.Marker({  //★マーカ追加 position: LatLng30, map: map, title: "", icon: image30, }); google.maps.event.addListener(marker30, 'click', function() {  //★クリックアクション if (currentInfoWindow) { currentInfoWindow.close(); } infowindow30.open(map, marker30); currentInfoWindow = infowindow30; }); //−−−−−−−−−−−spot31 −−−−−−−−−−−− var LatLng31 = new google.maps.LatLng(34.762867,137.382173); //★マーカ位置 var contentString31 = 'ねりや花でん'+ '

〒440-0075
愛知県豊橋市花田町西宿 
豊橋駅ビル「カルミア」1階 レストラン街

<営業時間>
昼/11:00〜15:00(LO.14:00)
夜/16:00~22:00(LO.21:00)

Tel:0532-26-8180[詳細]

';  //★インフォウィンドウ記述 var infowindow31 = new google.maps.InfoWindow({ content: contentString31 }); var image31 = new google.maps.MarkerImage('../common/img/g_icon_2.png' //★マーカ種類 ); var marker31 = new google.maps.Marker({  //★マーカ追加 position: LatLng31, map: map, title: "", icon: image31, }); google.maps.event.addListener(marker31, 'click', function() {  //★クリックアクション if (currentInfoWindow) { currentInfoWindow.close(); } infowindow31.open(map, marker31); currentInfoWindow = infowindow31; }); //−−−−−−−−−−−spot32 −−−−−−−−−−−− var LatLng32 = new google.maps.LatLng(34.8359248442558,137.409359455109); //★マーカ位置 var contentString32 = 'モスバーガー豊川インター店'+ '

〒442-0808
愛知県豊川市豊が丘町8
平日:午前8:00~午後11:00(金曜は深夜12時までの営業)
土曜日:午前8:00~深夜12:00
日曜・祝日:午前8:00~午後11:00
Tel:0533-85-3336

';  //★インフォウィンドウ記述 var infowindow32 = new google.maps.InfoWindow({ content: contentString32 }); var image32 = new google.maps.MarkerImage('../common/img/g_icon_4.png' //★マーカ種類 ); var marker32 = new google.maps.Marker({  //★マーカ追加 position: LatLng32, map: map, title: "", icon: image32, }); google.maps.event.addListener(marker32, 'click', function() {  //★クリックアクション if (currentInfoWindow) { currentInfoWindow.close(); } infowindow32.open(map, marker32); currentInfoWindow = infowindow32; }); //−−−−−−−−−−−spot33 −−−−−−−−−−−− var LatLng33 = new google.maps.LatLng(34.729818,137.400711); //★マーカ位置 var contentString33 = 'モスバーガー豊橋曙店'+ '

〒441-8151
愛知県豊橋市曙町南松原12
午前9:00~午後11:00
Tel:0532-47-6080

';  //★インフォウィンドウ記述 var infowindow33 = new google.maps.InfoWindow({ content: contentString33 }); var image33 = new google.maps.MarkerImage('../common/img/g_icon_4.png' //★マーカ種類 ); var marker33 = new google.maps.Marker({  //★マーカ追加 position: LatLng33, map: map, title: "", icon: image33, }); google.maps.event.addListener(marker33, 'click', function() {  //★クリックアクション if (currentInfoWindow) { currentInfoWindow.close(); } infowindow33.open(map, marker33); currentInfoWindow = infowindow33; }); //−−−−−−−−−−−spot34 −−−−−−−−−−−− var LatLng34 = new google.maps.LatLng(34.767502,137.372972); //★マーカ位置 var contentString34 = 'モスバーガー豊橋花田店'+ '

〒441-8019
愛知県豊橋市花田町字中の坪59-1
平日:午前8:00~午後11:00
土曜日:午前7:00~午後11:00
日曜・祝日:午前7:00~午後11:00

Tel:0532-34-1177


';  //★インフォウィンドウ記述 var infowindow34 = new google.maps.InfoWindow({ content: contentString34 }); var image34 = new google.maps.MarkerImage('../common/img/g_icon_4.png' //★マーカ種類 ); var marker34 = new google.maps.Marker({  //★マーカ追加 position: LatLng34, map: map, title: "", icon: image34, }); google.maps.event.addListener(marker34, 'click', function() {  //★クリックアクション if (currentInfoWindow) { currentInfoWindow.close(); } infowindow34.open(map, marker34); currentInfoWindow = infowindow34; }); //−−−−−−−−−−−spot35 −−−−−−−−−−−− var LatLng35 = new google.maps.LatLng(34.724127,137.477455); //★マーカ位置 var contentString35 = 'モスバーガー二川湖西店'+ '

〒441-3106
愛知県豊橋市中原町字東山85-1
9:00〜21:00
Tel:0532-41-5131

';  //★インフォウィンドウ記述 var infowindow35 = new google.maps.InfoWindow({ content: contentString35 }); var image35 = new google.maps.MarkerImage('../common/img/g_icon_4.png' //★マーカ種類 ); var marker35 = new google.maps.Marker({  //★マーカ追加 position: LatLng35, map: map, title: "", icon: image35, }); google.maps.event.addListener(marker35, 'click', function() {  //★クリックアクション if (currentInfoWindow) { currentInfoWindow.close(); } infowindow35.open(map, marker35); currentInfoWindow = infowindow35; }); //−−−−−−−−−−−spot36 −−−−−−−−−−−− var LatLng36 = new google.maps.LatLng(34.673135,137.301185); //★マーカ位置 var contentString36 = 'モスバーガー田原店'+ '

〒441-3412
愛知県田原市谷熊町森下6-1
9:00〜21:00

Tel:0531-23-3888

';  //★インフォウィンドウ記述 var infowindow36 = new google.maps.InfoWindow({ content: contentString36 }); var image36 = new google.maps.MarkerImage('../common/img/g_icon_4.png' //★マーカ種類 ); var marker36 = new google.maps.Marker({  //★マーカ追加 position: LatLng36, map: map, title: "", icon: image36, }); google.maps.event.addListener(marker36, 'click', function() {  //★クリックアクション if (currentInfoWindow) { currentInfoWindow.close(); } infowindow36.open(map, marker36); currentInfoWindow = infowindow36; }); //−−−−−−−−−−−spot37 −−−−−−−−−−−− var LatLng37 = new google.maps.LatLng(34.801542,137.387196); //★マーカ位置 var contentString37 = 'モスバーガー豊川正岡店'+ '

〒442-0823
愛知県豊川市正岡町流田503-1
午前8:00~午後11:00

Tel:0533-56-8855

';  //★インフォウィンドウ記述 var infowindow37 = new google.maps.InfoWindow({ content: contentString37 }); var image37 = new google.maps.MarkerImage('../common/img/g_icon_4.png' //★マーカ種類 ); var marker37 = new google.maps.Marker({  //★マーカ追加 position: LatLng37, map: map, title: "", icon: image37, }); google.maps.event.addListener(marker37, 'click', function() {  //★クリックアクション if (currentInfoWindow) { currentInfoWindow.close(); } infowindow37.open(map, marker37); currentInfoWindow = infowindow37; }); //−−−−−−−−−−−spot38 −−−−−−−−−−−− var LatLng38 = new google.maps.LatLng(34.97219,138.388751); //★マーカ位置 var contentString38 = 'ヤマサちくわ 静岡パルシェ店'+ '

〒420-0851
静岡県静岡市葵区黒金町49
静岡パルシェ 1F食彩館 スルガマルシェ
9:30~20:00

';  //★インフォウィンドウ記述 var infowindow38 = new google.maps.InfoWindow({ content: contentString38 }); var image38 = new google.maps.MarkerImage('../common/img/g_icon_1.png' //★マーカ種類 ); var marker38 = new google.maps.Marker({  //★マーカ追加 position: LatLng38, map: map, title: "", icon: image38, }); google.maps.event.addListener(marker38, 'click', function() {  //★クリックアクション if (currentInfoWindow) { currentInfoWindow.close(); } infowindow38.open(map, marker38); currentInfoWindow = infowindow38; }); //−−−−−−−−−−−spot −−−−−−−−−−−− //−−−−−−−−−−−ここまで−−−−−−−−−−−−− }