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.8517,-77.2607)};var g_e0908a66106a8ecc4d2eda89df820a98 = new google.maps.Geocoder();g_e0908a66106a8ecc4d2eda89df820a98.geocode( { 'address': "675 Old Harrisburg Rd, Gettysburg, PA 17325"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gettysburg-PA-acnb-bank').style.display = '';map = new google.maps.Map(document.getElementById('gettysburg-PA-acnb-bank'), mapOptions);}document.getElementById('a1ed1576').innerHTML += ' | View Map';var $le0908a66106a8ecc4d2eda89df820a98 = '

ACNB Bank

Address: 675 Old Harrisburg Rd, Gettysburg, PA 17325
Phone: (717) 334-3161
';var m_e0908a66106a8ecc4d2eda89df820a98 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ACNB Bank',});m_e0908a66106a8ecc4d2eda89df820a98['infowindow'] = new google.maps.InfoWindow({content: $le0908a66106a8ecc4d2eda89df820a98});var infowindow = new google.maps.InfoWindow({content: $le0908a66106a8ecc4d2eda89df820a98});google.maps.event.addListener(m_e0908a66106a8ecc4d2eda89df820a98, 'click', function() {infowindow.open(map,m_e0908a66106a8ecc4d2eda89df820a98);});$marker.push(m_e0908a66106a8ecc4d2eda89df820a98);}});}google.maps.event.addDomListener(window, 'load', initialize);