Generic Google Map with choice for multiple or single location markers. Locations held in local or external JSON data.
Usage
Used by any site to show building locations.
Populate JSON data with location longitude, latitude and address.
Syntax
Options
External JSON file Need to add $.getJSON command -- $.getJSON( "FILENAME" , function(locations) { to google.maps.js file as shown in comments within code.