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.7695,-79.4768)};var g_904a3a35c36fa22150ef4b97e8f6cb1b = new google.maps.Geocoder();g_904a3a35c36fa22150ef4b97e8f6cb1b.geocode( { 'address': "4888 National Pike, Flat Rock Express, Markleysburg, PA 15459, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('markleysburg-PA-somerset-trust-co-atm').style.display = '';map = new google.maps.Map(document.getElementById('markleysburg-PA-somerset-trust-co-atm'), mapOptions);}document.getElementById('d7584b5c').innerHTML += ' | View Map';var $l904a3a35c36fa22150ef4b97e8f6cb1b = '

Somerset Trust Co ATM

Address: 4888 National Pike, Flat Rock Express, Markleysburg, PA 15459, USA
Phone: (800) 972-1651
';var m_904a3a35c36fa22150ef4b97e8f6cb1b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Somerset Trust Co ATM',});m_904a3a35c36fa22150ef4b97e8f6cb1b['infowindow'] = new google.maps.InfoWindow({content: $l904a3a35c36fa22150ef4b97e8f6cb1b});var infowindow = new google.maps.InfoWindow({content: $l904a3a35c36fa22150ef4b97e8f6cb1b});google.maps.event.addListener(m_904a3a35c36fa22150ef4b97e8f6cb1b, 'click', function() {infowindow.open(map,m_904a3a35c36fa22150ef4b97e8f6cb1b);});$marker.push(m_904a3a35c36fa22150ef4b97e8f6cb1b);}});}google.maps.event.addDomListener(window, 'load', initialize);