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(40.0061,-75.7072)};var g_b9c6e101e384887cb30714d10ced8778 = new google.maps.Geocoder();g_b9c6e101e384887cb30714d10ced8778.geocode( { 'address': "99 Manor Ave, Downingtown, PA 19335, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('downingtown-PA-bbt-atm').style.display = '';map = new google.maps.Map(document.getElementById('downingtown-PA-bbt-atm'), mapOptions);}document.getElementById('6a0e6cf3').innerHTML += ' | View Map';var $lb9c6e101e384887cb30714d10ced8778 = '

BB&T ATM

Address: 99 Manor Ave, Downingtown, PA 19335, USA
Phone: (800) 226-5228
';var m_b9c6e101e384887cb30714d10ced8778 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T ATM',});m_b9c6e101e384887cb30714d10ced8778['infowindow'] = new google.maps.InfoWindow({content: $lb9c6e101e384887cb30714d10ced8778});var infowindow = new google.maps.InfoWindow({content: $lb9c6e101e384887cb30714d10ced8778});google.maps.event.addListener(m_b9c6e101e384887cb30714d10ced8778, 'click', function() {infowindow.open(map,m_b9c6e101e384887cb30714d10ced8778);});$marker.push(m_b9c6e101e384887cb30714d10ced8778);}});}google.maps.event.addDomListener(window, 'load', initialize);