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.9833,-75.9351)};var g_8f1ecccfc0c1b7059134fd658dcbbdcd = new google.maps.Geocoder();g_8f1ecccfc0c1b7059134fd658dcbbdcd.geocode( { 'address': "850 Commons Dr, Parkesburg, PA 19365, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('parkesburg-PA-bbt').style.display = '';map = new google.maps.Map(document.getElementById('parkesburg-PA-bbt'), mapOptions);}document.getElementById('427fcb31').innerHTML += ' | View Map';var $l8f1ecccfc0c1b7059134fd658dcbbdcd = '

BB&T

Address: 850 Commons Dr, Parkesburg, PA 19365, USA
Phone: (610) 857-9666
';var m_8f1ecccfc0c1b7059134fd658dcbbdcd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_8f1ecccfc0c1b7059134fd658dcbbdcd['infowindow'] = new google.maps.InfoWindow({content: $l8f1ecccfc0c1b7059134fd658dcbbdcd});var infowindow = new google.maps.InfoWindow({content: $l8f1ecccfc0c1b7059134fd658dcbbdcd});google.maps.event.addListener(m_8f1ecccfc0c1b7059134fd658dcbbdcd, 'click', function() {infowindow.open(map,m_8f1ecccfc0c1b7059134fd658dcbbdcd);});$marker.push(m_8f1ecccfc0c1b7059134fd658dcbbdcd);}});}google.maps.event.addDomListener(window, 'load', initialize);