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(39.8316,-77.2329)};var g_73a3b8778caf371a6baa7bb48270903a = new google.maps.Geocoder();g_73a3b8778caf371a6baa7bb48270903a.geocode( { 'address': "29 N Washington St, Gettysburg, PA 17325, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gettysburg-PA-bbt').style.display = '';map = new google.maps.Map(document.getElementById('gettysburg-PA-bbt'), mapOptions);}document.getElementById('94fe22bb').innerHTML += ' | View Map';var $l73a3b8778caf371a6baa7bb48270903a = '

BB&T

Address: 29 N Washington St, Gettysburg, PA 17325, USA
Phone: (717) 334-6238
';var m_73a3b8778caf371a6baa7bb48270903a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_73a3b8778caf371a6baa7bb48270903a['infowindow'] = new google.maps.InfoWindow({content: $l73a3b8778caf371a6baa7bb48270903a});var infowindow = new google.maps.InfoWindow({content: $l73a3b8778caf371a6baa7bb48270903a});google.maps.event.addListener(m_73a3b8778caf371a6baa7bb48270903a, 'click', function() {infowindow.open(map,m_73a3b8778caf371a6baa7bb48270903a);});$marker.push(m_73a3b8778caf371a6baa7bb48270903a);}});}google.maps.event.addDomListener(window, 'load', initialize);