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.3204,-76.0094)};var g_1ee634c4211a128142ecef927787f0af = new google.maps.Geocoder();g_1ee634c4211a128142ecef927787f0af.geocode( { 'address': "3000 Shillington Rd, Sinking Spring, PA 19608, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sinking-spring-PA-bbt').style.display = '';map = new google.maps.Map(document.getElementById('sinking-spring-PA-bbt'), mapOptions);}document.getElementById('8c502450').innerHTML += ' | View Map';var $l1ee634c4211a128142ecef927787f0af = '

BB&T

Address: 3000 Shillington Rd, Sinking Spring, PA 19608, USA
Phone: (610) 670-6960
';var m_1ee634c4211a128142ecef927787f0af = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_1ee634c4211a128142ecef927787f0af['infowindow'] = new google.maps.InfoWindow({content: $l1ee634c4211a128142ecef927787f0af});var infowindow = new google.maps.InfoWindow({content: $l1ee634c4211a128142ecef927787f0af});google.maps.event.addListener(m_1ee634c4211a128142ecef927787f0af, 'click', function() {infowindow.open(map,m_1ee634c4211a128142ecef927787f0af);});$marker.push(m_1ee634c4211a128142ecef927787f0af);}});}google.maps.event.addDomListener(window, 'load', initialize);