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(39.7764,-79.4989)};var g_9d157c4f22d930677697a19a22059feb = new google.maps.Geocoder();g_9d157c4f22d930677697a19a22059feb.geocode( { 'address': "4634 National Pike #1, Markleysburg, PA 15459, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('markleysburg-PA-somerset-trust-co').style.display = '';map = new google.maps.Map(document.getElementById('markleysburg-PA-somerset-trust-co'), mapOptions);}document.getElementById('aabe029a').innerHTML += ' | View Map';var $l9d157c4f22d930677697a19a22059feb = '

Somerset Trust Co

Address: 4634 National Pike #1, Markleysburg, PA 15459, USA
Phone: (724) 329-7000
';var m_9d157c4f22d930677697a19a22059feb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Somerset Trust Co',});m_9d157c4f22d930677697a19a22059feb['infowindow'] = new google.maps.InfoWindow({content: $l9d157c4f22d930677697a19a22059feb});var infowindow = new google.maps.InfoWindow({content: $l9d157c4f22d930677697a19a22059feb});google.maps.event.addListener(m_9d157c4f22d930677697a19a22059feb, 'click', function() {infowindow.open(map,m_9d157c4f22d930677697a19a22059feb);});$marker.push(m_9d157c4f22d930677697a19a22059feb);}});}google.maps.event.addDomListener(window, 'load', initialize);