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.192,-80.212)};var g_87cef85c959f469234dd9d240dcea162 = new google.maps.Geocoder();g_87cef85c959f469234dd9d240dcea162.geocode( { 'address': "590 Washington Rd, Washington, PA 15301, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('washington-PA-atm-huntington-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('washington-PA-atm-huntington-national-bank'), mapOptions);}document.getElementById('b2ba8b0d').innerHTML += ' | View Map';var $l87cef85c959f469234dd9d240dcea162 = '

ATM (Huntington National Bank)

Address: 590 Washington Rd, Washington, PA 15301, USA
Phone:
';var m_87cef85c959f469234dd9d240dcea162 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Huntington National Bank)',});m_87cef85c959f469234dd9d240dcea162['infowindow'] = new google.maps.InfoWindow({content: $l87cef85c959f469234dd9d240dcea162});var infowindow = new google.maps.InfoWindow({content: $l87cef85c959f469234dd9d240dcea162});google.maps.event.addListener(m_87cef85c959f469234dd9d240dcea162, 'click', function() {infowindow.open(map,m_87cef85c959f469234dd9d240dcea162);});$marker.push(m_87cef85c959f469234dd9d240dcea162);}});}google.maps.event.addDomListener(window, 'load', initialize);