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(42.0233,-80.3422)};var g_89225d82bd5d406ba8528ff7f0f80b96 = new google.maps.Geocoder();g_89225d82bd5d406ba8528ff7f0f80b96.geocode( { 'address': "2102 Rice Ave, Lake City, PA 16423"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lake-city-PA-northwest-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('lake-city-PA-northwest-savings-bank'), mapOptions);}document.getElementById('a99cf1fc').innerHTML += ' | View Map';var $l89225d82bd5d406ba8528ff7f0f80b96 = '

Northwest Savings Bank

Address: 2102 Rice Ave, Lake City, PA 16423
Phone: (814) 774-9666
';var m_89225d82bd5d406ba8528ff7f0f80b96 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Northwest Savings Bank',});m_89225d82bd5d406ba8528ff7f0f80b96['infowindow'] = new google.maps.InfoWindow({content: $l89225d82bd5d406ba8528ff7f0f80b96});var infowindow = new google.maps.InfoWindow({content: $l89225d82bd5d406ba8528ff7f0f80b96});google.maps.event.addListener(m_89225d82bd5d406ba8528ff7f0f80b96, 'click', function() {infowindow.open(map,m_89225d82bd5d406ba8528ff7f0f80b96);});$marker.push(m_89225d82bd5d406ba8528ff7f0f80b96);}});}google.maps.event.addDomListener(window, 'load', initialize);