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.0959,-75.9137)};var g_20ecaf024edc4cf421959b5155c43290 = new google.maps.Geocoder();g_20ecaf024edc4cf421959b5155c43290.geocode( { 'address': "4710 Horseshoe Pike, Honey Brook, PA 11111, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('honey-brook-PA-bbt').style.display = '';map = new google.maps.Map(document.getElementById('honey-brook-PA-bbt'), mapOptions);}document.getElementById('20929dd4').innerHTML += ' | View Map';var $l20ecaf024edc4cf421959b5155c43290 = '

BB&T

Address: 4710 Horseshoe Pike, Honey Brook, PA 11111, USA
Phone: (610) 273-2992
';var m_20ecaf024edc4cf421959b5155c43290 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_20ecaf024edc4cf421959b5155c43290['infowindow'] = new google.maps.InfoWindow({content: $l20ecaf024edc4cf421959b5155c43290});var infowindow = new google.maps.InfoWindow({content: $l20ecaf024edc4cf421959b5155c43290});google.maps.event.addListener(m_20ecaf024edc4cf421959b5155c43290, 'click', function() {infowindow.open(map,m_20ecaf024edc4cf421959b5155c43290);});$marker.push(m_20ecaf024edc4cf421959b5155c43290);}});}google.maps.event.addDomListener(window, 'load', initialize);