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.4511,-76.927)};var g_5f1a74542f377515c7f0e8529420fe66 = new google.maps.Geocoder();g_5f1a74542f377515c7f0e8529420fe66.geocode( { 'address': "3679 Peters Mountain Road, Halifax, PA 17032, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('halifax-PA-bbt').style.display = '';map = new google.maps.Map(document.getElementById('halifax-PA-bbt'), mapOptions);}document.getElementById('246aac25').innerHTML += ' | View Map';var $l5f1a74542f377515c7f0e8529420fe66 = '

BB&T

Address: 3679 Peters Mountain Road, Halifax, PA 17032, USA
Phone: (717) 896-3454
';var m_5f1a74542f377515c7f0e8529420fe66 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_5f1a74542f377515c7f0e8529420fe66['infowindow'] = new google.maps.InfoWindow({content: $l5f1a74542f377515c7f0e8529420fe66});var infowindow = new google.maps.InfoWindow({content: $l5f1a74542f377515c7f0e8529420fe66});google.maps.event.addListener(m_5f1a74542f377515c7f0e8529420fe66, 'click', function() {infowindow.open(map,m_5f1a74542f377515c7f0e8529420fe66);});$marker.push(m_5f1a74542f377515c7f0e8529420fe66);}});}google.maps.event.addDomListener(window, 'load', initialize);