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.357,-75.3072)};var g_d0d596b52c6357fd3db9773e57ea1d64 = new google.maps.Geocoder();g_d0d596b52c6357fd3db9773e57ea1d64.geocode( { 'address': "96 S Main St, Sellersville, PA 18960, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sellersville-PA-bbt').style.display = '';map = new google.maps.Map(document.getElementById('sellersville-PA-bbt'), mapOptions);}document.getElementById('6ba4429c').innerHTML += ' | View Map';var $ld0d596b52c6357fd3db9773e57ea1d64 = '

BB&T

Address: 96 S Main St, Sellersville, PA 18960, USA
Phone: (215) 257-0718
';var m_d0d596b52c6357fd3db9773e57ea1d64 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_d0d596b52c6357fd3db9773e57ea1d64['infowindow'] = new google.maps.InfoWindow({content: $ld0d596b52c6357fd3db9773e57ea1d64});var infowindow = new google.maps.InfoWindow({content: $ld0d596b52c6357fd3db9773e57ea1d64});google.maps.event.addListener(m_d0d596b52c6357fd3db9773e57ea1d64, 'click', function() {infowindow.open(map,m_d0d596b52c6357fd3db9773e57ea1d64);});$marker.push(m_d0d596b52c6357fd3db9773e57ea1d64);}});}google.maps.event.addDomListener(window, 'load', initialize);