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.8762,-79.0351)};var g_ba71bc595c120fca125dce3352c9ea5b = new google.maps.Geocoder();g_ba71bc595c120fca125dce3352c9ea5b.geocode( { 'address': "2922 Mason Dixon Hwy, Garrett, PA 15542, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('garrett-PA-somerset-trust-co').style.display = '';map = new google.maps.Map(document.getElementById('garrett-PA-somerset-trust-co'), mapOptions);}document.getElementById('272505fb').innerHTML += ' | View Map';var $lba71bc595c120fca125dce3352c9ea5b = '

Somerset Trust Co

Address: 2922 Mason Dixon Hwy, Garrett, PA 15542, USA
Phone: (814) 634-8043
';var m_ba71bc595c120fca125dce3352c9ea5b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Somerset Trust Co',});m_ba71bc595c120fca125dce3352c9ea5b['infowindow'] = new google.maps.InfoWindow({content: $lba71bc595c120fca125dce3352c9ea5b});var infowindow = new google.maps.InfoWindow({content: $lba71bc595c120fca125dce3352c9ea5b});google.maps.event.addListener(m_ba71bc595c120fca125dce3352c9ea5b, 'click', function() {infowindow.open(map,m_ba71bc595c120fca125dce3352c9ea5b);});$marker.push(m_ba71bc595c120fca125dce3352c9ea5b);}});}google.maps.event.addDomListener(window, 'load', initialize);