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.15,-79.5437)};var g_021548bbe3ae5e8b672a855e1c470316 = new google.maps.Geocoder();g_021548bbe3ae5e8b672a855e1c470316.geocode( { 'address': "632 W Main St, Mt Pleasant, PA 15666, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mount-pleasant-PA-the-scottdale-bank--trust-co').style.display = '';map = new google.maps.Map(document.getElementById('mount-pleasant-PA-the-scottdale-bank--trust-co'), mapOptions);}document.getElementById('20a571fd').innerHTML += ' | View Map';var $l021548bbe3ae5e8b672a855e1c470316 = '

The Scottdale Bank & Trust Co.

Address: 632 W Main St, Mt Pleasant, PA 15666, USA
Phone: (724) 542-7700
';var m_021548bbe3ae5e8b672a855e1c470316 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Scottdale Bank & Trust Co.',});m_021548bbe3ae5e8b672a855e1c470316['infowindow'] = new google.maps.InfoWindow({content: $l021548bbe3ae5e8b672a855e1c470316});var infowindow = new google.maps.InfoWindow({content: $l021548bbe3ae5e8b672a855e1c470316});google.maps.event.addListener(m_021548bbe3ae5e8b672a855e1c470316, 'click', function() {infowindow.open(map,m_021548bbe3ae5e8b672a855e1c470316);});$marker.push(m_021548bbe3ae5e8b672a855e1c470316);}});}google.maps.event.addDomListener(window, 'load', initialize);