Example var map = new GoogleMapsFilterGroups({ apiKey: "someAPIKeyHERE", querySelector: ".map", focusElement: ".mapLegend", groupElements: ".mapLegend a", firstGroupOn: true, mapConfig: { center: { lat: latitude, long: longitude }, zoom: 15 } });