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.9209,-78.9593)};var g_a54e96157ef1cc015c87ea79038fb711 = new google.maps.Geocoder();g_a54e96157ef1cc015c87ea79038fb711.geocode( { 'address': "420 Main St, Berlin, PA 15530, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('berlin-PA-somerset-trust-co').style.display = '';map = new google.maps.Map(document.getElementById('berlin-PA-somerset-trust-co'), mapOptions);}document.getElementById('3dbb437c').innerHTML += ' | View Map';var $la54e96157ef1cc015c87ea79038fb711 = '

Somerset Trust Co

Address: 420 Main St, Berlin, PA 15530, USA
Phone: (814) 267-4099
';var m_a54e96157ef1cc015c87ea79038fb711 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Somerset Trust Co',});m_a54e96157ef1cc015c87ea79038fb711['infowindow'] = new google.maps.InfoWindow({content: $la54e96157ef1cc015c87ea79038fb711});var infowindow = new google.maps.InfoWindow({content: $la54e96157ef1cc015c87ea79038fb711});google.maps.event.addListener(m_a54e96157ef1cc015c87ea79038fb711, 'click', function() {infowindow.open(map,m_a54e96157ef1cc015c87ea79038fb711);});$marker.push(m_a54e96157ef1cc015c87ea79038fb711);}});}google.maps.event.addDomListener(window, 'load', initialize);