', 51.483751, -0.3151767, 2]
];
var map = new google.maps.Map(document.getElementById('gmap-600e4095ae3e0'), {
zoom: 15,
scrollwheel: false,
navigationControl: true,
mapTypeControl: false,
scaleControl: false,
draggable: true,
styles:
[{
"featureType": "road.highway",
"elementType": "labels",
"stylers": [
{
"hue": "#ffffff"
},
{
"saturation": -100
},
{
"lightness": 100
},
{
"visibility": "off"
}
]
},
{
"featureType": "landscape.natural",
"elementType": "all",
"stylers": [
{
"hue": "#ffffff"
},
{
"saturation": -100
},
{
"lightness": 100
},
{
"visibility": "on"
}
]
},
{
"featureType": "road",
"elementType": "all",
"stylers": [
{
"hue": "#ffe94f"
},
{
"saturation": 100
},
{
"lightness": 4
},
{
"visibility": "on"
}
]
},
{
"featureType": "road.highway",
"elementType": "geometry",
"stylers": [
{
"hue": "#ffe94f"
},
{
"saturation": 100
},
{
"lightness": 4
},
{
"visibility": "on"
}
]
},
{
"featureType": "water",
"elementType": "geometry",
"stylers": [
{
"hue": "#333333"
},
{
"saturation": -100
},
{
"lightness": -74
},
{
"visibility": "off"
}
]
}],
center: new google.maps.LatLng(51.483751, -0.3151767),
mapTypeId: google.maps.MapTypeId.ROADMAP
});
var infowindow = new google.maps.InfoWindow();
var marker, i;
for (i = 0; i