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.9773,-75.3981)};var g_0a3c79e912ed10a932239ea1af3aa9d3 = new google.maps.Geocoder();g_0a3c79e912ed10a932239ea1af3aa9d3.geocode( { 'address': "200 S Newtown Street Rd, Newtown Square, PA 19073, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('newtown-square-PA-bbt').style.display = '';map = new google.maps.Map(document.getElementById('newtown-square-PA-bbt'), mapOptions);}document.getElementById('8721a3db').innerHTML += ' | View Map';var $l0a3c79e912ed10a932239ea1af3aa9d3 = '

BB&T

Address: 200 S Newtown Street Rd, Newtown Square, PA 19073, USA
Phone: (610) 356-1574
';var m_0a3c79e912ed10a932239ea1af3aa9d3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_0a3c79e912ed10a932239ea1af3aa9d3['infowindow'] = new google.maps.InfoWindow({content: $l0a3c79e912ed10a932239ea1af3aa9d3});var infowindow = new google.maps.InfoWindow({content: $l0a3c79e912ed10a932239ea1af3aa9d3});google.maps.event.addListener(m_0a3c79e912ed10a932239ea1af3aa9d3, 'click', function() {infowindow.open(map,m_0a3c79e912ed10a932239ea1af3aa9d3);});$marker.push(m_0a3c79e912ed10a932239ea1af3aa9d3);}});}google.maps.event.addDomListener(window, 'load', initialize);