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.4693,-85.0012)};var g_0a25c20c0e39acbc6c7d8bda405d3af1 = new google.maps.Geocoder();g_0a25c20c0e39acbc6c7d8bda405d3af1.geocode( { 'address': "1201 Broad St, Phenix City, AL 36867, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('phenix-city-AL-bbt-atm').style.display = '';map = new google.maps.Map(document.getElementById('phenix-city-AL-bbt-atm'), mapOptions);}document.getElementById('e2afde8e').innerHTML += ' | View Map';var $l0a25c20c0e39acbc6c7d8bda405d3af1 = '

BB&T ATM

Address: 1201 Broad St, Phenix City, AL 36867, USA
Phone: (800) 226-5228
';var m_0a25c20c0e39acbc6c7d8bda405d3af1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T ATM',});m_0a25c20c0e39acbc6c7d8bda405d3af1['infowindow'] = new google.maps.InfoWindow({content: $l0a25c20c0e39acbc6c7d8bda405d3af1});var infowindow = new google.maps.InfoWindow({content: $l0a25c20c0e39acbc6c7d8bda405d3af1});google.maps.event.addListener(m_0a25c20c0e39acbc6c7d8bda405d3af1, 'click', function() {infowindow.open(map,m_0a25c20c0e39acbc6c7d8bda405d3af1);});$marker.push(m_0a25c20c0e39acbc6c7d8bda405d3af1);}});}google.maps.event.addDomListener(window, 'load', initialize);