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.0166,-79.5911)};var g_627b9971d06d4ca3525a1890e16ed9c7 = new google.maps.Geocoder();g_627b9971d06d4ca3525a1890e16ed9c7.geocode( { 'address': "125 S Arch St, Connellsville, PA 15425, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('connellsville-PA-scottdale-bank--trust-co').style.display = '';map = new google.maps.Map(document.getElementById('connellsville-PA-scottdale-bank--trust-co'), mapOptions);}document.getElementById('be63c607').innerHTML += ' | View Map';var $l627b9971d06d4ca3525a1890e16ed9c7 = '

Scottdale Bank & Trust Co

Address: 125 S Arch St, Connellsville, PA 15425, USA
Phone: (724) 628-3200
';var m_627b9971d06d4ca3525a1890e16ed9c7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Scottdale Bank & Trust Co',});m_627b9971d06d4ca3525a1890e16ed9c7['infowindow'] = new google.maps.InfoWindow({content: $l627b9971d06d4ca3525a1890e16ed9c7});var infowindow = new google.maps.InfoWindow({content: $l627b9971d06d4ca3525a1890e16ed9c7});google.maps.event.addListener(m_627b9971d06d4ca3525a1890e16ed9c7, 'click', function() {infowindow.open(map,m_627b9971d06d4ca3525a1890e16ed9c7);});$marker.push(m_627b9971d06d4ca3525a1890e16ed9c7);}});}google.maps.event.addDomListener(window, 'load', initialize);