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.1799,-84.9127)};var g_1aaa62b45b9586811760eb4a13b9e44b = new google.maps.Geocoder();g_1aaa62b45b9586811760eb4a13b9e44b.geocode( { 'address': "100 S Hwy I-29, Hogansville, GA 30230, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hogansville-GA-bbt-atm').style.display = '';map = new google.maps.Map(document.getElementById('hogansville-GA-bbt-atm'), mapOptions);}document.getElementById('6d37fcda').innerHTML += ' | View Map';var $l1aaa62b45b9586811760eb4a13b9e44b = '

BB&T ATM

Address: 100 S Hwy I-29, Hogansville, GA 30230, USA
Phone: (800) 226-5228
';var m_1aaa62b45b9586811760eb4a13b9e44b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T ATM',});m_1aaa62b45b9586811760eb4a13b9e44b['infowindow'] = new google.maps.InfoWindow({content: $l1aaa62b45b9586811760eb4a13b9e44b});var infowindow = new google.maps.InfoWindow({content: $l1aaa62b45b9586811760eb4a13b9e44b});google.maps.event.addListener(m_1aaa62b45b9586811760eb4a13b9e44b, 'click', function() {infowindow.open(map,m_1aaa62b45b9586811760eb4a13b9e44b);});$marker.push(m_1aaa62b45b9586811760eb4a13b9e44b);}});}google.maps.event.addDomListener(window, 'load', initialize);