Library to easily build maps on top of the google maps api.
var map = new GoogleMapsFilterGroups({
apiKey: "someAPIKeyHERE",
querySelector: ".map",
focusElement: ".mapLegend",
groupElements: ".mapLegend a",
firstGroupOn: true,
mapConfig: {
center: {
lat: latitude,
long: longitude
},
zoom: 15
}
});