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.0244,-79.3958)};var g_34173cb38f07f89ddbebc2ac9128303f = new google.maps.Geocoder();g_34173cb38f07f89ddbebc2ac9128303f.geocode( { 'address': "2018 Indian Head Rd, Indian Head, PA 15446, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('indian-head-PA-somerset-trust-co-atm').style.display = '';map = new google.maps.Map(document.getElementById('indian-head-PA-somerset-trust-co-atm'), mapOptions);}document.getElementById('35da2a97').innerHTML += ' | View Map';var $l34173cb38f07f89ddbebc2ac9128303f = '

Somerset Trust Co ATM

Address: 2018 Indian Head Rd, Indian Head, PA 15446, USA
Phone: (800) 972-1651
';var m_34173cb38f07f89ddbebc2ac9128303f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Somerset Trust Co ATM',});m_34173cb38f07f89ddbebc2ac9128303f['infowindow'] = new google.maps.InfoWindow({content: $l34173cb38f07f89ddbebc2ac9128303f});var infowindow = new google.maps.InfoWindow({content: $l34173cb38f07f89ddbebc2ac9128303f});google.maps.event.addListener(m_34173cb38f07f89ddbebc2ac9128303f, 'click', function() {infowindow.open(map,m_34173cb38f07f89ddbebc2ac9128303f);});$marker.push(m_34173cb38f07f89ddbebc2ac9128303f);}});}google.maps.event.addDomListener(window, 'load', initialize);