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.6227,-79.155)};var g_9b2946207cfe91ad1c5c5f4888f39cbb = new google.maps.Geocoder();g_9b2946207cfe91ad1c5c5f4888f39cbb.geocode( { 'address': "800 Philadelphia St, Indiana, PA 15701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('indiana-PA-st-bancorp-inc').style.display = '';map = new google.maps.Map(document.getElementById('indiana-PA-st-bancorp-inc'), mapOptions);}document.getElementById('7bccccd8').innerHTML += ' | View Map';var $l9b2946207cfe91ad1c5c5f4888f39cbb = '

S&T Bancorp Inc

Address: 800 Philadelphia St, Indiana, PA 15701, USA
Phone: (724) 465-1466
';var m_9b2946207cfe91ad1c5c5f4888f39cbb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'S&T Bancorp Inc',});m_9b2946207cfe91ad1c5c5f4888f39cbb['infowindow'] = new google.maps.InfoWindow({content: $l9b2946207cfe91ad1c5c5f4888f39cbb});var infowindow = new google.maps.InfoWindow({content: $l9b2946207cfe91ad1c5c5f4888f39cbb});google.maps.event.addListener(m_9b2946207cfe91ad1c5c5f4888f39cbb, 'click', function() {infowindow.open(map,m_9b2946207cfe91ad1c5c5f4888f39cbb);});$marker.push(m_9b2946207cfe91ad1c5c5f4888f39cbb);}});}google.maps.event.addDomListener(window, 'load', initialize);