Per Auto
var map;
function init() {
var mapOptions = {
center: new google.maps.LatLng(51.918303, 4.396416),
zoom: 14,
zoomControl: true,
zoomControlOptions: {
style: google.maps.ZoomControlStyle.SMALL,
},
disableDoubleClickZoom: true,
mapTypeControl: false,
scaleControl: true,
scrollwheel: false,
streetViewControl: true,
draggable : true,
overviewMapControl: false,
mapTypeId: google.maps.MapTypeId.ROADMAP,
styles:
[
{ "featureType": "all", "elementType": "all", "stylers": [ { "visibility": "simplified" } ] },
{ "featureType": "all", "elementType": "labels", "stylers": [ { "visibility": "off" } ] },
{ "featureType": "administrative", "elementType": "labels.text.fill", "stylers": [ { "color": "#222222" } ] },
{ "featureType": "landscape", "elementType": "all", "stylers": [ { "color": "#4673B7" }, { "lightness": "90" } ] },
{ "featureType": "poi", "elementType": "all", "stylers": [ { "visibility": "off" } ] },
{ "featureType": "road", "elementType": "geometry.fill", "stylers": [ { "color": "#ffffff" } ] },
{ "featureType": "road", "elementType": "labels.text.fill", "stylers": [ { "color": "#222222" }, { "visibility": "on" } ] },
{ "featureType": "road", "elementType": "labels.text.stroke", "stylers": [ { "lightness": "100" }, { "color": "#ffffff" }, { "visibility": "on" } ] },
{ "featureType": "road", "elementType": "labels.icon", "stylers": [ { "visibility": "off" } ] },
{ "featureType": "road.highway", "elementType": "all", "stylers": [ { "visibility": "simplified" } ] },
{ "featureType": "road.arterial", "elementType": "labels.icon", "stylers": [ { "visibility": "off" } ] },
{ "featureType": "transit", "elementType": "all", "stylers": [ { "visibility": "off" } ] },
{ "featureType": "water", "elementType": "all", "stylers": [ { "color": "#4673B7" }, { "visibility": "on" } ]
}
]
}
var mapElement = document.getElementById('a72a0'),
map = new google.maps.Map(mapElement, mapOptions),
infowindow = new google.maps.InfoWindow({
content: "loading..."
}),
bounds = new google.maps.LatLngBounds(),
locations = [
[51.918303, 4.396416, 'sjiek', 'Café Sjiek '],
];
for (i = 0; i < locations.length; i++) {
var markerpoint = locations[i];
var myLatLng = new google.maps.LatLng(locations[i][0], locations[i][1]);
marker = new google.maps.Marker({
icon: 'https://www.sjiek.info/wp-content/themes/twee/assets/images/pin.svg',
position: myLatLng,
map: map,
title: locations[i][2],
html: locations[i][3]
});
google.maps.event.addListener(marker, 'click', function () {
infowindow.setContent(this.html);
infowindow.open(map, this);
});
}
}
init();
Tijden voor betaald parkeren:
Dinsdag tot 20:00 uur
Woensdag tot 20:00 uur
Donderdag tot 21:00 uur
Vrijdag tot 20:00 uur
Zaterdag tot 17:00 uur
Zondag vrij parkeren