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.0063,-75.2887)};var g_eda866dc38e946b387a0520d46df50b3 = new google.maps.Geocoder();g_eda866dc38e946b387a0520d46df50b3.geocode( { 'address': "76 Lancaster Ave, Ardmore, PA 19003, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ardmore-PA-bbt').style.display = '';map = new google.maps.Map(document.getElementById('ardmore-PA-bbt'), mapOptions);}document.getElementById('c212f2df').innerHTML += ' | View Map';var $leda866dc38e946b387a0520d46df50b3 = '

BB&T

Address: 76 Lancaster Ave, Ardmore, PA 19003, USA
Phone: (610) 642-2014
';var m_eda866dc38e946b387a0520d46df50b3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_eda866dc38e946b387a0520d46df50b3['infowindow'] = new google.maps.InfoWindow({content: $leda866dc38e946b387a0520d46df50b3});var infowindow = new google.maps.InfoWindow({content: $leda866dc38e946b387a0520d46df50b3});google.maps.event.addListener(m_eda866dc38e946b387a0520d46df50b3, 'click', function() {infowindow.open(map,m_eda866dc38e946b387a0520d46df50b3);});$marker.push(m_eda866dc38e946b387a0520d46df50b3);}});}google.maps.event.addDomListener(window, 'load', initialize);