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(39.0289,-76.503)};var g_378271842c95b7894122b598f9874a14 = new google.maps.Geocoder();g_378271842c95b7894122b598f9874a14.geocode( { 'address': "2 Arnold Rd, Arnold, MD 21012, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('arnold-MD-bbt-atm').style.display = '';map = new google.maps.Map(document.getElementById('arnold-MD-bbt-atm'), mapOptions);}document.getElementById('212e41df').innerHTML += ' | View Map';var $l378271842c95b7894122b598f9874a14 = '

BB&T ATM

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