var map;var $marker = [];function $setCursor($lat, $lng, $index){$marker[$index - 1]['infowindow'].open(map, $marker[$index - 1]);var $lat_lng = new google.maps.LatLng($lat, $lng);map.setCenter($lat_lng);map.setZoom(20);}function initialize(){var $i = 0;var mapOptions = {zoom: 10,center: new google.maps.LatLng(34.1227,-84.2968)};var g_3f258712c3ba708ba78a60afde94352a = new google.maps.Geocoder();g_3f258712c3ba708ba78a60afde94352a.geocode( { 'address': "9280 Chandler Blf, Alpharetta, GA 30022"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alpharetta-GA-southern-bank-supplies').style.display = '';map = new google.maps.Map(document.getElementById('alpharetta-GA-southern-bank-supplies'), mapOptions);}document.getElementById('999b1785').innerHTML += ' | View Map';var $l3f258712c3ba708ba78a60afde94352a = '

Southern Bank Supplies

Address: 9280 Chandler Blf, Alpharetta, GA 30022
Phone: (770) 751-1412
';var m_3f258712c3ba708ba78a60afde94352a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Southern Bank Supplies',});m_3f258712c3ba708ba78a60afde94352a['infowindow'] = new google.maps.InfoWindow({content: $l3f258712c3ba708ba78a60afde94352a});var infowindow = new google.maps.InfoWindow({content: $l3f258712c3ba708ba78a60afde94352a});google.maps.event.addListener(m_3f258712c3ba708ba78a60afde94352a, 'click', function() {infowindow.open(map,m_3f258712c3ba708ba78a60afde94352a);});$marker.push(m_3f258712c3ba708ba78a60afde94352a);}});}google.maps.event.addDomListener(window, 'load', initialize);