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.8456,-79.8998)};var g_20322513de411b14983fbfd54ceba007 = new google.maps.Geocoder();g_20322513de411b14983fbfd54ceba007.geocode( { 'address': "110 S Main St, Masontown, PA 15461, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('masontown-PA-parkvale-bank').style.display = '';map = new google.maps.Map(document.getElementById('masontown-PA-parkvale-bank'), mapOptions);}document.getElementById('c58810d6').innerHTML += ' | View Map';var $l20322513de411b14983fbfd54ceba007 = '

Parkvale Bank

Address: 110 S Main St, Masontown, PA 15461, USA
Phone: (724) 583-7701
';var m_20322513de411b14983fbfd54ceba007 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Parkvale Bank',});m_20322513de411b14983fbfd54ceba007['infowindow'] = new google.maps.InfoWindow({content: $l20322513de411b14983fbfd54ceba007});var infowindow = new google.maps.InfoWindow({content: $l20322513de411b14983fbfd54ceba007});google.maps.event.addListener(m_20322513de411b14983fbfd54ceba007, 'click', function() {infowindow.open(map,m_20322513de411b14983fbfd54ceba007);});$marker.push(m_20322513de411b14983fbfd54ceba007);}});}google.maps.event.addDomListener(window, 'load', initialize);