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.5598,-75.568)};var g_77218590cd05f2965f1ba9b4745e1ff7 = new google.maps.Geocoder();g_77218590cd05f2965f1ba9b4745e1ff7.geocode( { 'address': "5700 Hamilton Blvd, Wescosville, PA 18106, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wescosville-PA-bbt').style.display = '';map = new google.maps.Map(document.getElementById('wescosville-PA-bbt'), mapOptions);}document.getElementById('f66be247').innerHTML += ' | View Map';var $l77218590cd05f2965f1ba9b4745e1ff7 = '

BB&T

Address: 5700 Hamilton Blvd, Wescosville, PA 18106, USA
Phone: (610) 530-0400
';var m_77218590cd05f2965f1ba9b4745e1ff7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_77218590cd05f2965f1ba9b4745e1ff7['infowindow'] = new google.maps.InfoWindow({content: $l77218590cd05f2965f1ba9b4745e1ff7});var infowindow = new google.maps.InfoWindow({content: $l77218590cd05f2965f1ba9b4745e1ff7});google.maps.event.addListener(m_77218590cd05f2965f1ba9b4745e1ff7, 'click', function() {infowindow.open(map,m_77218590cd05f2965f1ba9b4745e1ff7);});$marker.push(m_77218590cd05f2965f1ba9b4745e1ff7);}});}google.maps.event.addDomListener(window, 'load', initialize);