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.6225,-83.8679)};var g_da8bc789c7582001a3d883d8120179f5 = new google.maps.Geocoder();g_da8bc789c7582001a3d883d8120179f5.geocode( { 'address': "907 Emory St, Oxford, GA 30054, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oxford-GA-bbt-atm').style.display = '';map = new google.maps.Map(document.getElementById('oxford-GA-bbt-atm'), mapOptions);}document.getElementById('1aad6e7f').innerHTML += ' | View Map';var $lda8bc789c7582001a3d883d8120179f5 = '

BB&T ATM

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