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.0187,-75.3191)};var g_0878b86c6bed1aa87f03b1146dd17a6e = new google.maps.Geocoder();g_0878b86c6bed1aa87f03b1146dd17a6e.geocode( { 'address': "101 S Bryn Mawr Ave, Bryn Mawr, PA 19010, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bryn-mawr-PA-bbt').style.display = '';map = new google.maps.Map(document.getElementById('bryn-mawr-PA-bbt'), mapOptions);}document.getElementById('a18ac631').innerHTML += ' | View Map';var $l0878b86c6bed1aa87f03b1146dd17a6e = '

BB&T

Address: 101 S Bryn Mawr Ave, Bryn Mawr, PA 19010, USA
Phone: (610) 525-8500
';var m_0878b86c6bed1aa87f03b1146dd17a6e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_0878b86c6bed1aa87f03b1146dd17a6e['infowindow'] = new google.maps.InfoWindow({content: $l0878b86c6bed1aa87f03b1146dd17a6e});var infowindow = new google.maps.InfoWindow({content: $l0878b86c6bed1aa87f03b1146dd17a6e});google.maps.event.addListener(m_0878b86c6bed1aa87f03b1146dd17a6e, 'click', function() {infowindow.open(map,m_0878b86c6bed1aa87f03b1146dd17a6e);});$marker.push(m_0878b86c6bed1aa87f03b1146dd17a6e);}});}google.maps.event.addDomListener(window, 'load', initialize);