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.598,-77.573)};var g_0b7e0ca784fc576c7b26d34503ca55d7 = new google.maps.Geocoder();g_0b7e0ca784fc576c7b26d34503ca55d7.geocode( { 'address': "32 E Market St, Lewistown, PA 17044, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lewistown-PA-first-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('lewistown-PA-first-national-bank'), mapOptions);}document.getElementById('b4d1ec4b').innerHTML += ' | View Map';var $l0b7e0ca784fc576c7b26d34503ca55d7 = '

First National Bank

Address: 32 E Market St, Lewistown, PA 17044, USA
Phone: (717) 248-4951
';var m_0b7e0ca784fc576c7b26d34503ca55d7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank',});m_0b7e0ca784fc576c7b26d34503ca55d7['infowindow'] = new google.maps.InfoWindow({content: $l0b7e0ca784fc576c7b26d34503ca55d7});var infowindow = new google.maps.InfoWindow({content: $l0b7e0ca784fc576c7b26d34503ca55d7});google.maps.event.addListener(m_0b7e0ca784fc576c7b26d34503ca55d7, 'click', function() {infowindow.open(map,m_0b7e0ca784fc576c7b26d34503ca55d7);});$marker.push(m_0b7e0ca784fc576c7b26d34503ca55d7);}});}google.maps.event.addDomListener(window, 'load', initialize);