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(33.6114,-84.6108)};var g_0dbd53751c00e0784799008b44471a77 = new google.maps.Geocoder();g_0dbd53751c00e0784799008b44471a77.geocode( { 'address': "5390 GA-92, Fairburn, GA 30213, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fairburn-GA-atm-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('fairburn-GA-atm-wells-fargo-bank'), mapOptions);}document.getElementById('c9a48719').innerHTML += ' | View Map';var $l0dbd53751c00e0784799008b44471a77 = '

ATM (Wells Fargo Bank)

Address: 5390 GA-92, Fairburn, GA 30213, USA
Phone: (770) 892-2901
';var m_0dbd53751c00e0784799008b44471a77 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Wells Fargo Bank)',});m_0dbd53751c00e0784799008b44471a77['infowindow'] = new google.maps.InfoWindow({content: $l0dbd53751c00e0784799008b44471a77});var infowindow = new google.maps.InfoWindow({content: $l0dbd53751c00e0784799008b44471a77});google.maps.event.addListener(m_0dbd53751c00e0784799008b44471a77, 'click', function() {infowindow.open(map,m_0dbd53751c00e0784799008b44471a77);});$marker.push(m_0dbd53751c00e0784799008b44471a77);}});}google.maps.event.addDomListener(window, 'load', initialize);