var marker;
var markers = [];
var infoWindows = [];
function velgsted() {
var map = new google.maps.Map(document.getElementById('map'), {
zoom: 1,
center: {lat: 60.90, lng: 8.26}
});
}
function initMap() {
map = new google.maps.Map(document.getElementById('map'), {
zoom: 7,
center: {lat: 60.90, lng: 8.26}
});
marker_1 = new google.maps.Marker({
map: map,
draggable: false,
//animation: google.maps.Animation.DROP,
position: { lat: 61.985293, lng: 9.251603},
icon: {
url: 'https://tuningfileserver.com/gfx/ts_pin.png',
scaledSize: new google.maps.Size(15, 20)
}
//setContent(html);
});
marker_1.id = '1';
markers.push(marker_1);
infowindow_1 = new google.maps.InfoWindow({
content: '
',
});
infoWindows.push(infowindow_1);
marker_1.addListener('click', function() {
stopBounce();
closeAllInfoWindows();
infowindow_1.open(map, marker_1);
//
//map.setZoom(13);
map.panTo(this.getPosition());
//smoothZoom(map, 10, map.getZoom());
});
marker_2 = new google.maps.Marker({
map: map,
draggable: false,
//animation: google.maps.Animation.DROP,
position: { lat: 62.769082, lng: 7.275792},
icon: {
url: 'https://tuningfileserver.com/gfx/ts_pin.png',
scaledSize: new google.maps.Size(15, 20)
}
//setContent(html);
});
marker_2.id = '2';
markers.push(marker_2);
infowindow_2 = new google.maps.InfoWindow({
content: '',
});
infoWindows.push(infowindow_2);
marker_2.addListener('click', function() {
stopBounce();
closeAllInfoWindows();
infowindow_2.open(map, marker_2);
//
//map.setZoom(13);
map.panTo(this.getPosition());
//smoothZoom(map, 10, map.getZoom());
});
marker_3 = new google.maps.Marker({
map: map,
draggable: false,
//animation: google.maps.Animation.DROP,
position: { lat: 68.70636628853286, lng: 15.413921695984309},
icon: {
url: 'https://tuningfileserver.com/gfx/ts_pin.png',
scaledSize: new google.maps.Size(15, 20)
}
//setContent(html);
});
marker_3.id = '3';
markers.push(marker_3);
infowindow_3 = new google.maps.InfoWindow({
content: '',
});
infoWindows.push(infowindow_3);
marker_3.addListener('click', function() {
stopBounce();
closeAllInfoWindows();
infowindow_3.open(map, marker_3);
//
//map.setZoom(13);
map.panTo(this.getPosition());
//smoothZoom(map, 10, map.getZoom());
});
marker_4 = new google.maps.Marker({
map: map,
draggable: false,
//animation: google.maps.Animation.DROP,
position: { lat: 60.18244121455806, lng: 10.272539854378788},
icon: {
url: 'https://tuningfileserver.com/gfx/ts_pin.png',
scaledSize: new google.maps.Size(15, 20)
}
//setContent(html);
});
marker_4.id = '4';
markers.push(marker_4);
infowindow_4 = new google.maps.InfoWindow({
content: '',
});
infoWindows.push(infowindow_4);
marker_4.addListener('click', function() {
stopBounce();
closeAllInfoWindows();
infowindow_4.open(map, marker_4);
//
//map.setZoom(13);
map.panTo(this.getPosition());
//smoothZoom(map, 10, map.getZoom());
});
marker_5 = new google.maps.Marker({
map: map,
draggable: false,
//animation: google.maps.Animation.DROP,
position: { lat: 61.19621314083867, lng: 10.142033100128174},
icon: {
url: 'https://tuningfileserver.com/gfx/ts_pin.png',
scaledSize: new google.maps.Size(15, 20)
}
//setContent(html);
});
marker_5.id = '5';
markers.push(marker_5);
infowindow_5 = new google.maps.InfoWindow({
content: '',
});
infoWindows.push(infowindow_5);
marker_5.addListener('click', function() {
stopBounce();
closeAllInfoWindows();
infowindow_5.open(map, marker_5);
//
//map.setZoom(13);
map.panTo(this.getPosition());
//smoothZoom(map, 10, map.getZoom());
});
marker_6 = new google.maps.Marker({
map: map,
draggable: false,
//animation: google.maps.Animation.DROP,
position: { lat: 60.6505745, lng: 8.6014533},
icon: {
url: 'https://tuningfileserver.com/gfx/ts_pin.png',
scaledSize: new google.maps.Size(15, 20)
}
//setContent(html);
});
marker_6.id = '6';
markers.push(marker_6);
infowindow_6 = new google.maps.InfoWindow({
content: '',
});
infoWindows.push(infowindow_6);
marker_6.addListener('click', function() {
stopBounce();
closeAllInfoWindows();
infowindow_6.open(map, marker_6);
//
//map.setZoom(13);
map.panTo(this.getPosition());
//smoothZoom(map, 10, map.getZoom());
});
marker_7 = new google.maps.Marker({
map: map,
draggable: false,
//animation: google.maps.Animation.DROP,
position: { lat: 58.339545122583814, lng: 8.554471135139465},
icon: {
url: 'https://tuningfileserver.com/gfx/ts_pin.png',
scaledSize: new google.maps.Size(15, 20)
}
//setContent(html);
});
marker_7.id = '8';
markers.push(marker_7);
infowindow_7 = new google.maps.InfoWindow({
content: '',
});
infoWindows.push(infowindow_7);
marker_7.addListener('click', function() {
stopBounce();
closeAllInfoWindows();
infowindow_7.open(map, marker_7);
//
//map.setZoom(13);
map.panTo(this.getPosition());
//smoothZoom(map, 10, map.getZoom());
});
marker_8 = new google.maps.Marker({
map: map,
draggable: false,
//animation: google.maps.Animation.DROP,
position: { lat: 62.17432940490321, lng: 6.050392743188998},
icon: {
url: 'https://tuningfileserver.com/gfx/ts_pin.png',
scaledSize: new google.maps.Size(15, 20)
}
//setContent(html);
});
marker_8.id = '10';
markers.push(marker_8);
infowindow_8 = new google.maps.InfoWindow({
content: '',
});
infoWindows.push(infowindow_8);
marker_8.addListener('click', function() {
stopBounce();
closeAllInfoWindows();
infowindow_8.open(map, marker_8);
//
//map.setZoom(13);
map.panTo(this.getPosition());
//smoothZoom(map, 10, map.getZoom());
});
marker_9 = new google.maps.Marker({
map: map,
draggable: false,
//animation: google.maps.Animation.DROP,
position: { lat: 62.466020264623914, lng: 6.355199717669836},
icon: {
url: 'https://tuningfileserver.com/gfx/ts_pin.png',
scaledSize: new google.maps.Size(15, 20)
}
//setContent(html);
});
marker_9.id = '13';
markers.push(marker_9);
infowindow_9 = new google.maps.InfoWindow({
content: '',
});
infoWindows.push(infowindow_9);
marker_9.addListener('click', function() {
stopBounce();
closeAllInfoWindows();
infowindow_9.open(map, marker_9);
//
//map.setZoom(13);
map.panTo(this.getPosition());
//smoothZoom(map, 10, map.getZoom());
});
marker_10 = new google.maps.Marker({
map: map,
draggable: false,
//animation: google.maps.Animation.DROP,
position: { lat: 59.08455463430111, lng: 9.687171685762198},
icon: {
url: 'https://tuningfileserver.com/gfx/ts_pin.png',
scaledSize: new google.maps.Size(15, 20)
}
//setContent(html);
});
marker_10.id = '14';
markers.push(marker_10);
infowindow_10 = new google.maps.InfoWindow({
content: '',
});
infoWindows.push(infowindow_10);
marker_10.addListener('click', function() {
stopBounce();
closeAllInfoWindows();
infowindow_10.open(map, marker_10);
//
//map.setZoom(13);
map.panTo(this.getPosition());
//smoothZoom(map, 10, map.getZoom());
});
marker_11 = new google.maps.Marker({
map: map,
draggable: false,
//animation: google.maps.Animation.DROP,
position: { lat: 63.27947349149977, lng: 8.53111982345581},
icon: {
url: 'https://tuningfileserver.com/gfx/ts_pin.png',
scaledSize: new google.maps.Size(15, 20)
}
//setContent(html);
});
marker_11.id = '16';
markers.push(marker_11);
infowindow_11 = new google.maps.InfoWindow({
content: '',
});
infoWindows.push(infowindow_11);
marker_11.addListener('click', function() {
stopBounce();
closeAllInfoWindows();
infowindow_11.open(map, marker_11);
//
//map.setZoom(13);
map.panTo(this.getPosition());
//smoothZoom(map, 10, map.getZoom());
});
marker_12 = new google.maps.Marker({
map: map,
draggable: false,
//animation: google.maps.Animation.DROP,
position: { lat: 58.461250, lng: 6.543290},
icon: {
url: 'https://tuningfileserver.com/gfx/ts_pin.png',
scaledSize: new google.maps.Size(15, 20)
}
//setContent(html);
});
marker_12.id = '18';
markers.push(marker_12);
infowindow_12 = new google.maps.InfoWindow({
content: '',
});
infoWindows.push(infowindow_12);
marker_12.addListener('click', function() {
stopBounce();
closeAllInfoWindows();
infowindow_12.open(map, marker_12);
//
//map.setZoom(13);
map.panTo(this.getPosition());
//smoothZoom(map, 10, map.getZoom());
});
marker_13 = new google.maps.Marker({
map: map,
draggable: false,
//animation: google.maps.Animation.DROP,
position: { lat: 62.596707, lng: 9.706280},
icon: {
url: 'https://tuningfileserver.com/gfx/ts_pin.png',
scaledSize: new google.maps.Size(15, 20)
}
//setContent(html);
});
marker_13.id = '20';
markers.push(marker_13);
infowindow_13 = new google.maps.InfoWindow({
content: '',
});
infoWindows.push(infowindow_13);
marker_13.addListener('click', function() {
stopBounce();
closeAllInfoWindows();
infowindow_13.open(map, marker_13);
//
//map.setZoom(13);
map.panTo(this.getPosition());
//smoothZoom(map, 10, map.getZoom());
});
marker_14 = new google.maps.Marker({
map: map,
draggable: false,
//animation: google.maps.Animation.DROP,
position: { lat: 60.3450861404125, lng: 5.13235330581665},
icon: {
url: 'https://tuningfileserver.com/gfx/ts_pin.png',
scaledSize: new google.maps.Size(15, 20)
}
//setContent(html);
});
marker_14.id = '21';
markers.push(marker_14);
infowindow_14 = new google.maps.InfoWindow({
content: '',
});
infoWindows.push(infowindow_14);
marker_14.addListener('click', function() {
stopBounce();
closeAllInfoWindows();
infowindow_14.open(map, marker_14);
//
//map.setZoom(13);
map.panTo(this.getPosition());
//smoothZoom(map, 10, map.getZoom());
});
marker_15 = new google.maps.Marker({
map: map,
draggable: false,
//animation: google.maps.Animation.DROP,
position: { lat: 60.648465, lng: 10.739261},
icon: {
url: 'https://tuningfileserver.com/gfx/ts_pin.png',
scaledSize: new google.maps.Size(15, 20)
}
//setContent(html);
});
marker_15.id = '26';
markers.push(marker_15);
infowindow_15 = new google.maps.InfoWindow({
content: '',
});
infoWindows.push(infowindow_15);
marker_15.addListener('click', function() {
stopBounce();
closeAllInfoWindows();
infowindow_15.open(map, marker_15);
//
//map.setZoom(13);
map.panTo(this.getPosition());
//smoothZoom(map, 10, map.getZoom());
});
marker_16 = new google.maps.Marker({
map: map,
draggable: false,
//animation: google.maps.Animation.DROP,
position: { lat: 62.974441, lng: 10.558747},
icon: {
url: 'https://tuningfileserver.com/gfx/ts_pin.png',
scaledSize: new google.maps.Size(15, 20)
}
//setContent(html);
});
marker_16.id = '28';
markers.push(marker_16);
infowindow_16 = new google.maps.InfoWindow({
content: '',
});
infoWindows.push(infowindow_16);
marker_16.addListener('click', function() {
stopBounce();
closeAllInfoWindows();
infowindow_16.open(map, marker_16);
//
//map.setZoom(13);
map.panTo(this.getPosition());
//smoothZoom(map, 10, map.getZoom());
});
marker_17 = new google.maps.Marker({
map: map,
draggable: false,
//animation: google.maps.Animation.DROP,
position: { lat: 61.508800, lng: 6.279752},
icon: {
url: 'https://tuningfileserver.com/gfx/ts_pin.png',
scaledSize: new google.maps.Size(15, 20)
}
//setContent(html);
});
marker_17.id = '29';
markers.push(marker_17);
infowindow_17 = new google.maps.InfoWindow({
content: '',
});
infoWindows.push(infowindow_17);
marker_17.addListener('click', function() {
stopBounce();
closeAllInfoWindows();
infowindow_17.open(map, marker_17);
//
//map.setZoom(13);
map.panTo(this.getPosition());
//smoothZoom(map, 10, map.getZoom());
});
marker_18 = new google.maps.Marker({
map: map,
draggable: false,
//animation: google.maps.Animation.DROP,
position: { lat: 60.382377, lng: 11.263075},
icon: {
url: 'https://tuningfileserver.com/gfx/ts_pin.png',
scaledSize: new google.maps.Size(15, 20)
}
//setContent(html);
});
marker_18.id = '30';
markers.push(marker_18);
infowindow_18 = new google.maps.InfoWindow({
content: '',
});
infoWindows.push(infowindow_18);
marker_18.addListener('click', function() {
stopBounce();
closeAllInfoWindows();
infowindow_18.open(map, marker_18);
//
//map.setZoom(13);
map.panTo(this.getPosition());
//smoothZoom(map, 10, map.getZoom());
});
marker_19 = new google.maps.Marker({
map: map,
draggable: false,
//animation: google.maps.Animation.DROP,
position: { lat: 62.678330200000005, lng: 8.124896399999999},
icon: {
url: 'https://tuningfileserver.com/gfx/ts_pin.png',
scaledSize: new google.maps.Size(15, 20)
}
//setContent(html);
});
marker_19.id = '33';
markers.push(marker_19);
infowindow_19 = new google.maps.InfoWindow({
content: '',
});
infoWindows.push(infowindow_19);
marker_19.addListener('click', function() {
stopBounce();
closeAllInfoWindows();
infowindow_19.open(map, marker_19);
//
//map.setZoom(13);
map.panTo(this.getPosition());
//smoothZoom(map, 10, map.getZoom());
});
marker_20 = new google.maps.Marker({
map: map,
draggable: false,
//animation: google.maps.Animation.DROP,
position: { lat: 64.8651606, lng: 11.5945307},
icon: {
url: 'https://tuningfileserver.com/gfx/ts_pin.png',
scaledSize: new google.maps.Size(15, 20)
}
//setContent(html);
});
marker_20.id = '35';
markers.push(marker_20);
infowindow_20 = new google.maps.InfoWindow({
content: '',
});
infoWindows.push(infowindow_20);
marker_20.addListener('click', function() {
stopBounce();
closeAllInfoWindows();
infowindow_20.open(map, marker_20);
//
//map.setZoom(13);
map.panTo(this.getPosition());
//smoothZoom(map, 10, map.getZoom());
});
marker_21 = new google.maps.Marker({
map: map,
draggable: false,
//animation: google.maps.Animation.DROP,
position: { lat: 62.5738333, lng: 11.3810388},
icon: {
url: 'https://tuningfileserver.com/gfx/ts_pin.png',
scaledSize: new google.maps.Size(15, 20)
}
//setContent(html);
});
marker_21.id = '37';
markers.push(marker_21);
infowindow_21 = new google.maps.InfoWindow({
content: '',
});
infoWindows.push(infowindow_21);
marker_21.addListener('click', function() {
stopBounce();
closeAllInfoWindows();
infowindow_21.open(map, marker_21);
//
//map.setZoom(13);
map.panTo(this.getPosition());
//smoothZoom(map, 10, map.getZoom());
});
marker_22 = new google.maps.Marker({
map: map,
draggable: false,
//animation: google.maps.Animation.DROP,
position: { lat: 58.154274893589005, lng: 8.230806364419955},
icon: {
url: 'https://tuningfileserver.com/gfx/ts_pin.png',
scaledSize: new google.maps.Size(15, 20)
}
//setContent(html);
});
marker_22.id = '40';
markers.push(marker_22);
infowindow_22 = new google.maps.InfoWindow({
content: '',
});
infoWindows.push(infowindow_22);
marker_22.addListener('click', function() {
stopBounce();
closeAllInfoWindows();
infowindow_22.open(map, marker_22);
//
//map.setZoom(13);
map.panTo(this.getPosition());
//smoothZoom(map, 10, map.getZoom());
});
marker_23 = new google.maps.Marker({
map: map,
draggable: false,
//animation: google.maps.Animation.DROP,
position: { lat: 69.3929327, lng: 20.2742958},
icon: {
url: 'https://tuningfileserver.com/gfx/ts_pin.png',
scaledSize: new google.maps.Size(15, 20)
}
//setContent(html);
});
marker_23.id = '42';
markers.push(marker_23);
infowindow_23 = new google.maps.InfoWindow({
content: '',
});
infoWindows.push(infowindow_23);
marker_23.addListener('click', function() {
stopBounce();
closeAllInfoWindows();
infowindow_23.open(map, marker_23);
//
//map.setZoom(13);
map.panTo(this.getPosition());
//smoothZoom(map, 10, map.getZoom());
});
marker_24 = new google.maps.Marker({
map: map,
draggable: false,
//animation: google.maps.Animation.DROP,
position: { lat: 55.652247233173085, lng: 9.658713910180653},
icon: {
url: 'https://tuningfileserver.com/gfx/ts_pin.png',
scaledSize: new google.maps.Size(15, 20)
}
//setContent(html);
});
marker_24.id = '43';
markers.push(marker_24);
infowindow_24 = new google.maps.InfoWindow({
content: '',
});
infoWindows.push(infowindow_24);
marker_24.addListener('click', function() {
stopBounce();
closeAllInfoWindows();
infowindow_24.open(map, marker_24);
//
//map.setZoom(13);
map.panTo(this.getPosition());
//smoothZoom(map, 10, map.getZoom());
});
marker_25 = new google.maps.Marker({
map: map,
draggable: false,
//animation: google.maps.Animation.DROP,
position: { lat: 69.70055472610635, lng: 19.018167100605922},
icon: {
url: 'https://tuningfileserver.com/gfx/ts_pin.png',
scaledSize: new google.maps.Size(15, 20)
}
//setContent(html);
});
marker_25.id = '45';
markers.push(marker_25);
infowindow_25 = new google.maps.InfoWindow({
content: '',
});
infoWindows.push(infowindow_25);
marker_25.addListener('click', function() {
stopBounce();
closeAllInfoWindows();
infowindow_25.open(map, marker_25);
//
//map.setZoom(13);
map.panTo(this.getPosition());
//smoothZoom(map, 10, map.getZoom());
});
marker_26 = new google.maps.Marker({
map: map,
draggable: false,
//animation: google.maps.Animation.DROP,
position: { lat: 59.42439344054935, lng: 11.33168064057827},
icon: {
url: 'https://tuningfileserver.com/gfx/ts_pin.png',
scaledSize: new google.maps.Size(15, 20)
}
//setContent(html);
});
marker_26.id = '47';
markers.push(marker_26);
infowindow_26 = new google.maps.InfoWindow({
content: '',
});
infoWindows.push(infowindow_26);
marker_26.addListener('click', function() {
stopBounce();
closeAllInfoWindows();
infowindow_26.open(map, marker_26);
//
//map.setZoom(13);
map.panTo(this.getPosition());
//smoothZoom(map, 10, map.getZoom());
});
marker_27 = new google.maps.Marker({
map: map,
draggable: false,
//animation: google.maps.Animation.DROP,
position: { lat: 56.495484, lng: 8.486803},
icon: {
url: 'https://tuningfileserver.com/gfx/ts_pin.png',
scaledSize: new google.maps.Size(15, 20)
}
//setContent(html);
});
marker_27.id = '48';
markers.push(marker_27);
infowindow_27 = new google.maps.InfoWindow({
content: '',
});
infoWindows.push(infowindow_27);
marker_27.addListener('click', function() {
stopBounce();
closeAllInfoWindows();
infowindow_27.open(map, marker_27);
//
//map.setZoom(13);
map.panTo(this.getPosition());
//smoothZoom(map, 10, map.getZoom());
});
marker_28 = new google.maps.Marker({
map: map,
draggable: false,
//animation: google.maps.Animation.DROP,
position: { lat: 64.1117594669456, lng: -21.84205949306488},
icon: {
url: 'https://tuningfileserver.com/gfx/ts_pin.png',
scaledSize: new google.maps.Size(15, 20)
}
//setContent(html);
});
marker_28.id = '49';
markers.push(marker_28);
infowindow_28 = new google.maps.InfoWindow({
content: '',
});
infoWindows.push(infowindow_28);
marker_28.addListener('click', function() {
stopBounce();
closeAllInfoWindows();
infowindow_28.open(map, marker_28);
//
//map.setZoom(13);
map.panTo(this.getPosition());
//smoothZoom(map, 10, map.getZoom());
});
marker_29 = new google.maps.Marker({
map: map,
draggable: false,
//animation: google.maps.Animation.DROP,
position: { lat: 60.8917864, lng: 10.7998762},
icon: {
url: 'https://tuningfileserver.com/gfx/ts_pin.png',
scaledSize: new google.maps.Size(15, 20)
}
//setContent(html);
});
marker_29.id = '50';
markers.push(marker_29);
infowindow_29 = new google.maps.InfoWindow({
content: '',
});
infoWindows.push(infowindow_29);
marker_29.addListener('click', function() {
stopBounce();
closeAllInfoWindows();
infowindow_29.open(map, marker_29);
//
//map.setZoom(13);
map.panTo(this.getPosition());
//smoothZoom(map, 10, map.getZoom());
});
marker_30 = new google.maps.Marker({
map: map,
draggable: false,
//animation: google.maps.Animation.DROP,
position: { lat: 63.28166355128289, lng: 10.189948081970215},
icon: {
url: 'https://tuningfileserver.com/gfx/ts_pin.png',
scaledSize: new google.maps.Size(15, 20)
}
//setContent(html);
});
marker_30.id = '51';
markers.push(marker_30);
infowindow_30 = new google.maps.InfoWindow({
content: '',
});
infoWindows.push(infowindow_30);
marker_30.addListener('click', function() {
stopBounce();
closeAllInfoWindows();
infowindow_30.open(map, marker_30);
//
//map.setZoom(13);
map.panTo(this.getPosition());
//smoothZoom(map, 10, map.getZoom());
});
marker_31 = new google.maps.Marker({
map: map,
draggable: false,
//animation: google.maps.Animation.DROP,
position: { lat: 70.662920, lng: 23.700191},
icon: {
url: 'https://tuningfileserver.com/gfx/ts_pin.png',
scaledSize: new google.maps.Size(15, 20)
}
//setContent(html);
});
marker_31.id = '53';
markers.push(marker_31);
infowindow_31 = new google.maps.InfoWindow({
content: '',
});
infoWindows.push(infowindow_31);
marker_31.addListener('click', function() {
stopBounce();
closeAllInfoWindows();
infowindow_31.open(map, marker_31);
//
//map.setZoom(13);
map.panTo(this.getPosition());
//smoothZoom(map, 10, map.getZoom());
});
marker_32 = new google.maps.Marker({
map: map,
draggable: false,
//animation: google.maps.Animation.DROP,
position: { lat: 59.760021, lng: 9.961200},
icon: {
url: 'https://tuningfileserver.com/gfx/ts_pin.png',
scaledSize: new google.maps.Size(15, 20)
}
//setContent(html);
});
marker_32.id = '54';
markers.push(marker_32);
infowindow_32 = new google.maps.InfoWindow({
content: '',
});
infoWindows.push(infowindow_32);
marker_32.addListener('click', function() {
stopBounce();
closeAllInfoWindows();
infowindow_32.open(map, marker_32);
//
//map.setZoom(13);
map.panTo(this.getPosition());
//smoothZoom(map, 10, map.getZoom());
});
marker_33 = new google.maps.Marker({
map: map,
draggable: false,
//animation: google.maps.Animation.DROP,
position: { lat: 58.7106917, lng: 9.1896317},
icon: {
url: 'https://tuningfileserver.com/gfx/ts_pin.png',
scaledSize: new google.maps.Size(15, 20)
}
//setContent(html);
});
marker_33.id = '55';
markers.push(marker_33);
infowindow_33 = new google.maps.InfoWindow({
content: '',
});
infoWindows.push(infowindow_33);
marker_33.addListener('click', function() {
stopBounce();
closeAllInfoWindows();
infowindow_33.open(map, marker_33);
//
//map.setZoom(13);
map.panTo(this.getPosition());
//smoothZoom(map, 10, map.getZoom());
});
marker_34 = new google.maps.Marker({
map: map,
draggable: false,
//animation: google.maps.Animation.DROP,
position: { lat: -27.225635, lng: 153.092253},
icon: {
url: 'https://tuningfileserver.com/gfx/ts_pin.png',
scaledSize: new google.maps.Size(15, 20)
}
//setContent(html);
});
marker_34.id = '56';
markers.push(marker_34);
infowindow_34 = new google.maps.InfoWindow({
content: '',
});
infoWindows.push(infowindow_34);
marker_34.addListener('click', function() {
stopBounce();
closeAllInfoWindows();
infowindow_34.open(map, marker_34);
//
//map.setZoom(13);
map.panTo(this.getPosition());
//smoothZoom(map, 10, map.getZoom());
});
marker_35 = new google.maps.Marker({
map: map,
draggable: false,
//animation: google.maps.Animation.DROP,
position: { lat: 67.2736505, lng: 14.4554862},
icon: {
url: 'https://tuningfileserver.com/gfx/ts_pin.png',
scaledSize: new google.maps.Size(15, 20)
}
//setContent(html);
});
marker_35.id = '57';
markers.push(marker_35);
infowindow_35 = new google.maps.InfoWindow({
content: '',
});
infoWindows.push(infowindow_35);
marker_35.addListener('click', function() {
stopBounce();
closeAllInfoWindows();
infowindow_35.open(map, marker_35);
//
//map.setZoom(13);
map.panTo(this.getPosition());
//smoothZoom(map, 10, map.getZoom());
});
marker_36 = new google.maps.Marker({
map: map,
draggable: false,
//animation: google.maps.Animation.DROP,
position: { lat: 66.318719, lng: 14.253537},
icon: {
url: 'https://tuningfileserver.com/gfx/ts_pin.png',
scaledSize: new google.maps.Size(15, 20)
}
//setContent(html);
});
marker_36.id = '58';
markers.push(marker_36);
infowindow_36 = new google.maps.InfoWindow({
content: '',
});
infoWindows.push(infowindow_36);
marker_36.addListener('click', function() {
stopBounce();
closeAllInfoWindows();
infowindow_36.open(map, marker_36);
//
//map.setZoom(13);
map.panTo(this.getPosition());
//smoothZoom(map, 10, map.getZoom());
});
marker_37 = new google.maps.Marker({
map: map,
draggable: false,
//animation: google.maps.Animation.DROP,
position: { lat: 68.801138, lng: 16.544160},
icon: {
url: 'https://tuningfileserver.com/gfx/ts_pin.png',
scaledSize: new google.maps.Size(15, 20)
}
//setContent(html);
});
marker_37.id = '61';
markers.push(marker_37);
infowindow_37 = new google.maps.InfoWindow({
content: '',
});
infoWindows.push(infowindow_37);
marker_37.addListener('click', function() {
stopBounce();
closeAllInfoWindows();
infowindow_37.open(map, marker_37);
//
//map.setZoom(13);
map.panTo(this.getPosition());
//smoothZoom(map, 10, map.getZoom());
});
marker_38 = new google.maps.Marker({
map: map,
draggable: false,
//animation: google.maps.Animation.DROP,
position: { lat: 68.438395, lng: 17.427241},
icon: {
url: 'https://tuningfileserver.com/gfx/ts_pin.png',
scaledSize: new google.maps.Size(15, 20)
}
//setContent(html);
});
marker_38.id = '62';
markers.push(marker_38);
infowindow_38 = new google.maps.InfoWindow({
content: '',
});
infoWindows.push(infowindow_38);
marker_38.addListener('click', function() {
stopBounce();
closeAllInfoWindows();
infowindow_38.open(map, marker_38);
//
//map.setZoom(13);
map.panTo(this.getPosition());
//smoothZoom(map, 10, map.getZoom());
});
marker_39 = new google.maps.Marker({
map: map,
draggable: false,
//animation: google.maps.Animation.DROP,
position: { lat: 59.40944940815382, lng: 5.330793067848751},
icon: {
url: 'https://tuningfileserver.com/gfx/ts_pin.png',
scaledSize: new google.maps.Size(15, 20)
}
//setContent(html);
});
marker_39.id = '63';
markers.push(marker_39);
infowindow_39 = new google.maps.InfoWindow({
content: '',
});
infoWindows.push(infowindow_39);
marker_39.addListener('click', function() {
stopBounce();
closeAllInfoWindows();
infowindow_39.open(map, marker_39);
//
//map.setZoom(13);
map.panTo(this.getPosition());
//smoothZoom(map, 10, map.getZoom());
});
marker_40 = new google.maps.Marker({
map: map,
draggable: false,
//animation: google.maps.Animation.DROP,
position: { lat: 59.00012029011797, lng: 5.609150779303888},
icon: {
url: 'https://tuningfileserver.com/gfx/ts_pin.png',
scaledSize: new google.maps.Size(15, 20)
}
//setContent(html);
});
marker_40.id = '64';
markers.push(marker_40);
infowindow_40 = new google.maps.InfoWindow({
content: '',
});
infoWindows.push(infowindow_40);
marker_40.addListener('click', function() {
stopBounce();
closeAllInfoWindows();
infowindow_40.open(map, marker_40);
//
//map.setZoom(13);
map.panTo(this.getPosition());
//smoothZoom(map, 10, map.getZoom());
});
marker_41 = new google.maps.Marker({
map: map,
draggable: false,
//animation: google.maps.Animation.DROP,
position: { lat: 70.0259884, lng: 20.9771049},
icon: {
url: 'https://tuningfileserver.com/gfx/ts_pin.png',
scaledSize: new google.maps.Size(15, 20)
}
//setContent(html);
});
marker_41.id = '65';
markers.push(marker_41);
infowindow_41 = new google.maps.InfoWindow({
content: '',
});
infoWindows.push(infowindow_41);
marker_41.addListener('click', function() {
stopBounce();
closeAllInfoWindows();
infowindow_41.open(map, marker_41);
//
//map.setZoom(13);
map.panTo(this.getPosition());
//smoothZoom(map, 10, map.getZoom());
});
marker_42 = new google.maps.Marker({
map: map,
draggable: false,
//animation: google.maps.Animation.DROP,
position: { lat: 59.914556, lng: 10.736221},
icon: {
url: 'https://tuningfileserver.com/gfx/ts_pin.png',
scaledSize: new google.maps.Size(15, 20)
}
//setContent(html);
});
marker_42.id = '66';
markers.push(marker_42);
infowindow_42 = new google.maps.InfoWindow({
content: '',
});
infoWindows.push(infowindow_42);
marker_42.addListener('click', function() {
stopBounce();
closeAllInfoWindows();
infowindow_42.open(map, marker_42);
//
//map.setZoom(13);
map.panTo(this.getPosition());
//smoothZoom(map, 10, map.getZoom());
});
marker_43 = new google.maps.Marker({
map: map,
draggable: false,
//animation: google.maps.Animation.DROP,
position: { lat: 58.2827149, lng: 6.9011349},
icon: {
url: 'https://tuningfileserver.com/gfx/ts_pin.png',
scaledSize: new google.maps.Size(15, 20)
}
//setContent(html);
});
marker_43.id = '67';
markers.push(marker_43);
infowindow_43 = new google.maps.InfoWindow({
content: '',
});
infoWindows.push(infowindow_43);
marker_43.addListener('click', function() {
stopBounce();
closeAllInfoWindows();
infowindow_43.open(map, marker_43);
//
//map.setZoom(13);
map.panTo(this.getPosition());
//smoothZoom(map, 10, map.getZoom());
});
marker_44 = new google.maps.Marker({
map: map,
draggable: false,
//animation: google.maps.Animation.DROP,
position: { lat: 70.80208233587196, lng: 27.72972539251222},
icon: {
url: 'https://tuningfileserver.com/gfx/ts_pin.png',
scaledSize: new google.maps.Size(15, 20)
}
//setContent(html);
});
marker_44.id = '68';
markers.push(marker_44);
infowindow_44 = new google.maps.InfoWindow({
content: '',
});
infoWindows.push(infowindow_44);
marker_44.addListener('click', function() {
stopBounce();
closeAllInfoWindows();
infowindow_44.open(map, marker_44);
//
//map.setZoom(13);
map.panTo(this.getPosition());
//smoothZoom(map, 10, map.getZoom());
});
marker_45 = new google.maps.Marker({
map: map,
draggable: false,
//animation: google.maps.Animation.DROP,
position: { lat: 69.4669251, lng: 25.5081078},
icon: {
url: 'https://tuningfileserver.com/gfx/ts_pin.png',
scaledSize: new google.maps.Size(15, 20)
}
//setContent(html);
});
marker_45.id = '69';
markers.push(marker_45);
infowindow_45 = new google.maps.InfoWindow({
content: '',
});
infoWindows.push(infowindow_45);
marker_45.addListener('click', function() {
stopBounce();
closeAllInfoWindows();
infowindow_45.open(map, marker_45);
//
//map.setZoom(13);
map.panTo(this.getPosition());
//smoothZoom(map, 10, map.getZoom());
});
marker_46 = new google.maps.Marker({
map: map,
draggable: false,
//animation: google.maps.Animation.DROP,
position: { lat: 60.92652339939833, lng: 7.196734111697382},
icon: {
url: 'https://tuningfileserver.com/gfx/ts_pin.png',
scaledSize: new google.maps.Size(15, 20)
}
//setContent(html);
});
marker_46.id = '70';
markers.push(marker_46);
infowindow_46 = new google.maps.InfoWindow({
content: '',
});
infoWindows.push(infowindow_46);
marker_46.addListener('click', function() {
stopBounce();
closeAllInfoWindows();
infowindow_46.open(map, marker_46);
//
//map.setZoom(13);
map.panTo(this.getPosition());
//smoothZoom(map, 10, map.getZoom());
});
marker_47 = new google.maps.Marker({
map: map,
draggable: false,
//animation: google.maps.Animation.DROP,
position: { lat: 65.64570092584846, lng: 22.01099032552689},
icon: {
url: 'https://tuningfileserver.com/gfx/ts_pin.png',
scaledSize: new google.maps.Size(15, 20)
}
//setContent(html);
});
marker_47.id = '71';
markers.push(marker_47);
infowindow_47 = new google.maps.InfoWindow({
content: '',
});
infoWindows.push(infowindow_47);
marker_47.addListener('click', function() {
stopBounce();
closeAllInfoWindows();
infowindow_47.open(map, marker_47);
//
//map.setZoom(13);
map.panTo(this.getPosition());
//smoothZoom(map, 10, map.getZoom());
});
marker_48 = new google.maps.Marker({
map: map,
draggable: false,
//animation: google.maps.Animation.DROP,
position: { lat: 56.6625946, lng: 9.0123662},
icon: {
url: 'https://tuningfileserver.com/gfx/ts_pin.png',
scaledSize: new google.maps.Size(15, 20)
}
//setContent(html);
});
marker_48.id = '73';
markers.push(marker_48);
infowindow_48 = new google.maps.InfoWindow({
content: '',
});
infoWindows.push(infowindow_48);
marker_48.addListener('click', function() {
stopBounce();
closeAllInfoWindows();
infowindow_48.open(map, marker_48);
//
//map.setZoom(13);
map.panTo(this.getPosition());
//smoothZoom(map, 10, map.getZoom());
});
marker_49 = new google.maps.Marker({
map: map,
draggable: false,
//animation: google.maps.Animation.DROP,
position: { lat: 45.95789698942514, lng: 5.350835587984362},
icon: {
url: 'https://tuningfileserver.com/gfx/ts_pin.png',
scaledSize: new google.maps.Size(15, 20)
}
//setContent(html);
});
marker_49.id = '74';
markers.push(marker_49);
infowindow_49 = new google.maps.InfoWindow({
content: '',
});
infoWindows.push(infowindow_49);
marker_49.addListener('click', function() {
stopBounce();
closeAllInfoWindows();
infowindow_49.open(map, marker_49);
//
//map.setZoom(13);
map.panTo(this.getPosition());
//smoothZoom(map, 10, map.getZoom());
});
marker_50 = new google.maps.Marker({
map: map,
draggable: false,
//animation: google.maps.Animation.DROP,
position: { lat: 58.9123007, lng: 11.938005},
icon: {
url: 'https://tuningfileserver.com/gfx/ts_pin.png',
scaledSize: new google.maps.Size(15, 20)
}
//setContent(html);
});
marker_50.id = '75';
markers.push(marker_50);
infowindow_50 = new google.maps.InfoWindow({
content: '',
});
infoWindows.push(infowindow_50);
marker_50.addListener('click', function() {
stopBounce();
closeAllInfoWindows();
infowindow_50.open(map, marker_50);
//
//map.setZoom(13);
map.panTo(this.getPosition());
//smoothZoom(map, 10, map.getZoom());
});
marker_51 = new google.maps.Marker({
map: map,
draggable: false,
//animation: google.maps.Animation.DROP,
position: { lat: 51.0219586, lng: 5.4606658},
icon: {
url: 'https://tuningfileserver.com/gfx/ts_pin.png',
scaledSize: new google.maps.Size(15, 20)
}
//setContent(html);
});
marker_51.id = '77';
markers.push(marker_51);
infowindow_51 = new google.maps.InfoWindow({
content: '',
});
infoWindows.push(infowindow_51);
marker_51.addListener('click', function() {
stopBounce();
closeAllInfoWindows();
infowindow_51.open(map, marker_51);
//
//map.setZoom(13);
map.panTo(this.getPosition());
//smoothZoom(map, 10, map.getZoom());
});
marker_52 = new google.maps.Marker({
map: map,
draggable: false,
//animation: google.maps.Animation.DROP,
position: { lat: 52.012646399999994, lng: 4.5842431999999995},
icon: {
url: 'https://tuningfileserver.com/gfx/ts_pin.png',
scaledSize: new google.maps.Size(15, 20)
}
//setContent(html);
});
marker_52.id = '78';
markers.push(marker_52);
infowindow_52 = new google.maps.InfoWindow({
content: '',
});
infoWindows.push(infowindow_52);
marker_52.addListener('click', function() {
stopBounce();
closeAllInfoWindows();
infowindow_52.open(map, marker_52);
//
//map.setZoom(13);
map.panTo(this.getPosition());
//smoothZoom(map, 10, map.getZoom());
});
marker_53 = new google.maps.Marker({
map: map,
draggable: false,
//animation: google.maps.Animation.DROP,
position: { lat: 51.2704917, lng: -1.1159006},
icon: {
url: 'https://tuningfileserver.com/gfx/ts_pin.png',
scaledSize: new google.maps.Size(15, 20)
}
//setContent(html);
});
marker_53.id = '80';
markers.push(marker_53);
infowindow_53 = new google.maps.InfoWindow({
content: '',
});
infoWindows.push(infowindow_53);
marker_53.addListener('click', function() {
stopBounce();
closeAllInfoWindows();
infowindow_53.open(map, marker_53);
//
//map.setZoom(13);
map.panTo(this.getPosition());
//smoothZoom(map, 10, map.getZoom());
});
marker_54 = new google.maps.Marker({
map: map,
draggable: false,
//animation: google.maps.Animation.DROP,
position: { lat: 60.46157847909965, lng: 15.556681075522532},
icon: {
url: 'https://tuningfileserver.com/gfx/ts_pin.png',
scaledSize: new google.maps.Size(15, 20)
}
//setContent(html);
});
marker_54.id = '81';
markers.push(marker_54);
infowindow_54 = new google.maps.InfoWindow({
content: '',
});
infoWindows.push(infowindow_54);
marker_54.addListener('click', function() {
stopBounce();
closeAllInfoWindows();
infowindow_54.open(map, marker_54);
//
//map.setZoom(13);
map.panTo(this.getPosition());
//smoothZoom(map, 10, map.getZoom());
});
marker_55 = new google.maps.Marker({
map: map,
draggable: false,
//animation: google.maps.Animation.DROP,
position: { lat: 63.688955715302804, lng: 11.059586886500744},
icon: {
url: 'https://tuningfileserver.com/gfx/ts_pin.png',
scaledSize: new google.maps.Size(15, 20)
}
//setContent(html);
});
marker_55.id = '82';
markers.push(marker_55);
infowindow_55 = new google.maps.InfoWindow({
content: '',
});
infoWindows.push(infowindow_55);
marker_55.addListener('click', function() {
stopBounce();
closeAllInfoWindows();
infowindow_55.open(map, marker_55);
//
//map.setZoom(13);
map.panTo(this.getPosition());
//smoothZoom(map, 10, map.getZoom());
});
marker_56 = new google.maps.Marker({
map: map,
draggable: false,
//animation: google.maps.Animation.DROP,
position: { lat: 63.46695269622701, lng: 10.911722961192831},
icon: {
url: 'https://tuningfileserver.com/gfx/ts_pin.png',
scaledSize: new google.maps.Size(15, 20)
}
//setContent(html);
});
marker_56.id = '84';
markers.push(marker_56);
infowindow_56 = new google.maps.InfoWindow({
content: '',
});
infoWindows.push(infowindow_56);
marker_56.addListener('click', function() {
stopBounce();
closeAllInfoWindows();
infowindow_56.open(map, marker_56);
//
//map.setZoom(13);
map.panTo(this.getPosition());
//smoothZoom(map, 10, map.getZoom());
});
marker_57 = new google.maps.Marker({
map: map,
draggable: false,
//animation: google.maps.Animation.DROP,
position: { lat: 62.2743886, lng: 10.7734801},
icon: {
url: 'https://tuningfileserver.com/gfx/ts_pin.png',
scaledSize: new google.maps.Size(15, 20)
}
//setContent(html);
});
marker_57.id = '86';
markers.push(marker_57);
infowindow_57 = new google.maps.InfoWindow({
content: '',
});
infoWindows.push(infowindow_57);
marker_57.addListener('click', function() {
stopBounce();
closeAllInfoWindows();
infowindow_57.open(map, marker_57);
//
//map.setZoom(13);
map.panTo(this.getPosition());
//smoothZoom(map, 10, map.getZoom());
});
marker_58 = new google.maps.Marker({
map: map,
draggable: false,
//animation: google.maps.Animation.DROP,
position: { lat: 61.134905, lng: 11.367949},
icon: {
url: 'https://tuningfileserver.com/gfx/ts_pin.png',
scaledSize: new google.maps.Size(15, 20)
}
//setContent(html);
});
marker_58.id = '87';
markers.push(marker_58);
infowindow_58 = new google.maps.InfoWindow({
content: '',
});
infoWindows.push(infowindow_58);
marker_58.addListener('click', function() {
stopBounce();
closeAllInfoWindows();
infowindow_58.open(map, marker_58);
//
//map.setZoom(13);
map.panTo(this.getPosition());
//smoothZoom(map, 10, map.getZoom());
});
marker_59 = new google.maps.Marker({
map: map,
draggable: false,
//animation: google.maps.Animation.DROP,
position: { lat: 62.3268232, lng: 5.6407071},
icon: {
url: 'https://tuningfileserver.com/gfx/ts_pin.png',
scaledSize: new google.maps.Size(15, 20)
}
//setContent(html);
});
marker_59.id = '90';
markers.push(marker_59);
infowindow_59 = new google.maps.InfoWindow({
content: '',
});
infoWindows.push(infowindow_59);
marker_59.addListener('click', function() {
stopBounce();
closeAllInfoWindows();
infowindow_59.open(map, marker_59);
//
//map.setZoom(13);
map.panTo(this.getPosition());
//smoothZoom(map, 10, map.getZoom());
});
marker_60 = new google.maps.Marker({
map: map,
draggable: false,
//animation: google.maps.Animation.DROP,
position: { lat: 60.23703544433071, lng: 11.903266461453983},
icon: {
url: 'https://tuningfileserver.com/gfx/ts_pin.png',
scaledSize: new google.maps.Size(15, 20)
}
//setContent(html);
});
marker_60.id = '91';
markers.push(marker_60);
infowindow_60 = new google.maps.InfoWindow({
content: '',
});
infoWindows.push(infowindow_60);
marker_60.addListener('click', function() {
stopBounce();
closeAllInfoWindows();
infowindow_60.open(map, marker_60);
//
//map.setZoom(13);
map.panTo(this.getPosition());
//smoothZoom(map, 10, map.getZoom());
});
marker_61 = new google.maps.Marker({
map: map,
draggable: false,
//animation: google.maps.Animation.DROP,
position: { lat: 60.83651709248084, lng: 10.091304673237342},
icon: {
url: 'https://tuningfileserver.com/gfx/ts_pin.png',
scaledSize: new google.maps.Size(15, 20)
}
//setContent(html);
});
marker_61.id = '99';
markers.push(marker_61);
infowindow_61 = new google.maps.InfoWindow({
content: '',
});
infoWindows.push(infowindow_61);
marker_61.addListener('click', function() {
stopBounce();
closeAllInfoWindows();
infowindow_61.open(map, marker_61);
//
//map.setZoom(13);
map.panTo(this.getPosition());
//smoothZoom(map, 10, map.getZoom());
});
marker_62 = new google.maps.Marker({
map: map,
draggable: false,
//animation: google.maps.Animation.DROP,
position: { lat: 59.259379, lng: 10.3852},
icon: {
url: 'https://tuningfileserver.com/gfx/ts_pin.png',
scaledSize: new google.maps.Size(15, 20)
}
//setContent(html);
});
marker_62.id = '100';
markers.push(marker_62);
infowindow_62 = new google.maps.InfoWindow({
content: '',
});
infoWindows.push(infowindow_62);
marker_62.addListener('click', function() {
stopBounce();
closeAllInfoWindows();
infowindow_62.open(map, marker_62);
//
//map.setZoom(13);
map.panTo(this.getPosition());
//smoothZoom(map, 10, map.getZoom());
});
marker_63 = new google.maps.Marker({
map: map,
draggable: false,
//animation: google.maps.Animation.DROP,
position: { lat: 61.4500377, lng: 5.8429356},
icon: {
url: 'https://tuningfileserver.com/gfx/ts_pin.png',
scaledSize: new google.maps.Size(15, 20)
}
//setContent(html);
});
marker_63.id = '101';
markers.push(marker_63);
infowindow_63 = new google.maps.InfoWindow({
content: '',
});
infoWindows.push(infowindow_63);
marker_63.addListener('click', function() {
stopBounce();
closeAllInfoWindows();
infowindow_63.open(map, marker_63);
//
//map.setZoom(13);
map.panTo(this.getPosition());
//smoothZoom(map, 10, map.getZoom());
});
marker_64 = new google.maps.Marker({
map: map,
draggable: false,
//animation: google.maps.Animation.DROP,
position: { lat: 59.63083311746162, lng: 9.642090797424316},
icon: {
url: 'https://tuningfileserver.com/gfx/ts_pin.png',
scaledSize: new google.maps.Size(15, 20)
}
//setContent(html);
});
marker_64.id = '102';
markers.push(marker_64);
infowindow_64 = new google.maps.InfoWindow({
content: '',
});
infoWindows.push(infowindow_64);
marker_64.addListener('click', function() {
stopBounce();
closeAllInfoWindows();
infowindow_64.open(map, marker_64);
//
//map.setZoom(13);
map.panTo(this.getPosition());
//smoothZoom(map, 10, map.getZoom());
});
marker_65 = new google.maps.Marker({
map: map,
draggable: false,
//animation: google.maps.Animation.DROP,
position: { lat: 57.90419115876319, lng: 11.914125866010057},
icon: {
url: 'https://tuningfileserver.com/gfx/ts_pin.png',
scaledSize: new google.maps.Size(15, 20)
}
//setContent(html);
});
marker_65.id = '103';
markers.push(marker_65);
infowindow_65 = new google.maps.InfoWindow({
content: '',
});
infoWindows.push(infowindow_65);
marker_65.addListener('click', function() {
stopBounce();
closeAllInfoWindows();
infowindow_65.open(map, marker_65);
//
//map.setZoom(13);
map.panTo(this.getPosition());
//smoothZoom(map, 10, map.getZoom());
});
marker_66 = new google.maps.Marker({
map: map,
draggable: false,
//animation: google.maps.Animation.DROP,
position: { lat: 63.11800503195776, lng: 7.70211009508571},
icon: {
url: 'https://tuningfileserver.com/gfx/ts_pin.png',
scaledSize: new google.maps.Size(15, 20)
}
//setContent(html);
});
marker_66.id = '104';
markers.push(marker_66);
infowindow_66 = new google.maps.InfoWindow({
content: '',
});
infoWindows.push(infowindow_66);
marker_66.addListener('click', function() {
stopBounce();
closeAllInfoWindows();
infowindow_66.open(map, marker_66);
//
//map.setZoom(13);
map.panTo(this.getPosition());
//smoothZoom(map, 10, map.getZoom());
});
marker_67 = new google.maps.Marker({
map: map,
draggable: false,
//animation: google.maps.Animation.DROP,
position: { lat: 63.217657278433414, lng: 10.983440006310316},
icon: {
url: 'https://tuningfileserver.com/gfx/ts_pin.png',
scaledSize: new google.maps.Size(15, 20)
}
//setContent(html);
});
marker_67.id = '107';
markers.push(marker_67);
infowindow_67 = new google.maps.InfoWindow({
content: '',
});
infoWindows.push(infowindow_67);
marker_67.addListener('click', function() {
stopBounce();
closeAllInfoWindows();
infowindow_67.open(map, marker_67);
//
//map.setZoom(13);
map.panTo(this.getPosition());
//smoothZoom(map, 10, map.getZoom());
});
marker_68 = new google.maps.Marker({
map: map,
draggable: false,
//animation: google.maps.Animation.DROP,
position: { lat: 63.43136444294661, lng: 10.394738876047432},
icon: {
url: 'https://tuningfileserver.com/gfx/ts_pin.png',
scaledSize: new google.maps.Size(15, 20)
}
//setContent(html);
});
marker_68.id = '108';
markers.push(marker_68);
infowindow_68 = new google.maps.InfoWindow({
content: '',
});
infoWindows.push(infowindow_68);
marker_68.addListener('click', function() {
stopBounce();
closeAllInfoWindows();
infowindow_68.open(map, marker_68);
//
//map.setZoom(13);
map.panTo(this.getPosition());
//smoothZoom(map, 10, map.getZoom());
});
marker_69 = new google.maps.Marker({
map: map,
draggable: false,
//animation: google.maps.Animation.DROP,
position: { lat: 61.36854144722417, lng: 4.983401251135992},
icon: {
url: 'https://tuningfileserver.com/gfx/ts_pin.png',
scaledSize: new google.maps.Size(15, 20)
}
//setContent(html);
});
marker_69.id = '109';
markers.push(marker_69);
infowindow_69 = new google.maps.InfoWindow({
content: '',
});
infoWindows.push(infowindow_69);
marker_69.addListener('click', function() {
stopBounce();
closeAllInfoWindows();
infowindow_69.open(map, marker_69);
//
//map.setZoom(13);
map.panTo(this.getPosition());
//smoothZoom(map, 10, map.getZoom());
});
marker_70 = new google.maps.Marker({
map: map,
draggable: false,
//animation: google.maps.Animation.DROP,
position: { lat: 60.60326121357753, lng: 6.550513104654796},
icon: {
url: 'https://tuningfileserver.com/gfx/ts_pin.png',
scaledSize: new google.maps.Size(15, 20)
}
//setContent(html);
});
marker_70.id = '110';
markers.push(marker_70);
infowindow_70 = new google.maps.InfoWindow({
content: '',
});
infoWindows.push(infowindow_70);
marker_70.addListener('click', function() {
stopBounce();
closeAllInfoWindows();
infowindow_70.open(map, marker_70);
//
//map.setZoom(13);
map.panTo(this.getPosition());
//smoothZoom(map, 10, map.getZoom());
});
marker_71 = new google.maps.Marker({
map: map,
draggable: false,
//animation: google.maps.Animation.DROP,
position: { lat: 59.95614643948494, lng: 11.050295931939349},
icon: {
url: 'https://tuningfileserver.com/gfx/ts_pin.png',
scaledSize: new google.maps.Size(15, 20)
}
//setContent(html);
});
marker_71.id = '111';
markers.push(marker_71);
infowindow_71 = new google.maps.InfoWindow({
content: '',
});
infoWindows.push(infowindow_71);
marker_71.addListener('click', function() {
stopBounce();
closeAllInfoWindows();
infowindow_71.open(map, marker_71);
//
//map.setZoom(13);
map.panTo(this.getPosition());
//smoothZoom(map, 10, map.getZoom());
});
marker_72 = new google.maps.Marker({
map: map,
draggable: false,
//animation: google.maps.Animation.DROP,
position: { lat: 60.27510543738846, lng: 11.178822508222412},
icon: {
url: 'https://tuningfileserver.com/gfx/ts_pin.png',
scaledSize: new google.maps.Size(15, 20)
}
//setContent(html);
});
marker_72.id = '112';
markers.push(marker_72);
infowindow_72 = new google.maps.InfoWindow({
content: '',
});
infoWindows.push(infowindow_72);
marker_72.addListener('click', function() {
stopBounce();
closeAllInfoWindows();
infowindow_72.open(map, marker_72);
//
//map.setZoom(13);
map.panTo(this.getPosition());
//smoothZoom(map, 10, map.getZoom());
});
marker_73 = new google.maps.Marker({
map: map,
draggable: false,
//animation: google.maps.Animation.DROP,
position: { lat: 42.86985819656971, lng: 25.502620098239337},
icon: {
url: 'https://tuningfileserver.com/gfx/ts_pin.png',
scaledSize: new google.maps.Size(15, 20)
}
//setContent(html);
});
marker_73.id = '113';
markers.push(marker_73);
infowindow_73 = new google.maps.InfoWindow({
content: '',
});
infoWindows.push(infowindow_73);
marker_73.addListener('click', function() {
stopBounce();
closeAllInfoWindows();
infowindow_73.open(map, marker_73);
//
//map.setZoom(13);
map.panTo(this.getPosition());
//smoothZoom(map, 10, map.getZoom());
});
marker_74 = new google.maps.Marker({
map: map,
draggable: false,
//animation: google.maps.Animation.DROP,
position: { lat: 61.891989661182606, lng: 8.242787229208345},
icon: {
url: 'https://tuningfileserver.com/gfx/ts_pin.png',
scaledSize: new google.maps.Size(15, 20)
}
//setContent(html);
});
marker_74.id = '117';
markers.push(marker_74);
infowindow_74 = new google.maps.InfoWindow({
content: '',
});
infoWindows.push(infowindow_74);
marker_74.addListener('click', function() {
stopBounce();
closeAllInfoWindows();
infowindow_74.open(map, marker_74);
//
//map.setZoom(13);
map.panTo(this.getPosition());
//smoothZoom(map, 10, map.getZoom());
});
marker_75 = new google.maps.Marker({
map: map,
draggable: false,
//animation: google.maps.Animation.DROP,
position: { lat: 59.11651991062026, lng: 10.228957297040171},
icon: {
url: 'https://tuningfileserver.com/gfx/ts_pin.png',
scaledSize: new google.maps.Size(15, 20)
}
//setContent(html);
});
marker_75.id = '118';
markers.push(marker_75);
infowindow_75 = new google.maps.InfoWindow({
content: '',
});
infoWindows.push(infowindow_75);
marker_75.addListener('click', function() {
stopBounce();
closeAllInfoWindows();
infowindow_75.open(map, marker_75);
//
//map.setZoom(13);
map.panTo(this.getPosition());
//smoothZoom(map, 10, map.getZoom());
});
marker_76 = new google.maps.Marker({
map: map,
draggable: false,
//animation: google.maps.Animation.DROP,
position: { lat: 60.5161954512661, lng: 5.212547016263258},
icon: {
url: 'https://tuningfileserver.com/gfx/ts_pin.png',
scaledSize: new google.maps.Size(15, 20)
}
//setContent(html);
});
marker_76.id = '119';
markers.push(marker_76);
infowindow_76 = new google.maps.InfoWindow({
content: '',
});
infoWindows.push(infowindow_76);
marker_76.addListener('click', function() {
stopBounce();
closeAllInfoWindows();
infowindow_76.open(map, marker_76);
//
//map.setZoom(13);
map.panTo(this.getPosition());
//smoothZoom(map, 10, map.getZoom());
});
document.getElementById('showAll_btn').addEventListener('click', function() {
map.setZoom(4);
closeAllInfoWindows();
$("#liste").html('');
document.getElementById('map').scrollIntoView({ behavior: 'smooth', block: 'end'});
});
getLocation();
}
/* function toggleBounce() {
if (marker_bb.getAnimation() !== null) {
marker_bb.setAnimation(null);
} else {
marker_bb.setAnimation(google.maps.Animation.BOUNCE);
}
}*/
function SelectMarker(id) {
for (var i = 0; i < markers.length; i++) {
if (markers[i].id == id) {
//Remove the marker from Map
stopBounce();
var centerOfMap = new google.maps.LatLng(markers[i].getPosition().lat(),markers[i].getPosition().lng());
map.panTo(centerOfMap);
//markers[i].setAnimation(google.maps.Animation.BOUNCE);
closeAllInfoWindows();
infoWindows[i].open(map, markers[i]);
return;
}
}
};
function smoothZoom (map, max, cnt) {
if (cnt >= max) {
return;
}
else {
z = google.maps.event.addListener(map, 'zoom_changed', function(event){
google.maps.event.removeListener(z);
smoothZoom(map, max, cnt + 1);
});
setTimeout(function(){map.setZoom(cnt)}, 200); // 80ms is what I found to work well on my system -- it might not work well on all systems
}
}
function getLocation() {
if (navigator.geolocation) {
navigator.geolocation.getCurrentPosition(showPosition);
} else {
x.innerHTML = "Geolocation is not supported by this browser.";
}
}
function showPosition(position) {
var myLatlng = new google.maps.LatLng(position.coords.latitude,position.coords.longitude);
lat = position.coords.latitude;
long = position.coords.longitude;
$.get("https://tuningfileserver.com/inc/fetch_map_dealers.php?lat="+lat+"&lng="+long, function(data, status){
$("#liste").html(data);
});
centerOfMap = new google.maps.LatLng(lat, long);
marker = new google.maps.Marker({
position: centerOfMap,
map: map,
draggable: true //make it draggable
});
map.setZoom(8);
map.setCenter(centerOfMap);
//markerLocation();*/
}
function closeAllInfoWindows() {
for (var i=0;i