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_3b06937f6d68e0133c85b8c773bdf131 = new google.maps.Geocoder();g_3b06937f6d68e0133c85b8c773bdf131.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-huntington-bank').style.display = '';map = new google.maps.Map(document.getElementById('washington-PA-huntington-bank'), mapOptions);}document.getElementById('b2ba8b0d').innerHTML += ' | View Map';var $l3b06937f6d68e0133c85b8c773bdf131 = '

Huntington Bank

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