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.2885,-76.9863)};var g_6fb309173662618c5ce205adbf489d5a = new google.maps.Geocoder();g_6fb309173662618c5ce205adbf489d5a.geocode( { 'address': "2060 Good Hope Rd, Enola, PA 17025, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('enola-PA-marysville-bank').style.display = '';map = new google.maps.Map(document.getElementById('enola-PA-marysville-bank'), mapOptions);}document.getElementById('c7c6fbf6').innerHTML += ' | View Map';var $l6fb309173662618c5ce205adbf489d5a = '

Marysville Bank

Address: 2060 Good Hope Rd, Enola, PA 17025, USA
Phone:
';var m_6fb309173662618c5ce205adbf489d5a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Marysville Bank',});m_6fb309173662618c5ce205adbf489d5a['infowindow'] = new google.maps.InfoWindow({content: $l6fb309173662618c5ce205adbf489d5a});var infowindow = new google.maps.InfoWindow({content: $l6fb309173662618c5ce205adbf489d5a});google.maps.event.addListener(m_6fb309173662618c5ce205adbf489d5a, 'click', function() {infowindow.open(map,m_6fb309173662618c5ce205adbf489d5a);});$marker.push(m_6fb309173662618c5ce205adbf489d5a);}});}google.maps.event.addDomListener(window, 'load', initialize);