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.0402,-79.3237)};var g_971268cf64a8008af1861c440b15cc29 = new google.maps.Geocoder();g_971268cf64a8008af1861c440b15cc29.geocode( { 'address': "1448 County Line Rd, Champion, PA 15622"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('champion-PA-somerset-trust-co').style.display = '';map = new google.maps.Map(document.getElementById('champion-PA-somerset-trust-co'), mapOptions);}document.getElementById('cf185a05').innerHTML += ' | View Map';var $l971268cf64a8008af1861c440b15cc29 = '

Somerset Trust Co

Address: 1448 County Line Rd, Champion, PA 15622
Phone: (724) 593-9215
';var m_971268cf64a8008af1861c440b15cc29 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Somerset Trust Co',});m_971268cf64a8008af1861c440b15cc29['infowindow'] = new google.maps.InfoWindow({content: $l971268cf64a8008af1861c440b15cc29});var infowindow = new google.maps.InfoWindow({content: $l971268cf64a8008af1861c440b15cc29});google.maps.event.addListener(m_971268cf64a8008af1861c440b15cc29, 'click', function() {infowindow.open(map,m_971268cf64a8008af1861c440b15cc29);});$marker.push(m_971268cf64a8008af1861c440b15cc29);}});}google.maps.event.addDomListener(window, 'load', initialize);