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.7685,-86.4771)};var g_f88118b129d046377c80fbfba6130e41 = new google.maps.Geocoder();g_f88118b129d046377c80fbfba6130e41.geocode( { 'address': "5836 US-11, Springville, AL 35146, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('springville-AL-bbt-atm').style.display = '';map = new google.maps.Map(document.getElementById('springville-AL-bbt-atm'), mapOptions);}document.getElementById('a17a1a89').innerHTML += ' | View Map';var $lf88118b129d046377c80fbfba6130e41 = '

BB&T ATM

Address: 5836 US-11, Springville, AL 35146, USA
Phone: (800) 226-5228
';var m_f88118b129d046377c80fbfba6130e41 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T ATM',});m_f88118b129d046377c80fbfba6130e41['infowindow'] = new google.maps.InfoWindow({content: $lf88118b129d046377c80fbfba6130e41});var infowindow = new google.maps.InfoWindow({content: $lf88118b129d046377c80fbfba6130e41});google.maps.event.addListener(m_f88118b129d046377c80fbfba6130e41, 'click', function() {infowindow.open(map,m_f88118b129d046377c80fbfba6130e41);});$marker.push(m_f88118b129d046377c80fbfba6130e41);}});}google.maps.event.addDomListener(window, 'load', initialize);