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.2901,-76.9757)};var g_41fcae5b340e86bfc3ba088f9f29a8b7 = new google.maps.Geocoder();g_41fcae5b340e86bfc3ba088f9f29a8b7.geocode( { 'address': "4305 Marketplace Way, Enola, PA 17025, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('enola-PA-bbt').style.display = '';map = new google.maps.Map(document.getElementById('enola-PA-bbt'), mapOptions);}document.getElementById('64aa9bf8').innerHTML += ' | View Map';var $l41fcae5b340e86bfc3ba088f9f29a8b7 = '

BB&T

Address: 4305 Marketplace Way, Enola, PA 17025, USA
Phone: (717) 909-0560
';var m_41fcae5b340e86bfc3ba088f9f29a8b7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_41fcae5b340e86bfc3ba088f9f29a8b7['infowindow'] = new google.maps.InfoWindow({content: $l41fcae5b340e86bfc3ba088f9f29a8b7});var infowindow = new google.maps.InfoWindow({content: $l41fcae5b340e86bfc3ba088f9f29a8b7});google.maps.event.addListener(m_41fcae5b340e86bfc3ba088f9f29a8b7, 'click', function() {infowindow.open(map,m_41fcae5b340e86bfc3ba088f9f29a8b7);});$marker.push(m_41fcae5b340e86bfc3ba088f9f29a8b7);}});}google.maps.event.addDomListener(window, 'load', initialize);