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.0171,-78.4875)};var g_dd73947ae2bd6055abea21fafe542776 = new google.maps.Geocoder();g_dd73947ae2bd6055abea21fafe542776.geocode( { 'address': "8796 Lincoln Hwy, Bedford, PA 15522, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bedford-PA-somerset-trust').style.display = '';map = new google.maps.Map(document.getElementById('bedford-PA-somerset-trust'), mapOptions);}document.getElementById('53a8f9c9').innerHTML += ' | View Map';var $ldd73947ae2bd6055abea21fafe542776 = '

Somerset Trust

Address: 8796 Lincoln Hwy, Bedford, PA 15522, USA
Phone: (814) 623-1406
';var m_dd73947ae2bd6055abea21fafe542776 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Somerset Trust',});m_dd73947ae2bd6055abea21fafe542776['infowindow'] = new google.maps.InfoWindow({content: $ldd73947ae2bd6055abea21fafe542776});var infowindow = new google.maps.InfoWindow({content: $ldd73947ae2bd6055abea21fafe542776});google.maps.event.addListener(m_dd73947ae2bd6055abea21fafe542776, 'click', function() {infowindow.open(map,m_dd73947ae2bd6055abea21fafe542776);});$marker.push(m_dd73947ae2bd6055abea21fafe542776);}});}google.maps.event.addDomListener(window, 'load', initialize);