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(38.9573,-77.0842)};var g_c80b66b65292da7b7e1499a0bc119df3 = new google.maps.Geocoder();g_c80b66b65292da7b7e1499a0bc119df3.geocode( { 'address': "5200 Wisconsin Ave, Washington, DC 20015, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('washington-DC-bbt-atm').style.display = '';map = new google.maps.Map(document.getElementById('washington-DC-bbt-atm'), mapOptions);}document.getElementById('01bbdd11').innerHTML += ' | View Map';var $lc80b66b65292da7b7e1499a0bc119df3 = '

BB&T ATM

Address: 5200 Wisconsin Ave, Washington, DC 20015, USA
Phone: (800) 226-5228
';var m_c80b66b65292da7b7e1499a0bc119df3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T ATM',});m_c80b66b65292da7b7e1499a0bc119df3['infowindow'] = new google.maps.InfoWindow({content: $lc80b66b65292da7b7e1499a0bc119df3});var infowindow = new google.maps.InfoWindow({content: $lc80b66b65292da7b7e1499a0bc119df3});google.maps.event.addListener(m_c80b66b65292da7b7e1499a0bc119df3, 'click', function() {infowindow.open(map,m_c80b66b65292da7b7e1499a0bc119df3);});$marker.push(m_c80b66b65292da7b7e1499a0bc119df3);}});}google.maps.event.addDomListener(window, 'load', initialize);