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.3116,-85.7504)};var g_3bbf6b0b520849d6119eb40fa5a50bc2 = new google.maps.Geocoder();g_3bbf6b0b520849d6119eb40fa5a50bc2.geocode( { 'address': "89071 AL-9, Lineville, AL 36266, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lineville-AL-bbt-atm').style.display = '';map = new google.maps.Map(document.getElementById('lineville-AL-bbt-atm'), mapOptions);}document.getElementById('e6df3768').innerHTML += ' | View Map';var $l3bbf6b0b520849d6119eb40fa5a50bc2 = '

BB&T ATM

Address: 89071 AL-9, Lineville, AL 36266, USA
Phone: (800) 226-5228
';var m_3bbf6b0b520849d6119eb40fa5a50bc2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T ATM',});m_3bbf6b0b520849d6119eb40fa5a50bc2['infowindow'] = new google.maps.InfoWindow({content: $l3bbf6b0b520849d6119eb40fa5a50bc2});var infowindow = new google.maps.InfoWindow({content: $l3bbf6b0b520849d6119eb40fa5a50bc2});google.maps.event.addListener(m_3bbf6b0b520849d6119eb40fa5a50bc2, 'click', function() {infowindow.open(map,m_3bbf6b0b520849d6119eb40fa5a50bc2);});$marker.push(m_3bbf6b0b520849d6119eb40fa5a50bc2);}});}google.maps.event.addDomListener(window, 'load', initialize);