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.7595,-76.9943)};var g_6209708af02e3b69a68df42768f62e80 = new google.maps.Geocoder();g_6209708af02e3b69a68df42768f62e80.geocode( { 'address': "9412 Livingston Rd, Fort Washington, MD 20744, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-washington-MD-bbt-atm').style.display = '';map = new google.maps.Map(document.getElementById('fort-washington-MD-bbt-atm'), mapOptions);}document.getElementById('8851096b').innerHTML += ' | View Map';var $l6209708af02e3b69a68df42768f62e80 = '

BB&T ATM

Address: 9412 Livingston Rd, Fort Washington, MD 20744, USA
Phone: (800) 226-5228
';var m_6209708af02e3b69a68df42768f62e80 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T ATM',});m_6209708af02e3b69a68df42768f62e80['infowindow'] = new google.maps.InfoWindow({content: $l6209708af02e3b69a68df42768f62e80});var infowindow = new google.maps.InfoWindow({content: $l6209708af02e3b69a68df42768f62e80});google.maps.event.addListener(m_6209708af02e3b69a68df42768f62e80, 'click', function() {infowindow.open(map,m_6209708af02e3b69a68df42768f62e80);});$marker.push(m_6209708af02e3b69a68df42768f62e80);}});}google.maps.event.addDomListener(window, 'load', initialize);