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(41.2149,-79.3869)};var g_729ae54261113feabfd45c500c24d88c = new google.maps.Geocoder();g_729ae54261113feabfd45c500c24d88c.geocode( { 'address': "410 Main St, Clarion, PA 16214, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clarion-PA-st-bank').style.display = '';map = new google.maps.Map(document.getElementById('clarion-PA-st-bank'), mapOptions);}document.getElementById('05336ef7').innerHTML += ' | View Map';var $l729ae54261113feabfd45c500c24d88c = '

S&T Bank

Address: 410 Main St, Clarion, PA 16214, USA
Phone: (814) 226-4177
';var m_729ae54261113feabfd45c500c24d88c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'S&T Bank',});m_729ae54261113feabfd45c500c24d88c['infowindow'] = new google.maps.InfoWindow({content: $l729ae54261113feabfd45c500c24d88c});var infowindow = new google.maps.InfoWindow({content: $l729ae54261113feabfd45c500c24d88c});google.maps.event.addListener(m_729ae54261113feabfd45c500c24d88c, 'click', function() {infowindow.open(map,m_729ae54261113feabfd45c500c24d88c);});$marker.push(m_729ae54261113feabfd45c500c24d88c);}});}google.maps.event.addDomListener(window, 'load', initialize);