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.4435,-79.2284)};var g_fd7a5cc4cfed46fa0905ea330837d177 = new google.maps.Geocoder();g_fd7a5cc4cfed46fa0905ea330837d177.geocode( { 'address': "111 Resort Plaza Dr, Blairsville, PA 15717, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('blairsville-PA-st-bank').style.display = '';map = new google.maps.Map(document.getElementById('blairsville-PA-st-bank'), mapOptions);}document.getElementById('ec039fcd').innerHTML += ' | View Map';var $lfd7a5cc4cfed46fa0905ea330837d177 = '

S&T Bank

Address: 111 Resort Plaza Dr, Blairsville, PA 15717, USA
Phone: (724) 459-5903
';var m_fd7a5cc4cfed46fa0905ea330837d177 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'S&T Bank',});m_fd7a5cc4cfed46fa0905ea330837d177['infowindow'] = new google.maps.InfoWindow({content: $lfd7a5cc4cfed46fa0905ea330837d177});var infowindow = new google.maps.InfoWindow({content: $lfd7a5cc4cfed46fa0905ea330837d177});google.maps.event.addListener(m_fd7a5cc4cfed46fa0905ea330837d177, 'click', function() {infowindow.open(map,m_fd7a5cc4cfed46fa0905ea330837d177);});$marker.push(m_fd7a5cc4cfed46fa0905ea330837d177);}});}google.maps.event.addDomListener(window, 'load', initialize);