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.5903,-86.4975)};var g_ee31bb243daba419999ba8b176d69fd5 = new google.maps.Geocoder();g_ee31bb243daba419999ba8b176d69fd5.geocode( { 'address': "2821 Moody Pkwy, Moody, AL 35004, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('moody-AL-bbt-atm').style.display = '';map = new google.maps.Map(document.getElementById('moody-AL-bbt-atm'), mapOptions);}document.getElementById('9c1989b0').innerHTML += ' | View Map';var $lee31bb243daba419999ba8b176d69fd5 = '

BB&T ATM

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