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.3875,-77.0323)};var g_9c98631ebb14d8a7a63c52fc2b348adb = new google.maps.Geocoder();g_9c98631ebb14d8a7a63c52fc2b348adb.geocode( { 'address': "55 S Main St, Duncannon, PA 17020, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('duncannon-PA-marysville-bank').style.display = '';map = new google.maps.Map(document.getElementById('duncannon-PA-marysville-bank'), mapOptions);}document.getElementById('5668b12e').innerHTML += ' | View Map';var $l9c98631ebb14d8a7a63c52fc2b348adb = '

Marysville Bank

Address: 55 S Main St, Duncannon, PA 17020, USA
Phone: (717) 834-5161
';var m_9c98631ebb14d8a7a63c52fc2b348adb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Marysville Bank',});m_9c98631ebb14d8a7a63c52fc2b348adb['infowindow'] = new google.maps.InfoWindow({content: $l9c98631ebb14d8a7a63c52fc2b348adb});var infowindow = new google.maps.InfoWindow({content: $l9c98631ebb14d8a7a63c52fc2b348adb});google.maps.event.addListener(m_9c98631ebb14d8a7a63c52fc2b348adb, 'click', function() {infowindow.open(map,m_9c98631ebb14d8a7a63c52fc2b348adb);});$marker.push(m_9c98631ebb14d8a7a63c52fc2b348adb);}});}google.maps.event.addDomListener(window, 'load', initialize);