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.3876,-75.7901)};var g_f12657ca95cecbef9739a7c9c04faae6 = new google.maps.Geocoder();g_f12657ca95cecbef9739a7c9c04faae6.geocode( { 'address': "420 Main St, Oley, PA 19547, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oley-PA-bbt').style.display = '';map = new google.maps.Map(document.getElementById('oley-PA-bbt'), mapOptions);}document.getElementById('f899e2bc').innerHTML += ' | View Map';var $lf12657ca95cecbef9739a7c9c04faae6 = '

BB&T

Address: 420 Main St, Oley, PA 19547, USA
Phone: (610) 987-6252
';var m_f12657ca95cecbef9739a7c9c04faae6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_f12657ca95cecbef9739a7c9c04faae6['infowindow'] = new google.maps.InfoWindow({content: $lf12657ca95cecbef9739a7c9c04faae6});var infowindow = new google.maps.InfoWindow({content: $lf12657ca95cecbef9739a7c9c04faae6});google.maps.event.addListener(m_f12657ca95cecbef9739a7c9c04faae6, 'click', function() {infowindow.open(map,m_f12657ca95cecbef9739a7c9c04faae6);});$marker.push(m_f12657ca95cecbef9739a7c9c04faae6);}});}google.maps.event.addDomListener(window, 'load', initialize);