Google Maps Multiple Markers

by Ryan Brackett

HTML

<div>
    <div id="map" style="width: 500px; height: 400px;"></div>
    <!--<input type="button" value="get location" onclick="getUserLocation()" />
    <div id="locationData">Location data here</div>
    <script src="http://maps.google.com/maps/api/js?sensor=false"></script>-->
    <script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?v=3.exp&sensor=false&libraries=weather"></script>
</div>

JavaScript

var locationData = [
   {
      "name": "Bethlehem",
      "lat": "33.9410054",
      "lng": "-83.7399724",
      "address": "426 Exchange Blvd, Suite 600",
      "address2": "",
      "city": "Bethlehem",
      "state": "GA",
      "postal": "30620",
      "phone": "770-848-7160",
      "fax": "",
      "web": "/our-locations/bethlehem/"
   },
   {
      "name": "Blairsville",
      "lat": "34.888274",
      "lng": "-83.962325",
      "address": "346 Deep South Farm Road, Suite B",
      "address2": "",
      "city": "Blairsville",
      "state": "GA",
      "postal": "30512",
      "phone": "706-835-1914",
      "fax": "706-835-1920",
      "web": "/blairsville/"
   },
   {
      "name": "Braselton",
      "lat": "34.120237",
      "lng": "-83.861235",
      "address": "1404 River Place, Suite 501",
      "address2": "",
      "city": "Braselton",
      "state": "GA",
      "postal": "30517",
      "phone": "770-848-7160",
      "fax": "770-848-7161",
      "web": "/our-locations/braselton/"
   },
   {
      "name": "Buford",
      "lat": "34.104722",
      "lng": "-84.001909",
      "address": "4445 South Lee Street, Suite 300",
      "address2": "",
      "city": "Buford",
      "state": "GA",
      "postal": "30518",
      "phone": "770-848-7160",
      "fax": "770-848-7161",
      "web": "/our-locations/buford/"
   },
   {
      "name": "Clayton",
      "lat": "34.870675",
      "lng": "-83.401445",
      "address": "536 Hwy 441 S.",
      "address2": "",
      "city": "Clayton",
      "state": "GA",
      "postal": "30525",
      "phone": "770-534-2020",
      "fax": "706-212-0553",
      "web": "/our-locations/clayton/"
   },
   {
      "name": "Commerce",
      "lat": "34.2185454",
      "lng": "-83.4731194",
      "address": "170 Cardiology Place",
      "address2": "",
      "city": "Commerce",
      "state": "GA",
      "postal": "30529",
      "phone": "770-848-7160",
      "fax": "",
      "web": "/commerce"
   },
   {
      "name": "Cumming",
     ...