//alert '';
//キャンパスの要素を取得する
var canvas0 = document.getElementById( 'map-canvas-0' ) ;
// 中心の位置座標を指定する
var lat0 = '35.361137';
var lng0 = '138.728099';
var latlng0 = new google.maps.LatLng( lat0 , lng0 );
// 地図のオプションを設定する
var zoom = parseInt('3');
if(isNaN(zoom)){ zoom = 15; }
var mapOptions0 = {
gestureHandling: 'greedy',
zoom: zoom , // ズーム値
center: latlng0 , // 中心座標 [latlng]
};
// [canvas]に、[mapOptions]の内容の、地図のインスタンス([map])を作成する
map0 = new google.maps.Map( canvas0 , mapOptions0 ) ;
//マーカーのインスタンスは配列で管理
markers0 = [] ;
//各マーカーの季節保存用
markers_season0 = [];
//情報ウィンドウのインスタンスを格納する配列
Mapinfo0 = [];
// マーカーのインスタンスを作成する
season = [];
season.push(parseInt('76'));
//console.log(season);
season.push(parseInt('77'));
//console.log(season);
markers_season0[0] = season;
markers0[0] = new google.maps.Marker({
map: map0 ,
position: new google.maps.LatLng( 35.24397393513708 , 139.05229556350707 ) ,
zIndex: 0 , // 重なりの優先値(z-index)
//ユーザーアバターのマーカー
icon: {
url: "https://secure.gravatar.com/avatar/?s=20&d=mm&f=y&r=g" , // マーカー画像
scaledSize: new google.maps.Size( 20 , 20 ) ,
} ,
}) ;
//吹き出しのメッセージを設定
Mapinfo0[0] = new google.maps.InfoWindow( {
content: "
" ,
position: new google.maps.LatLng( 35.24397393513708 , 139.05229556350707 ) ,
} ) ;
// * イベントの作成 * /
google.maps.event.addListener( markers0[0] , 'click' , function()
{
//alert(0);//マーカークリック
$.each(Mapinfo0, function(index){
//全ての吹き出しを閉じる
this.close();
//アニメーションを解除
markers0[index].setAnimation(null);
});
//クリックした吹き出しを開く
Mapinfo0[0].open( map0 , markers0[0] );
// マーカーにアニメーションを適用する
markers0[0].setAnimation( google.maps.Animation.BOUNCE ) ;
} ) ;
google.maps.event.addListener( Mapinfo0[0] , 'closeclick' , function()
{
//アニメーションを解除
markers0[0].setAnimation(null);
} ) ;
season = [];
season.push(parseInt('73'));
//console.log(season);
markers_season0[1] = season;
markers0[1] = new google.maps.Marker({
map: map0 ,
position: new google.maps.LatLng( 33.82932489190481 , 135.7577867294998 ) ,
zIndex: 1 , // 重なりの優先値(z-index)
//ユーザーアバターのマーカー
icon: {
url: "https://gachitabi.com/wp-content/uploads/2016/12/1375962.png" , // マーカー画像
scaledSize: new google.maps.Size( 20 , 20 ) ,
} ,
}) ;
//吹き出しのメッセージを設定
Mapinfo0[1] = new google.maps.InfoWindow( {
content: "
" ,
position: new google.maps.LatLng( 33.82932489190481 , 135.7577867294998 ) ,
} ) ;
// * イベントの作成 * /
google.maps.event.addListener( markers0[1] , 'click' , function()
{
//alert(0);//マーカークリック
$.each(Mapinfo0, function(index){
//全ての吹き出しを閉じる
this.close();
//アニメーションを解除
markers0[index].setAnimation(null);
});
//クリックした吹き出しを開く
Mapinfo0[1].open( map0 , markers0[1] );
// マーカーにアニメーションを適用する
markers0[1].setAnimation( google.maps.Animation.BOUNCE ) ;
} ) ;
google.maps.event.addListener( Mapinfo0[1] , 'closeclick' , function()
{
//アニメーションを解除
markers0[1].setAnimation(null);
} ) ;
season = [];
season.push(parseInt('73'));
//console.log(season);
markers_season0[2] = season;
markers0[2] = new google.maps.Marker({
map: map0 ,
position: new google.maps.LatLng( 33.840621485739874 , 135.77350616455078 ) ,
zIndex: 2 , // 重なりの優先値(z-index)
//ユーザーアバターのマーカー
icon: {
url: "https://gachitabi.com/wp-content/uploads/2016/12/1375962.png" , // マーカー画像
scaledSize: new google.maps.Size( 20 , 20 ) ,
} ,
}) ;
//吹き出しのメッセージを設定
Mapinfo0[2] = new google.maps.InfoWindow( {
content: "
" ,
position: new google.maps.LatLng( 33.840621485739874 , 135.77350616455078 ) ,
} ) ;
// * イベントの作成 * /
google.maps.event.addListener( markers0[2] , 'click' , function()
{
//alert(0);//マーカークリック
$.each(Mapinfo0, function(index){
//全ての吹き出しを閉じる
this.close();
//アニメーションを解除
markers0[index].setAnimation(null);
});
//クリックした吹き出しを開く
Mapinfo0[2].open( map0 , markers0[2] );
// マーカーにアニメーションを適用する
markers0[2].setAnimation( google.maps.Animation.BOUNCE ) ;
} ) ;
google.maps.event.addListener( Mapinfo0[2] , 'closeclick' , function()
{
//アニメーションを解除
markers0[2].setAnimation(null);
} ) ;
season = [];
season.push(parseInt('73'));
//console.log(season);
markers_season0[3] = season;
markers0[3] = new google.maps.Marker({
map: map0 ,
position: new google.maps.LatLng( 33.81609417309854 , 135.85834980010986 ) ,
zIndex: 3 , // 重なりの優先値(z-index)
//ユーザーアバターのマーカー
icon: {
url: "https://gachitabi.com/wp-content/uploads/2016/12/1375962.png" , // マーカー画像
scaledSize: new google.maps.Size( 20 , 20 ) ,
} ,
}) ;
//吹き出しのメッセージを設定
Mapinfo0[3] = new google.maps.InfoWindow( {
content: "
" ,
position: new google.maps.LatLng( 33.81609417309854 , 135.85834980010986 ) ,
} ) ;
// * イベントの作成 * /
google.maps.event.addListener( markers0[3] , 'click' , function()
{
//alert(0);//マーカークリック
$.each(Mapinfo0, function(index){
//全ての吹き出しを閉じる
this.close();
//アニメーションを解除
markers0[index].setAnimation(null);
});
//クリックした吹き出しを開く
Mapinfo0[3].open( map0 , markers0[3] );
// マーカーにアニメーションを適用する
markers0[3].setAnimation( google.maps.Animation.BOUNCE ) ;
} ) ;
google.maps.event.addListener( Mapinfo0[3] , 'closeclick' , function()
{
//アニメーションを解除
markers0[3].setAnimation(null);
} ) ;
season = [];
season.push(parseInt('73'));
//console.log(season);
markers_season0[4] = season;
markers0[4] = new google.maps.Marker({
map: map0 ,
position: new google.maps.LatLng( 34.10501775986141 , 135.7647407054901 ) ,
zIndex: 4 , // 重なりの優先値(z-index)
//ユーザーアバターのマーカー
icon: {
url: "https://gachitabi.com/wp-content/uploads/2016/12/1375962.png" , // マーカー画像
scaledSize: new google.maps.Size( 20 , 20 ) ,
} ,
}) ;
//吹き出しのメッセージを設定
Mapinfo0[4] = new google.maps.InfoWindow( {
content: "
" ,
position: new google.maps.LatLng( 34.10501775986141 , 135.7647407054901 ) ,
} ) ;
// * イベントの作成 * /
google.maps.event.addListener( markers0[4] , 'click' , function()
{
//alert(0);//マーカークリック
$.each(Mapinfo0, function(index){
//全ての吹き出しを閉じる
this.close();
//アニメーションを解除
markers0[index].setAnimation(null);
});
//クリックした吹き出しを開く
Mapinfo0[4].open( map0 , markers0[4] );
// マーカーにアニメーションを適用する
markers0[4].setAnimation( google.maps.Animation.BOUNCE ) ;
} ) ;
google.maps.event.addListener( Mapinfo0[4] , 'closeclick' , function()
{
//アニメーションを解除
markers0[4].setAnimation(null);
} ) ;
season = [];
season.push(parseInt('73'));
//console.log(season);
markers_season0[5] = season;
markers0[5] = new google.maps.Marker({
map: map0 ,
position: new google.maps.LatLng( 33.82408058228436 , 135.75428009033203 ) ,
zIndex: 5 , // 重なりの優先値(z-index)
//ユーザーアバターのマーカー
icon: {
url: "https://gachitabi.com/wp-content/uploads/2016/12/1375962.png" , // マーカー画像
scaledSize: new google.maps.Size( 20 , 20 ) ,
} ,
}) ;
//吹き出しのメッセージを設定
Mapinfo0[5] = new google.maps.InfoWindow( {
content: "
" ,
position: new google.maps.LatLng( 33.82408058228436 , 135.75428009033203 ) ,
} ) ;
// * イベントの作成 * /
google.maps.event.addListener( markers0[5] , 'click' , function()
{
//alert(0);//マーカークリック
$.each(Mapinfo0, function(index){
//全ての吹き出しを閉じる
this.close();
//アニメーションを解除
markers0[index].setAnimation(null);
});
//クリックした吹き出しを開く
Mapinfo0[5].open( map0 , markers0[5] );
// マーカーにアニメーションを適用する
markers0[5].setAnimation( google.maps.Animation.BOUNCE ) ;
} ) ;
google.maps.event.addListener( Mapinfo0[5] , 'closeclick' , function()
{
//アニメーションを解除
markers0[5].setAnimation(null);
} ) ;
season = [];
season.push(parseInt('75'));
//console.log(season);
season.push(parseInt('80'));
//console.log(season);
markers_season0[6] = season;
markers0[6] = new google.maps.Marker({
map: map0 ,
position: new google.maps.LatLng( 37.4878198 , 139.9296657 ) ,
zIndex: 6 , // 重なりの優先値(z-index)
//ユーザーアバターのマーカー
icon: {
url: "https://gachitabi.com/wp-content/uploads/2016/12/12038178_1029893280362215_8816304943331189674_n-150x150.jpg" , // マーカー画像
scaledSize: new google.maps.Size( 20 , 20 ) ,
} ,
}) ;
//吹き出しのメッセージを設定
Mapinfo0[6] = new google.maps.InfoWindow( {
content: "
" ,
position: new google.maps.LatLng( 37.4878198 , 139.9296657 ) ,
} ) ;
// * イベントの作成 * /
google.maps.event.addListener( markers0[6] , 'click' , function()
{
//alert(0);//マーカークリック
$.each(Mapinfo0, function(index){
//全ての吹き出しを閉じる
this.close();
//アニメーションを解除
markers0[index].setAnimation(null);
});
//クリックした吹き出しを開く
Mapinfo0[6].open( map0 , markers0[6] );
// マーカーにアニメーションを適用する
markers0[6].setAnimation( google.maps.Animation.BOUNCE ) ;
} ) ;
google.maps.event.addListener( Mapinfo0[6] , 'closeclick' , function()
{
//アニメーションを解除
markers0[6].setAnimation(null);
} ) ;
season = [];
season.push(parseInt('73'));
//console.log(season);
markers_season0[7] = season;
markers0[7] = new google.maps.Marker({
map: map0 ,
position: new google.maps.LatLng( 36.27970720524017 , 128.056640625 ) ,
zIndex: 7 , // 重なりの優先値(z-index)
//ユーザーアバターのマーカー
icon: {
url: "https://gachitabi.com/wp-content/uploads/2016/12/スクリーンショット-2016-12-28-16.24.11-150x150.png" , // マーカー画像
scaledSize: new google.maps.Size( 20 , 20 ) ,
} ,
}) ;
//吹き出しのメッセージを設定
Mapinfo0[7] = new google.maps.InfoWindow( {
content: "
" ,
position: new google.maps.LatLng( 36.27970720524017 , 128.056640625 ) ,
} ) ;
// * イベントの作成 * /
google.maps.event.addListener( markers0[7] , 'click' , function()
{
//alert(0);//マーカークリック
$.each(Mapinfo0, function(index){
//全ての吹き出しを閉じる
this.close();
//アニメーションを解除
markers0[index].setAnimation(null);
});
//クリックした吹き出しを開く
Mapinfo0[7].open( map0 , markers0[7] );
// マーカーにアニメーションを適用する
markers0[7].setAnimation( google.maps.Animation.BOUNCE ) ;
} ) ;
google.maps.event.addListener( Mapinfo0[7] , 'closeclick' , function()
{
//アニメーションを解除
markers0[7].setAnimation(null);
} ) ;
season = [];
season.push(parseInt('73'));
//console.log(season);
markers_season0[8] = season;
markers0[8] = new google.maps.Marker({
map: map0 ,
position: new google.maps.LatLng( 35.90775699999999 , 127.76692200000002 ) ,
zIndex: 8 , // 重なりの優先値(z-index)
//ユーザーアバターのマーカー
icon: {
url: "https://gachitabi.com/wp-content/uploads/2016/12/スクリーンショット-2016-12-28-16.24.11-150x150.png" , // マーカー画像
scaledSize: new google.maps.Size( 20 , 20 ) ,
} ,
}) ;
//吹き出しのメッセージを設定
Mapinfo0[8] = new google.maps.InfoWindow( {
content: "
" ,
position: new google.maps.LatLng( 35.90775699999999 , 127.76692200000002 ) ,
} ) ;
// * イベントの作成 * /
google.maps.event.addListener( markers0[8] , 'click' , function()
{
//alert(0);//マーカークリック
$.each(Mapinfo0, function(index){
//全ての吹き出しを閉じる
this.close();
//アニメーションを解除
markers0[index].setAnimation(null);
});
//クリックした吹き出しを開く
Mapinfo0[8].open( map0 , markers0[8] );
// マーカーにアニメーションを適用する
markers0[8].setAnimation( google.maps.Animation.BOUNCE ) ;
} ) ;
google.maps.event.addListener( Mapinfo0[8] , 'closeclick' , function()
{
//アニメーションを解除
markers0[8].setAnimation(null);
} ) ;
season = [];
season.push(parseInt('76'));
//console.log(season);
season.push(parseInt('77'));
//console.log(season);
markers_season0[9] = season;
markers0[9] = new google.maps.Marker({
map: map0 ,
position: new google.maps.LatLng( 35.23177819708727 , 139.10285711288452 ) ,
zIndex: 9 , // 重なりの優先値(z-index)
//ユーザーアバターのマーカー
icon: {
url: "https://secure.gravatar.com/avatar/?s=20&d=mm&f=y&r=g" , // マーカー画像
scaledSize: new google.maps.Size( 20 , 20 ) ,
} ,
}) ;
//吹き出しのメッセージを設定
Mapinfo0[9] = new google.maps.InfoWindow( {
content: "
" ,
position: new google.maps.LatLng( 35.23177819708727 , 139.10285711288452 ) ,
} ) ;
// * イベントの作成 * /
google.maps.event.addListener( markers0[9] , 'click' , function()
{
//alert(0);//マーカークリック
$.each(Mapinfo0, function(index){
//全ての吹き出しを閉じる
this.close();
//アニメーションを解除
markers0[index].setAnimation(null);
});
//クリックした吹き出しを開く
Mapinfo0[9].open( map0 , markers0[9] );
// マーカーにアニメーションを適用する
markers0[9].setAnimation( google.maps.Animation.BOUNCE ) ;
} ) ;
google.maps.event.addListener( Mapinfo0[9] , 'closeclick' , function()
{
//アニメーションを解除
markers0[9].setAnimation(null);
} ) ;
season = [];
season.push(parseInt('73'));
//console.log(season);
markers_season0[10] = season;
markers0[10] = new google.maps.Marker({
map: map0 ,
position: new google.maps.LatLng( 35.46059999999999 , 128.21320000000003 ) ,
zIndex: 10 , // 重なりの優先値(z-index)
//ユーザーアバターのマーカー
icon: {
url: "https://gachitabi.com/wp-content/uploads/2016/12/スクリーンショット-2016-12-28-16.24.11-150x150.png" , // マーカー画像
scaledSize: new google.maps.Size( 20 , 20 ) ,
} ,
}) ;
//吹き出しのメッセージを設定
Mapinfo0[10] = new google.maps.InfoWindow( {
content: "
" ,
position: new google.maps.LatLng( 35.46059999999999 , 128.21320000000003 ) ,
} ) ;
// * イベントの作成 * /
google.maps.event.addListener( markers0[10] , 'click' , function()
{
//alert(0);//マーカークリック
$.each(Mapinfo0, function(index){
//全ての吹き出しを閉じる
this.close();
//アニメーションを解除
markers0[index].setAnimation(null);
});
//クリックした吹き出しを開く
Mapinfo0[10].open( map0 , markers0[10] );
// マーカーにアニメーションを適用する
markers0[10].setAnimation( google.maps.Animation.BOUNCE ) ;
} ) ;
google.maps.event.addListener( Mapinfo0[10] , 'closeclick' , function()
{
//アニメーションを解除
markers0[10].setAnimation(null);
} ) ;
season = [];
season.push(parseInt('73'));
//console.log(season);
markers_season0[11] = season;
markers0[11] = new google.maps.Marker({
map: map0 ,
position: new google.maps.LatLng( 35.17120870000001 , 134.823579 ) ,
zIndex: 11 , // 重なりの優先値(z-index)
//ユーザーアバターのマーカー
icon: {
url: "https://gachitabi.com/wp-content/uploads/2016/12/12038178_1029893280362215_8816304943331189674_n-150x150.jpg" , // マーカー画像
scaledSize: new google.maps.Size( 20 , 20 ) ,
} ,
}) ;
//吹き出しのメッセージを設定
Mapinfo0[11] = new google.maps.InfoWindow( {
content: "
" ,
position: new google.maps.LatLng( 35.17120870000001 , 134.823579 ) ,
} ) ;
// * イベントの作成 * /
google.maps.event.addListener( markers0[11] , 'click' , function()
{
//alert(0);//マーカークリック
$.each(Mapinfo0, function(index){
//全ての吹き出しを閉じる
this.close();
//アニメーションを解除
markers0[index].setAnimation(null);
});
//クリックした吹き出しを開く
Mapinfo0[11].open( map0 , markers0[11] );
// マーカーにアニメーションを適用する
markers0[11].setAnimation( google.maps.Animation.BOUNCE ) ;
} ) ;
google.maps.event.addListener( Mapinfo0[11] , 'closeclick' , function()
{
//アニメーションを解除
markers0[11].setAnimation(null);
} ) ;
season = [];
season.push(parseInt('73'));
//console.log(season);
markers_season0[12] = season;
markers0[12] = new google.maps.Marker({
map: map0 ,
position: new google.maps.LatLng( 35.16632999999999 , 134.79470600000002 ) ,
zIndex: 12 , // 重なりの優先値(z-index)
//ユーザーアバターのマーカー
icon: {
url: "https://gachitabi.com/wp-content/uploads/2016/12/12038178_1029893280362215_8816304943331189674_n-150x150.jpg" , // マーカー画像
scaledSize: new google.maps.Size( 20 , 20 ) ,
} ,
}) ;
//吹き出しのメッセージを設定
Mapinfo0[12] = new google.maps.InfoWindow( {
content: "
" ,
position: new google.maps.LatLng( 35.16632999999999 , 134.79470600000002 ) ,
} ) ;
// * イベントの作成 * /
google.maps.event.addListener( markers0[12] , 'click' , function()
{
//alert(0);//マーカークリック
$.each(Mapinfo0, function(index){
//全ての吹き出しを閉じる
this.close();
//アニメーションを解除
markers0[index].setAnimation(null);
});
//クリックした吹き出しを開く
Mapinfo0[12].open( map0 , markers0[12] );
// マーカーにアニメーションを適用する
markers0[12].setAnimation( google.maps.Animation.BOUNCE ) ;
} ) ;
google.maps.event.addListener( Mapinfo0[12] , 'closeclick' , function()
{
//アニメーションを解除
markers0[12].setAnimation(null);
} ) ;
season = [];
season.push(parseInt('74'));
//console.log(season);
markers_season0[13] = season;
markers0[13] = new google.maps.Marker({
map: map0 ,
position: new google.maps.LatLng( 35.17120870000001 , 134.823579 ) ,
zIndex: 13 , // 重なりの優先値(z-index)
//ユーザーアバターのマーカー
icon: {
url: "https://gachitabi.com/wp-content/uploads/2016/12/12038178_1029893280362215_8816304943331189674_n-150x150.jpg" , // マーカー画像
scaledSize: new google.maps.Size( 20 , 20 ) ,
} ,
}) ;
//吹き出しのメッセージを設定
Mapinfo0[13] = new google.maps.InfoWindow( {
content: "
" ,
position: new google.maps.LatLng( 35.17120870000001 , 134.823579 ) ,
} ) ;
// * イベントの作成 * /
google.maps.event.addListener( markers0[13] , 'click' , function()
{
//alert(0);//マーカークリック
$.each(Mapinfo0, function(index){
//全ての吹き出しを閉じる
this.close();
//アニメーションを解除
markers0[index].setAnimation(null);
});
//クリックした吹き出しを開く
Mapinfo0[13].open( map0 , markers0[13] );
// マーカーにアニメーションを適用する
markers0[13].setAnimation( google.maps.Animation.BOUNCE ) ;
} ) ;
google.maps.event.addListener( Mapinfo0[13] , 'closeclick' , function()
{
//アニメーションを解除
markers0[13].setAnimation(null);
} ) ;
season = [];
season.push(parseInt('74'));
//console.log(season);
markers_season0[14] = season;
markers0[14] = new google.maps.Marker({
map: map0 ,
position: new google.maps.LatLng( 35.16664389999999 , 134.79715009999995 ) ,
zIndex: 14 , // 重なりの優先値(z-index)
//ユーザーアバターのマーカー
icon: {
url: "https://gachitabi.com/wp-content/uploads/2016/12/12038178_1029893280362215_8816304943331189674_n-150x150.jpg" , // マーカー画像
scaledSize: new google.maps.Size( 20 , 20 ) ,
} ,
}) ;
//吹き出しのメッセージを設定
Mapinfo0[14] = new google.maps.InfoWindow( {
content: "
" ,
position: new google.maps.LatLng( 35.16664389999999 , 134.79715009999995 ) ,
} ) ;
// * イベントの作成 * /
google.maps.event.addListener( markers0[14] , 'click' , function()
{
//alert(0);//マーカークリック
$.each(Mapinfo0, function(index){
//全ての吹き出しを閉じる
this.close();
//アニメーションを解除
markers0[index].setAnimation(null);
});
//クリックした吹き出しを開く
Mapinfo0[14].open( map0 , markers0[14] );
// マーカーにアニメーションを適用する
markers0[14].setAnimation( google.maps.Animation.BOUNCE ) ;
} ) ;
google.maps.event.addListener( Mapinfo0[14] , 'closeclick' , function()
{
//アニメーションを解除
markers0[14].setAnimation(null);
} ) ;
season = [];
season.push(parseInt('74'));
//console.log(season);
markers_season0[15] = season;
markers0[15] = new google.maps.Marker({
map: map0 ,
position: new google.maps.LatLng( 35.17120870000001 , 134.823579 ) ,
zIndex: 15 , // 重なりの優先値(z-index)
//ユーザーアバターのマーカー
icon: {
url: "https://gachitabi.com/wp-content/uploads/2016/12/12038178_1029893280362215_8816304943331189674_n-150x150.jpg" , // マーカー画像
scaledSize: new google.maps.Size( 20 , 20 ) ,
} ,
}) ;
//吹き出しのメッセージを設定
Mapinfo0[15] = new google.maps.InfoWindow( {
content: "
" ,
position: new google.maps.LatLng( 35.17120870000001 , 134.823579 ) ,
} ) ;
// * イベントの作成 * /
google.maps.event.addListener( markers0[15] , 'click' , function()
{
//alert(0);//マーカークリック
$.each(Mapinfo0, function(index){
//全ての吹き出しを閉じる
this.close();
//アニメーションを解除
markers0[index].setAnimation(null);
});
//クリックした吹き出しを開く
Mapinfo0[15].open( map0 , markers0[15] );
// マーカーにアニメーションを適用する
markers0[15].setAnimation( google.maps.Animation.BOUNCE ) ;
} ) ;
google.maps.event.addListener( Mapinfo0[15] , 'closeclick' , function()
{
//アニメーションを解除
markers0[15].setAnimation(null);
} ) ;
season = [];
season.push(parseInt('74'));
//console.log(season);
markers_season0[16] = season;
markers0[16] = new google.maps.Marker({
map: map0 ,
position: new google.maps.LatLng( 35.556781 , 134.48796400000003 ) ,
zIndex: 16 , // 重なりの優先値(z-index)
//ユーザーアバターのマーカー
icon: {
url: "https://gachitabi.com/wp-content/uploads/2016/12/12038178_1029893280362215_8816304943331189674_n-150x150.jpg" , // マーカー画像
scaledSize: new google.maps.Size( 20 , 20 ) ,
} ,
}) ;
//吹き出しのメッセージを設定
Mapinfo0[16] = new google.maps.InfoWindow( {
content: "
" ,
position: new google.maps.LatLng( 35.556781 , 134.48796400000003 ) ,
} ) ;
// * イベントの作成 * /
google.maps.event.addListener( markers0[16] , 'click' , function()
{
//alert(0);//マーカークリック
$.each(Mapinfo0, function(index){
//全ての吹き出しを閉じる
this.close();
//アニメーションを解除
markers0[index].setAnimation(null);
});
//クリックした吹き出しを開く
Mapinfo0[16].open( map0 , markers0[16] );
// マーカーにアニメーションを適用する
markers0[16].setAnimation( google.maps.Animation.BOUNCE ) ;
} ) ;
google.maps.event.addListener( Mapinfo0[16] , 'closeclick' , function()
{
//アニメーションを解除
markers0[16].setAnimation(null);
} ) ;
season = [];
season.push(parseInt('74'));
//console.log(season);
markers_season0[17] = season;
markers0[17] = new google.maps.Marker({
map: map0 ,
position: new google.maps.LatLng( 35.16728200000001 , 134.79164200000002 ) ,
zIndex: 17 , // 重なりの優先値(z-index)
//ユーザーアバターのマーカー
icon: {
url: "https://gachitabi.com/wp-content/uploads/2016/12/12038178_1029893280362215_8816304943331189674_n-150x150.jpg" , // マーカー画像
scaledSize: new google.maps.Size( 20 , 20 ) ,
} ,
}) ;
//吹き出しのメッセージを設定
Mapinfo0[17] = new google.maps.InfoWindow( {
content: "
" ,
position: new google.maps.LatLng( 35.16728200000001 , 134.79164200000002 ) ,
} ) ;
// * イベントの作成 * /
google.maps.event.addListener( markers0[17] , 'click' , function()
{
//alert(0);//マーカークリック
$.each(Mapinfo0, function(index){
//全ての吹き出しを閉じる
this.close();
//アニメーションを解除
markers0[index].setAnimation(null);
});
//クリックした吹き出しを開く
Mapinfo0[17].open( map0 , markers0[17] );
// マーカーにアニメーションを適用する
markers0[17].setAnimation( google.maps.Animation.BOUNCE ) ;
} ) ;
google.maps.event.addListener( Mapinfo0[17] , 'closeclick' , function()
{
//アニメーションを解除
markers0[17].setAnimation(null);
} ) ;
season = [];
season.push(parseInt('0'));
//console.log(season);
markers_season0[18] = season;
markers0[18] = new google.maps.Marker({
map: map0 ,
position: new google.maps.LatLng( 48.6360167 , -1.511114799999973 ) ,
zIndex: 18 , // 重なりの優先値(z-index)
//ユーザーアバターのマーカー
icon: {
url: "https://gachitabi.com/wp-content/uploads/2016/12/12038178_1029893280362215_8816304943331189674_n-150x150.jpg" , // マーカー画像
scaledSize: new google.maps.Size( 20 , 20 ) ,
} ,
}) ;
//吹き出しのメッセージを設定
Mapinfo0[18] = new google.maps.InfoWindow( {
content: "
" ,
position: new google.maps.LatLng( 48.6360167 , -1.511114799999973 ) ,
} ) ;
// * イベントの作成 * /
google.maps.event.addListener( markers0[18] , 'click' , function()
{
//alert(0);//マーカークリック
$.each(Mapinfo0, function(index){
//全ての吹き出しを閉じる
this.close();
//アニメーションを解除
markers0[index].setAnimation(null);
});
//クリックした吹き出しを開く
Mapinfo0[18].open( map0 , markers0[18] );
// マーカーにアニメーションを適用する
markers0[18].setAnimation( google.maps.Animation.BOUNCE ) ;
} ) ;
google.maps.event.addListener( Mapinfo0[18] , 'closeclick' , function()
{
//アニメーションを解除
markers0[18].setAnimation(null);
} ) ;
season = [];
season.push(parseInt('76'));
//console.log(season);
markers_season0[19] = season;
markers0[19] = new google.maps.Marker({
map: map0 ,
position: new google.maps.LatLng( 35.4759597 , 136.03668470000002 ) ,
zIndex: 19 , // 重なりの優先値(z-index)
//ユーザーアバターのマーカー
icon: {
url: "https://gachitabi.com/wp-content/uploads/2016/12/12038178_1029893280362215_8816304943331189674_n-150x150.jpg" , // マーカー画像
scaledSize: new google.maps.Size( 20 , 20 ) ,
} ,
}) ;
//吹き出しのメッセージを設定
Mapinfo0[19] = new google.maps.InfoWindow( {
content: "
" ,
position: new google.maps.LatLng( 35.4759597 , 136.03668470000002 ) ,
} ) ;
// * イベントの作成 * /
google.maps.event.addListener( markers0[19] , 'click' , function()
{
//alert(0);//マーカークリック
$.each(Mapinfo0, function(index){
//全ての吹き出しを閉じる
this.close();
//アニメーションを解除
markers0[index].setAnimation(null);
});
//クリックした吹き出しを開く
Mapinfo0[19].open( map0 , markers0[19] );
// マーカーにアニメーションを適用する
markers0[19].setAnimation( google.maps.Animation.BOUNCE ) ;
} ) ;
google.maps.event.addListener( Mapinfo0[19] , 'closeclick' , function()
{
//アニメーションを解除
markers0[19].setAnimation(null);
} ) ;
season = [];
season.push(parseInt('76'));
//console.log(season);
markers_season0[20] = season;
markers0[20] = new google.maps.Marker({
map: map0 ,
position: new google.maps.LatLng( 35.146515 , 134.77997140000002 ) ,
zIndex: 20 , // 重なりの優先値(z-index)
//ユーザーアバターのマーカー
icon: {
url: "https://gachitabi.com/wp-content/uploads/2016/12/12038178_1029893280362215_8816304943331189674_n-150x150.jpg" , // マーカー画像
scaledSize: new google.maps.Size( 20 , 20 ) ,
} ,
}) ;
//吹き出しのメッセージを設定
Mapinfo0[20] = new google.maps.InfoWindow( {
content: "
" ,
position: new google.maps.LatLng( 35.146515 , 134.77997140000002 ) ,
} ) ;
// * イベントの作成 * /
google.maps.event.addListener( markers0[20] , 'click' , function()
{
//alert(0);//マーカークリック
$.each(Mapinfo0, function(index){
//全ての吹き出しを閉じる
this.close();
//アニメーションを解除
markers0[index].setAnimation(null);
});
//クリックした吹き出しを開く
Mapinfo0[20].open( map0 , markers0[20] );
// マーカーにアニメーションを適用する
markers0[20].setAnimation( google.maps.Animation.BOUNCE ) ;
} ) ;
google.maps.event.addListener( Mapinfo0[20] , 'closeclick' , function()
{
//アニメーションを解除
markers0[20].setAnimation(null);
} ) ;
season = [];
season.push(parseInt('76'));
//console.log(season);
markers_season0[21] = season;
markers0[21] = new google.maps.Marker({
map: map0 ,
position: new google.maps.LatLng( 35.6555561 , 134.82461450000005 ) ,
zIndex: 21 , // 重なりの優先値(z-index)
//ユーザーアバターのマーカー
icon: {
url: "https://gachitabi.com/wp-content/uploads/2016/12/12038178_1029893280362215_8816304943331189674_n-150x150.jpg" , // マーカー画像
scaledSize: new google.maps.Size( 20 , 20 ) ,
} ,
}) ;
//吹き出しのメッセージを設定
Mapinfo0[21] = new google.maps.InfoWindow( {
content: "
" ,
position: new google.maps.LatLng( 35.6555561 , 134.82461450000005 ) ,
} ) ;
// * イベントの作成 * /
google.maps.event.addListener( markers0[21] , 'click' , function()
{
//alert(0);//マーカークリック
$.each(Mapinfo0, function(index){
//全ての吹き出しを閉じる
this.close();
//アニメーションを解除
markers0[index].setAnimation(null);
});
//クリックした吹き出しを開く
Mapinfo0[21].open( map0 , markers0[21] );
// マーカーにアニメーションを適用する
markers0[21].setAnimation( google.maps.Animation.BOUNCE ) ;
} ) ;
google.maps.event.addListener( Mapinfo0[21] , 'closeclick' , function()
{
//アニメーションを解除
markers0[21].setAnimation(null);
} ) ;
season = [];
season.push(parseInt('76'));
//console.log(season);
markers_season0[22] = season;
markers0[22] = new google.maps.Marker({
map: map0 ,
position: new google.maps.LatLng( 35.50503 , 136.043675 ) ,
zIndex: 22 , // 重なりの優先値(z-index)
//ユーザーアバターのマーカー
icon: {
url: "https://gachitabi.com/wp-content/uploads/2016/12/12038178_1029893280362215_8816304943331189674_n-150x150.jpg" , // マーカー画像
scaledSize: new google.maps.Size( 20 , 20 ) ,
} ,
}) ;
//吹き出しのメッセージを設定
Mapinfo0[22] = new google.maps.InfoWindow( {
content: "
" ,
position: new google.maps.LatLng( 35.50503 , 136.043675 ) ,
} ) ;
// * イベントの作成 * /
google.maps.event.addListener( markers0[22] , 'click' , function()
{
//alert(0);//マーカークリック
$.each(Mapinfo0, function(index){
//全ての吹き出しを閉じる
this.close();
//アニメーションを解除
markers0[index].setAnimation(null);
});
//クリックした吹き出しを開く
Mapinfo0[22].open( map0 , markers0[22] );
// マーカーにアニメーションを適用する
markers0[22].setAnimation( google.maps.Animation.BOUNCE ) ;
} ) ;
google.maps.event.addListener( Mapinfo0[22] , 'closeclick' , function()
{
//アニメーションを解除
markers0[22].setAnimation(null);
} ) ;
season = [];
season.push(parseInt('73'));
//console.log(season);
markers_season0[23] = season;
markers0[23] = new google.maps.Marker({
map: map0 ,
position: new google.maps.LatLng( 35.2625825 , 134.8304875 ) ,
zIndex: 23 , // 重なりの優先値(z-index)
//ユーザーアバターのマーカー
icon: {
url: "https://gachitabi.com/wp-content/uploads/2016/12/12038178_1029893280362215_8816304943331189674_n-150x150.jpg" , // マーカー画像
scaledSize: new google.maps.Size( 20 , 20 ) ,
} ,
}) ;
//吹き出しのメッセージを設定
Mapinfo0[23] = new google.maps.InfoWindow( {
content: "
" ,
position: new google.maps.LatLng( 35.2625825 , 134.8304875 ) ,
} ) ;
// * イベントの作成 * /
google.maps.event.addListener( markers0[23] , 'click' , function()
{
//alert(0);//マーカークリック
$.each(Mapinfo0, function(index){
//全ての吹き出しを閉じる
this.close();
//アニメーションを解除
markers0[index].setAnimation(null);
});
//クリックした吹き出しを開く
Mapinfo0[23].open( map0 , markers0[23] );
// マーカーにアニメーションを適用する
markers0[23].setAnimation( google.maps.Animation.BOUNCE ) ;
} ) ;
google.maps.event.addListener( Mapinfo0[23] , 'closeclick' , function()
{
//アニメーションを解除
markers0[23].setAnimation(null);
} ) ;
season = [];
season.push(parseInt('73'));
//console.log(season);
markers_season0[24] = season;
markers0[24] = new google.maps.Marker({
map: map0 ,
position: new google.maps.LatLng( 35.1709884 , 134.8230926 ) ,
zIndex: 24 , // 重なりの優先値(z-index)
//ユーザーアバターのマーカー
icon: {
url: "https://gachitabi.com/wp-content/uploads/2016/12/12038178_1029893280362215_8816304943331189674_n-150x150.jpg" , // マーカー画像
scaledSize: new google.maps.Size( 20 , 20 ) ,
} ,
}) ;
//吹き出しのメッセージを設定
Mapinfo0[24] = new google.maps.InfoWindow( {
content: "
" ,
position: new google.maps.LatLng( 35.1709884 , 134.8230926 ) ,
} ) ;
// * イベントの作成 * /
google.maps.event.addListener( markers0[24] , 'click' , function()
{
//alert(0);//マーカークリック
$.each(Mapinfo0, function(index){
//全ての吹き出しを閉じる
this.close();
//アニメーションを解除
markers0[index].setAnimation(null);
});
//クリックした吹き出しを開く
Mapinfo0[24].open( map0 , markers0[24] );
// マーカーにアニメーションを適用する
markers0[24].setAnimation( google.maps.Animation.BOUNCE ) ;
} ) ;
google.maps.event.addListener( Mapinfo0[24] , 'closeclick' , function()
{
//アニメーションを解除
markers0[24].setAnimation(null);
} ) ;
season = [];
season.push(parseInt('76'));
//console.log(season);
markers_season0[25] = season;
markers0[25] = new google.maps.Marker({
map: map0 ,
position: new google.maps.LatLng( 35.07043 , 134.777743 ) ,
zIndex: 25 , // 重なりの優先値(z-index)
//ユーザーアバターのマーカー
icon: {
url: "https://gachitabi.com/wp-content/uploads/2016/12/12038178_1029893280362215_8816304943331189674_n-150x150.jpg" , // マーカー画像
scaledSize: new google.maps.Size( 20 , 20 ) ,
} ,
}) ;
//吹き出しのメッセージを設定
Mapinfo0[25] = new google.maps.InfoWindow( {
content: "
" ,
position: new google.maps.LatLng( 35.07043 , 134.777743 ) ,
} ) ;
// * イベントの作成 * /
google.maps.event.addListener( markers0[25] , 'click' , function()
{
//alert(0);//マーカークリック
$.each(Mapinfo0, function(index){
//全ての吹き出しを閉じる
this.close();
//アニメーションを解除
markers0[index].setAnimation(null);
});
//クリックした吹き出しを開く
Mapinfo0[25].open( map0 , markers0[25] );
// マーカーにアニメーションを適用する
markers0[25].setAnimation( google.maps.Animation.BOUNCE ) ;
} ) ;
google.maps.event.addListener( Mapinfo0[25] , 'closeclick' , function()
{
//アニメーションを解除
markers0[25].setAnimation(null);
} ) ;
season = [];
season.push(parseInt('0'));
//console.log(season);
markers_season0[26] = season;
markers0[26] = new google.maps.Marker({
map: map0 ,
position: new google.maps.LatLng( 35.02312010000001 , 135.75945849999994 ) ,
zIndex: 26 , // 重なりの優先値(z-index)
//ユーザーアバターのマーカー
icon: {
url: "https://gachitabi.com/wp-content/uploads/2016/12/12038178_1029893280362215_8816304943331189674_n-150x150.jpg" , // マーカー画像
scaledSize: new google.maps.Size( 20 , 20 ) ,
} ,
}) ;
//吹き出しのメッセージを設定
Mapinfo0[26] = new google.maps.InfoWindow( {
content: "
" ,
position: new google.maps.LatLng( 35.02312010000001 , 135.75945849999994 ) ,
} ) ;
// * イベントの作成 * /
google.maps.event.addListener( markers0[26] , 'click' , function()
{
//alert(0);//マーカークリック
$.each(Mapinfo0, function(index){
//全ての吹き出しを閉じる
this.close();
//アニメーションを解除
markers0[index].setAnimation(null);
});
//クリックした吹き出しを開く
Mapinfo0[26].open( map0 , markers0[26] );
// マーカーにアニメーションを適用する
markers0[26].setAnimation( google.maps.Animation.BOUNCE ) ;
} ) ;
google.maps.event.addListener( Mapinfo0[26] , 'closeclick' , function()
{
//アニメーションを解除
markers0[26].setAnimation(null);
} ) ;
season = [];
season.push(parseInt('73'));
//console.log(season);
markers_season0[27] = season;
markers0[27] = new google.maps.Marker({
map: map0 ,
position: new google.maps.LatLng( 35.136961 , 134.79126500000007 ) ,
zIndex: 27 , // 重なりの優先値(z-index)
//ユーザーアバターのマーカー
icon: {
url: "https://gachitabi.com/wp-content/uploads/2016/12/12038178_1029893280362215_8816304943331189674_n-150x150.jpg" , // マーカー画像
scaledSize: new google.maps.Size( 20 , 20 ) ,
} ,
}) ;
//吹き出しのメッセージを設定
Mapinfo0[27] = new google.maps.InfoWindow( {
content: "
" ,
position: new google.maps.LatLng( 35.136961 , 134.79126500000007 ) ,
} ) ;
// * イベントの作成 * /
google.maps.event.addListener( markers0[27] , 'click' , function()
{
//alert(0);//マーカークリック
$.each(Mapinfo0, function(index){
//全ての吹き出しを閉じる
this.close();
//アニメーションを解除
markers0[index].setAnimation(null);
});
//クリックした吹き出しを開く
Mapinfo0[27].open( map0 , markers0[27] );
// マーカーにアニメーションを適用する
markers0[27].setAnimation( google.maps.Animation.BOUNCE ) ;
} ) ;
google.maps.event.addListener( Mapinfo0[27] , 'closeclick' , function()
{
//アニメーションを解除
markers0[27].setAnimation(null);
} ) ;
season = [];
season.push(parseInt('73'));
//console.log(season);
markers_season0[28] = season;
markers0[28] = new google.maps.Marker({
map: map0 ,
position: new google.maps.LatLng( 35.1643361 , 134.78740199999993 ) ,
zIndex: 28 , // 重なりの優先値(z-index)
//ユーザーアバターのマーカー
icon: {
url: "https://gachitabi.com/wp-content/uploads/2016/12/12038178_1029893280362215_8816304943331189674_n-150x150.jpg" , // マーカー画像
scaledSize: new google.maps.Size( 20 , 20 ) ,
} ,
}) ;
//吹き出しのメッセージを設定
Mapinfo0[28] = new google.maps.InfoWindow( {
content: "
" ,
position: new google.maps.LatLng( 35.1643361 , 134.78740199999993 ) ,
} ) ;
// * イベントの作成 * /
google.maps.event.addListener( markers0[28] , 'click' , function()
{
//alert(0);//マーカークリック
$.each(Mapinfo0, function(index){
//全ての吹き出しを閉じる
this.close();
//アニメーションを解除
markers0[index].setAnimation(null);
});
//クリックした吹き出しを開く
Mapinfo0[28].open( map0 , markers0[28] );
// マーカーにアニメーションを適用する
markers0[28].setAnimation( google.maps.Animation.BOUNCE ) ;
} ) ;
google.maps.event.addListener( Mapinfo0[28] , 'closeclick' , function()
{
//アニメーションを解除
markers0[28].setAnimation(null);
} ) ;
season = [];
season.push(parseInt('73'));
//console.log(season);
markers_season0[29] = season;
markers0[29] = new google.maps.Marker({
map: map0 ,
position: new google.maps.LatLng( 34.7719105 , 134.55443620000005 ) ,
zIndex: 29 , // 重なりの優先値(z-index)
//ユーザーアバターのマーカー
icon: {
url: "https://gachitabi.com/wp-content/uploads/2016/12/12038178_1029893280362215_8816304943331189674_n-150x150.jpg" , // マーカー画像
scaledSize: new google.maps.Size( 20 , 20 ) ,
} ,
}) ;
//吹き出しのメッセージを設定
Mapinfo0[29] = new google.maps.InfoWindow( {
content: "
" ,
position: new google.maps.LatLng( 34.7719105 , 134.55443620000005 ) ,
} ) ;
// * イベントの作成 * /
google.maps.event.addListener( markers0[29] , 'click' , function()
{
//alert(0);//マーカークリック
$.each(Mapinfo0, function(index){
//全ての吹き出しを閉じる
this.close();
//アニメーションを解除
markers0[index].setAnimation(null);
});
//クリックした吹き出しを開く
Mapinfo0[29].open( map0 , markers0[29] );
// マーカーにアニメーションを適用する
markers0[29].setAnimation( google.maps.Animation.BOUNCE ) ;
} ) ;
google.maps.event.addListener( Mapinfo0[29] , 'closeclick' , function()
{
//アニメーションを解除
markers0[29].setAnimation(null);
} ) ;
season = [];
season.push(parseInt('73'));
//console.log(season);
markers_season0[30] = season;
markers0[30] = new google.maps.Marker({
map: map0 ,
position: new google.maps.LatLng( 34.7662492 , 134.83901960000003 ) ,
zIndex: 30 , // 重なりの優先値(z-index)
//ユーザーアバターのマーカー
icon: {
url: "https://gachitabi.com/wp-content/uploads/2016/12/12038178_1029893280362215_8816304943331189674_n-150x150.jpg" , // マーカー画像
scaledSize: new google.maps.Size( 20 , 20 ) ,
} ,
}) ;
//吹き出しのメッセージを設定
Mapinfo0[30] = new google.maps.InfoWindow( {
content: "
" ,
position: new google.maps.LatLng( 34.7662492 , 134.83901960000003 ) ,
} ) ;
// * イベントの作成 * /
google.maps.event.addListener( markers0[30] , 'click' , function()
{
//alert(0);//マーカークリック
$.each(Mapinfo0, function(index){
//全ての吹き出しを閉じる
this.close();
//アニメーションを解除
markers0[index].setAnimation(null);
});
//クリックした吹き出しを開く
Mapinfo0[30].open( map0 , markers0[30] );
// マーカーにアニメーションを適用する
markers0[30].setAnimation( google.maps.Animation.BOUNCE ) ;
} ) ;
google.maps.event.addListener( Mapinfo0[30] , 'closeclick' , function()
{
//アニメーションを解除
markers0[30].setAnimation(null);
} ) ;
season = [];
season.push(parseInt('73'));
//console.log(season);
markers_season0[31] = season;
markers0[31] = new google.maps.Marker({
map: map0 ,
position: new google.maps.LatLng( 35.6225569 , 134.8260447 ) ,
zIndex: 31 , // 重なりの優先値(z-index)
//ユーザーアバターのマーカー
icon: {
url: "https://gachitabi.com/wp-content/uploads/2016/12/12038178_1029893280362215_8816304943331189674_n-150x150.jpg" , // マーカー画像
scaledSize: new google.maps.Size( 20 , 20 ) ,
} ,
}) ;
//吹き出しのメッセージを設定
Mapinfo0[31] = new google.maps.InfoWindow( {
content: "
" ,
position: new google.maps.LatLng( 35.6225569 , 134.8260447 ) ,
} ) ;
// * イベントの作成 * /
google.maps.event.addListener( markers0[31] , 'click' , function()
{
//alert(0);//マーカークリック
$.each(Mapinfo0, function(index){
//全ての吹き出しを閉じる
this.close();
//アニメーションを解除
markers0[index].setAnimation(null);
});
//クリックした吹き出しを開く
Mapinfo0[31].open( map0 , markers0[31] );
// マーカーにアニメーションを適用する
markers0[31].setAnimation( google.maps.Animation.BOUNCE ) ;
} ) ;
google.maps.event.addListener( Mapinfo0[31] , 'closeclick' , function()
{
//アニメーションを解除
markers0[31].setAnimation(null);
} ) ;
season = [];
season.push(parseInt('73'));
//console.log(season);
markers_season0[32] = season;
markers0[32] = new google.maps.Marker({
map: map0 ,
position: new google.maps.LatLng( 35.1674466 , 134.8079404 ) ,
zIndex: 32 , // 重なりの優先値(z-index)
//ユーザーアバターのマーカー
icon: {
url: "https://gachitabi.com/wp-content/uploads/2016/12/12038178_1029893280362215_8816304943331189674_n-150x150.jpg" , // マーカー画像
scaledSize: new google.maps.Size( 20 , 20 ) ,
} ,
}) ;
//吹き出しのメッセージを設定
Mapinfo0[32] = new google.maps.InfoWindow( {
content: "
" ,
position: new google.maps.LatLng( 35.1674466 , 134.8079404 ) ,
} ) ;
// * イベントの作成 * /
google.maps.event.addListener( markers0[32] , 'click' , function()
{
//alert(0);//マーカークリック
$.each(Mapinfo0, function(index){
//全ての吹き出しを閉じる
this.close();
//アニメーションを解除
markers0[index].setAnimation(null);
});
//クリックした吹き出しを開く
Mapinfo0[32].open( map0 , markers0[32] );
// マーカーにアニメーションを適用する
markers0[32].setAnimation( google.maps.Animation.BOUNCE ) ;
} ) ;
google.maps.event.addListener( Mapinfo0[32] , 'closeclick' , function()
{
//アニメーションを解除
markers0[32].setAnimation(null);
} ) ;
season = [];
season.push(parseInt('73'));
//console.log(season);
markers_season0[33] = season;
markers0[33] = new google.maps.Marker({
map: map0 ,
position: new google.maps.LatLng( 35.0824591 , 134.78028789999996 ) ,
zIndex: 33 , // 重なりの優先値(z-index)
//ユーザーアバターのマーカー
icon: {
url: "https://gachitabi.com/wp-content/uploads/2016/12/12038178_1029893280362215_8816304943331189674_n-150x150.jpg" , // マーカー画像
scaledSize: new google.maps.Size( 20 , 20 ) ,
} ,
}) ;
//吹き出しのメッセージを設定
Mapinfo0[33] = new google.maps.InfoWindow( {
content: "
" ,
position: new google.maps.LatLng( 35.0824591 , 134.78028789999996 ) ,
} ) ;
// * イベントの作成 * /
google.maps.event.addListener( markers0[33] , 'click' , function()
{
//alert(0);//マーカークリック
$.each(Mapinfo0, function(index){
//全ての吹き出しを閉じる
this.close();
//アニメーションを解除
markers0[index].setAnimation(null);
});
//クリックした吹き出しを開く
Mapinfo0[33].open( map0 , markers0[33] );
// マーカーにアニメーションを適用する
markers0[33].setAnimation( google.maps.Animation.BOUNCE ) ;
} ) ;
google.maps.event.addListener( Mapinfo0[33] , 'closeclick' , function()
{
//アニメーションを解除
markers0[33].setAnimation(null);
} ) ;
season = [];
season.push(parseInt('74'));
//console.log(season);
markers_season0[34] = season;
markers0[34] = new google.maps.Marker({
map: map0 ,
position: new google.maps.LatLng( 34.9234277 , 134.54585550000002 ) ,
zIndex: 34 , // 重なりの優先値(z-index)
//ユーザーアバターのマーカー
icon: {
url: "https://gachitabi.com/wp-content/uploads/2016/12/12038178_1029893280362215_8816304943331189674_n-150x150.jpg" , // マーカー画像
scaledSize: new google.maps.Size( 20 , 20 ) ,
} ,
}) ;
//吹き出しのメッセージを設定
Mapinfo0[34] = new google.maps.InfoWindow( {
content: "
" ,
position: new google.maps.LatLng( 34.9234277 , 134.54585550000002 ) ,
} ) ;
// * イベントの作成 * /
google.maps.event.addListener( markers0[34] , 'click' , function()
{
//alert(0);//マーカークリック
$.each(Mapinfo0, function(index){
//全ての吹き出しを閉じる
this.close();
//アニメーションを解除
markers0[index].setAnimation(null);
});
//クリックした吹き出しを開く
Mapinfo0[34].open( map0 , markers0[34] );
// マーカーにアニメーションを適用する
markers0[34].setAnimation( google.maps.Animation.BOUNCE ) ;
} ) ;
google.maps.event.addListener( Mapinfo0[34] , 'closeclick' , function()
{
//アニメーションを解除
markers0[34].setAnimation(null);
} ) ;
season = [];
season.push(parseInt('75'));
//console.log(season);
markers_season0[35] = season;
markers0[35] = new google.maps.Marker({
map: map0 ,
position: new google.maps.LatLng( 34.96075190000001 , 134.75075530000004 ) ,
zIndex: 35 , // 重なりの優先値(z-index)
//ユーザーアバターのマーカー
icon: {
url: "https://gachitabi.com/wp-content/uploads/2016/12/12038178_1029893280362215_8816304943331189674_n-150x150.jpg" , // マーカー画像
scaledSize: new google.maps.Size( 20 , 20 ) ,
} ,
}) ;
//吹き出しのメッセージを設定
Mapinfo0[35] = new google.maps.InfoWindow( {
content: "
" ,
position: new google.maps.LatLng( 34.96075190000001 , 134.75075530000004 ) ,
} ) ;
// * イベントの作成 * /
google.maps.event.addListener( markers0[35] , 'click' , function()
{
//alert(0);//マーカークリック
$.each(Mapinfo0, function(index){
//全ての吹き出しを閉じる
this.close();
//アニメーションを解除
markers0[index].setAnimation(null);
});
//クリックした吹き出しを開く
Mapinfo0[35].open( map0 , markers0[35] );
// マーカーにアニメーションを適用する
markers0[35].setAnimation( google.maps.Animation.BOUNCE ) ;
} ) ;
google.maps.event.addListener( Mapinfo0[35] , 'closeclick' , function()
{
//アニメーションを解除
markers0[35].setAnimation(null);
} ) ;
season = [];
season.push(parseInt('75'));
//console.log(season);
markers_season0[36] = season;
markers0[36] = new google.maps.Marker({
map: map0 ,
position: new google.maps.LatLng( 34.7767177 , 134.8421682 ) ,
zIndex: 36 , // 重なりの優先値(z-index)
//ユーザーアバターのマーカー
icon: {
url: "https://gachitabi.com/wp-content/uploads/2016/12/12038178_1029893280362215_8816304943331189674_n-150x150.jpg" , // マーカー画像
scaledSize: new google.maps.Size( 20 , 20 ) ,
} ,
}) ;
//吹き出しのメッセージを設定
Mapinfo0[36] = new google.maps.InfoWindow( {
content: "
" ,
position: new google.maps.LatLng( 34.7767177 , 134.8421682 ) ,
} ) ;
// * イベントの作成 * /
google.maps.event.addListener( markers0[36] , 'click' , function()
{
//alert(0);//マーカークリック
$.each(Mapinfo0, function(index){
//全ての吹き出しを閉じる
this.close();
//アニメーションを解除
markers0[index].setAnimation(null);
});
//クリックした吹き出しを開く
Mapinfo0[36].open( map0 , markers0[36] );
// マーカーにアニメーションを適用する
markers0[36].setAnimation( google.maps.Animation.BOUNCE ) ;
} ) ;
google.maps.event.addListener( Mapinfo0[36] , 'closeclick' , function()
{
//アニメーションを解除
markers0[36].setAnimation(null);
} ) ;
season = [];
season.push(parseInt('75'));
//console.log(season);
markers_season0[37] = season;
markers0[37] = new google.maps.Marker({
map: map0 ,
position: new google.maps.LatLng( 34.803008 , 132.854634 ) ,
zIndex: 37 , // 重なりの優先値(z-index)
//ユーザーアバターのマーカー
icon: {
url: "https://gachitabi.com/wp-content/uploads/2016/12/12038178_1029893280362215_8816304943331189674_n-150x150.jpg" , // マーカー画像
scaledSize: new google.maps.Size( 20 , 20 ) ,
} ,
}) ;
//吹き出しのメッセージを設定
Mapinfo0[37] = new google.maps.InfoWindow( {
content: "
" ,
position: new google.maps.LatLng( 34.803008 , 132.854634 ) ,
} ) ;
// * イベントの作成 * /
google.maps.event.addListener( markers0[37] , 'click' , function()
{
//alert(0);//マーカークリック
$.each(Mapinfo0, function(index){
//全ての吹き出しを閉じる
this.close();
//アニメーションを解除
markers0[index].setAnimation(null);
});
//クリックした吹き出しを開く
Mapinfo0[37].open( map0 , markers0[37] );
// マーカーにアニメーションを適用する
markers0[37].setAnimation( google.maps.Animation.BOUNCE ) ;
} ) ;
google.maps.event.addListener( Mapinfo0[37] , 'closeclick' , function()
{
//アニメーションを解除
markers0[37].setAnimation(null);
} ) ;
season = [];
season.push(parseInt('75'));
//console.log(season);
markers_season0[38] = season;
markers0[38] = new google.maps.Marker({
map: map0 ,
position: new google.maps.LatLng( 19.8967662 , -155.5827818 ) ,
zIndex: 38 , // 重なりの優先値(z-index)
//ユーザーアバターのマーカー
icon: {
url: "https://gachitabi.com/wp-content/uploads/2016/12/12038178_1029893280362215_8816304943331189674_n-150x150.jpg" , // マーカー画像
scaledSize: new google.maps.Size( 20 , 20 ) ,
} ,
}) ;
//吹き出しのメッセージを設定
Mapinfo0[38] = new google.maps.InfoWindow( {
content: "
" ,
position: new google.maps.LatLng( 19.8967662 , -155.5827818 ) ,
} ) ;
// * イベントの作成 * /
google.maps.event.addListener( markers0[38] , 'click' , function()
{
//alert(0);//マーカークリック
$.each(Mapinfo0, function(index){
//全ての吹き出しを閉じる
this.close();
//アニメーションを解除
markers0[index].setAnimation(null);
});
//クリックした吹き出しを開く
Mapinfo0[38].open( map0 , markers0[38] );
// マーカーにアニメーションを適用する
markers0[38].setAnimation( google.maps.Animation.BOUNCE ) ;
} ) ;
google.maps.event.addListener( Mapinfo0[38] , 'closeclick' , function()
{
//アニメーションを解除
markers0[38].setAnimation(null);
} ) ;
season = [];
season.push(parseInt('75'));
//console.log(season);
markers_season0[39] = season;
markers0[39] = new google.maps.Marker({
map: map0 ,
position: new google.maps.LatLng( 34.8911579 , 134.6563979 ) ,
zIndex: 39 , // 重なりの優先値(z-index)
//ユーザーアバターのマーカー
icon: {
url: "https://gachitabi.com/wp-content/uploads/2016/12/12038178_1029893280362215_8816304943331189674_n-150x150.jpg" , // マーカー画像
scaledSize: new google.maps.Size( 20 , 20 ) ,
} ,
}) ;
//吹き出しのメッセージを設定
Mapinfo0[39] = new google.maps.InfoWindow( {
content: "
" ,
position: new google.maps.LatLng( 34.8911579 , 134.6563979 ) ,
} ) ;
// * イベントの作成 * /
google.maps.event.addListener( markers0[39] , 'click' , function()
{
//alert(0);//マーカークリック
$.each(Mapinfo0, function(index){
//全ての吹き出しを閉じる
this.close();
//アニメーションを解除
markers0[index].setAnimation(null);
});
//クリックした吹き出しを開く
Mapinfo0[39].open( map0 , markers0[39] );
// マーカーにアニメーションを適用する
markers0[39].setAnimation( google.maps.Animation.BOUNCE ) ;
} ) ;
google.maps.event.addListener( Mapinfo0[39] , 'closeclick' , function()
{
//アニメーションを解除
markers0[39].setAnimation(null);
} ) ;
season = [];
season.push(parseInt('76'));
//console.log(season);
markers_season0[40] = season;
markers0[40] = new google.maps.Marker({
map: map0 ,
position: new google.maps.LatLng( 34.6948279 , 135.1906908 ) ,
zIndex: 40 , // 重なりの優先値(z-index)
//ユーザーアバターのマーカー
icon: {
url: "https://gachitabi.com/wp-content/uploads/2016/12/12038178_1029893280362215_8816304943331189674_n-150x150.jpg" , // マーカー画像
scaledSize: new google.maps.Size( 20 , 20 ) ,
} ,
}) ;
//吹き出しのメッセージを設定
Mapinfo0[40] = new google.maps.InfoWindow( {
content: "
" ,
position: new google.maps.LatLng( 34.6948279 , 135.1906908 ) ,
} ) ;
// * イベントの作成 * /
google.maps.event.addListener( markers0[40] , 'click' , function()
{
//alert(0);//マーカークリック
$.each(Mapinfo0, function(index){
//全ての吹き出しを閉じる
this.close();
//アニメーションを解除
markers0[index].setAnimation(null);
});
//クリックした吹き出しを開く
Mapinfo0[40].open( map0 , markers0[40] );
// マーカーにアニメーションを適用する
markers0[40].setAnimation( google.maps.Animation.BOUNCE ) ;
} ) ;
google.maps.event.addListener( Mapinfo0[40] , 'closeclick' , function()
{
//アニメーションを解除
markers0[40].setAnimation(null);
} ) ;
season = [];
season.push(parseInt('75'));
//console.log(season);
markers_season0[41] = season;
markers0[41] = new google.maps.Marker({
map: map0 ,
position: new google.maps.LatLng( 35.6069318 , 135.1470866 ) ,
zIndex: 41 , // 重なりの優先値(z-index)
//ユーザーアバターのマーカー
icon: {
url: "https://gachitabi.com/wp-content/uploads/2016/12/12038178_1029893280362215_8816304943331189674_n-150x150.jpg" , // マーカー画像
scaledSize: new google.maps.Size( 20 , 20 ) ,
} ,
}) ;
//吹き出しのメッセージを設定
Mapinfo0[41] = new google.maps.InfoWindow( {
content: "
" ,
position: new google.maps.LatLng( 35.6069318 , 135.1470866 ) ,
} ) ;
// * イベントの作成 * /
google.maps.event.addListener( markers0[41] , 'click' , function()
{
//alert(0);//マーカークリック
$.each(Mapinfo0, function(index){
//全ての吹き出しを閉じる
this.close();
//アニメーションを解除
markers0[index].setAnimation(null);
});
//クリックした吹き出しを開く
Mapinfo0[41].open( map0 , markers0[41] );
// マーカーにアニメーションを適用する
markers0[41].setAnimation( google.maps.Animation.BOUNCE ) ;
} ) ;
google.maps.event.addListener( Mapinfo0[41] , 'closeclick' , function()
{
//アニメーションを解除
markers0[41].setAnimation(null);
} ) ;
season = [];
season.push(parseInt('76'));
//console.log(season);
markers_season0[42] = season;
markers0[42] = new google.maps.Marker({
map: map0 ,
position: new google.maps.LatLng( 34.6881156 , 135.1963039 ) ,
zIndex: 42 , // 重なりの優先値(z-index)
//ユーザーアバターのマーカー
icon: {
url: "https://gachitabi.com/wp-content/uploads/2016/12/12038178_1029893280362215_8816304943331189674_n-150x150.jpg" , // マーカー画像
scaledSize: new google.maps.Size( 20 , 20 ) ,
} ,
}) ;
//吹き出しのメッセージを設定
Mapinfo0[42] = new google.maps.InfoWindow( {
content: "
" ,
position: new google.maps.LatLng( 34.6881156 , 135.1963039 ) ,
} ) ;
// * イベントの作成 * /
google.maps.event.addListener( markers0[42] , 'click' , function()
{
//alert(0);//マーカークリック
$.each(Mapinfo0, function(index){
//全ての吹き出しを閉じる
this.close();
//アニメーションを解除
markers0[index].setAnimation(null);
});
//クリックした吹き出しを開く
Mapinfo0[42].open( map0 , markers0[42] );
// マーカーにアニメーションを適用する
markers0[42].setAnimation( google.maps.Animation.BOUNCE ) ;
} ) ;
google.maps.event.addListener( Mapinfo0[42] , 'closeclick' , function()
{
//アニメーションを解除
markers0[42].setAnimation(null);
} ) ;
//季節のボタンをクリック
$("a.season_button.pid0,a.season_button.l_0").click(function(){
term_id = $(this).attr('term_id');
//alert(term_id);
//押した季節を反転
$("a.season_button.pid0").each(function(){
if(term_id == $(this).attr('term_id')){
$(this).css('background-color', 'white');
$(this).css('color', '#4b99b5');
} else {
$(this).css('background-color', '#4b99b5');
$(this).css('color', 'white');
}
});
term_id = $(this).attr('term_id');
//alert(term_id);
is_all = false;
if(typeof term_id === "undefined"){
is_all = true;
term_id = -1;
} else if(term_id == -1) is_all = true;
//指定した季節だけにする
$.each(markers0, function(index, elem) {
season = [];
season = markers_season0[index];
// console.log('index='+index);
// console.log(season);
// console.log('term_id='+term_id);
// console.log($.inArray(parseInt(term_id),season));
// console.log('------------');
//if(markers_season[index] == term_id){
if($.inArray(parseInt(term_id),season) > -1 || is_all){
//指定季節なら表示
markers0[index].setVisible( true );
} else {
//指定季節外なら非表示
markers0[index].setVisible( false );
}
}); });