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.3755,-76.9326)};var g_47cd3e9ed7b13c4c45a863f4f0bfecdc = new google.maps.Geocoder();g_47cd3e9ed7b13c4c45a863f4f0bfecdc.geocode( { 'address': "800 Peters Mountain Road, Dauphin, PA 17018, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dauphin-PA-bbt').style.display = '';map = new google.maps.Map(document.getElementById('dauphin-PA-bbt'), mapOptions);}document.getElementById('14114951').innerHTML += ' | View Map';var $l47cd3e9ed7b13c4c45a863f4f0bfecdc = '

BB&T

Address: 800 Peters Mountain Road, Dauphin, PA 17018, USA
Phone: (717) 921-8901
';var m_47cd3e9ed7b13c4c45a863f4f0bfecdc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_47cd3e9ed7b13c4c45a863f4f0bfecdc['infowindow'] = new google.maps.InfoWindow({content: $l47cd3e9ed7b13c4c45a863f4f0bfecdc});var infowindow = new google.maps.InfoWindow({content: $l47cd3e9ed7b13c4c45a863f4f0bfecdc});google.maps.event.addListener(m_47cd3e9ed7b13c4c45a863f4f0bfecdc, 'click', function() {infowindow.open(map,m_47cd3e9ed7b13c4c45a863f4f0bfecdc);});$marker.push(m_47cd3e9ed7b13c4c45a863f4f0bfecdc);}});}google.maps.event.addDomListener(window, 'load', initialize);