More Google Maps styles on the website: Snazzy Maps
new Maplace({ map_div: '#gmap-styled', locations: LocsAB, start: 1, styles: styles, map_options: { zoom: 5 } styles: { 'Night': [{ featureType: 'all', stylers: [ { invert_lightness: 'true' } ] }], 'Greyscale': [{ featureType: 'all', stylers: [ { saturation: -100 }, { gamma: 0.50 } ] }] } }).Load();
<div id="gmap-styled"></div>