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.5522,-85.9218)};var g_ca0cbad41086a21916e8e76c7c062ae1 = new google.maps.Geocoder();g_ca0cbad41086a21916e8e76c7c062ae1.geocode( { 'address': "1415 Gilmer Ave, Tallassee, AL 36078, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tallassee-AL-bbt-atm').style.display = '';map = new google.maps.Map(document.getElementById('tallassee-AL-bbt-atm'), mapOptions);}document.getElementById('4db619fb').innerHTML += ' | View Map';var $lca0cbad41086a21916e8e76c7c062ae1 = '

BB&T ATM

Address: 1415 Gilmer Ave, Tallassee, AL 36078, USA
Phone: (800) 226-5228
';var m_ca0cbad41086a21916e8e76c7c062ae1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T ATM',});m_ca0cbad41086a21916e8e76c7c062ae1['infowindow'] = new google.maps.InfoWindow({content: $lca0cbad41086a21916e8e76c7c062ae1});var infowindow = new google.maps.InfoWindow({content: $lca0cbad41086a21916e8e76c7c062ae1});google.maps.event.addListener(m_ca0cbad41086a21916e8e76c7c062ae1, 'click', function() {infowindow.open(map,m_ca0cbad41086a21916e8e76c7c062ae1);});$marker.push(m_ca0cbad41086a21916e8e76c7c062ae1);}});}google.maps.event.addDomListener(window, 'load', initialize);