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(32.5545,-84.2385)};var g_723b546e0a3c1e6666833b9b119e822e = new google.maps.Geocoder();g_723b546e0a3c1e6666833b9b119e822e.geocode( { 'address': "37 S Broad St, Butler, GA 31006, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('butler-GA-bbt-atm').style.display = '';map = new google.maps.Map(document.getElementById('butler-GA-bbt-atm'), mapOptions);}document.getElementById('afc66fc4').innerHTML += ' | View Map';var $l723b546e0a3c1e6666833b9b119e822e = '

BB&T ATM

Address: 37 S Broad St, Butler, GA 31006, USA
Phone: (800) 226-5228
';var m_723b546e0a3c1e6666833b9b119e822e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T ATM',});m_723b546e0a3c1e6666833b9b119e822e['infowindow'] = new google.maps.InfoWindow({content: $l723b546e0a3c1e6666833b9b119e822e});var infowindow = new google.maps.InfoWindow({content: $l723b546e0a3c1e6666833b9b119e822e});google.maps.event.addListener(m_723b546e0a3c1e6666833b9b119e822e, 'click', function() {infowindow.open(map,m_723b546e0a3c1e6666833b9b119e822e);});$marker.push(m_723b546e0a3c1e6666833b9b119e822e);}});}google.maps.event.addDomListener(window, 'load', initialize);