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.1427,-79.5479)};var g_59aee406105cd10e79b22ee05173ead7 = new google.maps.Geocoder();g_59aee406105cd10e79b22ee05173ead7.geocode( { 'address': "700 PA-819, Mt Pleasant, PA 15666, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mount-pleasant-PA-huntington-atm').style.display = '';map = new google.maps.Map(document.getElementById('mount-pleasant-PA-huntington-atm'), mapOptions);}document.getElementById('f079dbe7').innerHTML += ' | View Map';var $l59aee406105cd10e79b22ee05173ead7 = '

Huntington ATM

Address: 700 PA-819, Mt Pleasant, PA 15666, USA
Phone:
';var m_59aee406105cd10e79b22ee05173ead7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Huntington ATM',});m_59aee406105cd10e79b22ee05173ead7['infowindow'] = new google.maps.InfoWindow({content: $l59aee406105cd10e79b22ee05173ead7});var infowindow = new google.maps.InfoWindow({content: $l59aee406105cd10e79b22ee05173ead7});google.maps.event.addListener(m_59aee406105cd10e79b22ee05173ead7, 'click', function() {infowindow.open(map,m_59aee406105cd10e79b22ee05173ead7);});$marker.push(m_59aee406105cd10e79b22ee05173ead7);}});}google.maps.event.addDomListener(window, 'load', initialize);