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.2935,-80.3335)};var g_3187cdf53c86b95f0028cbce8a03bb27 = new google.maps.Geocoder();g_3187cdf53c86b95f0028cbce8a03bb27.geocode( { 'address': "220 Main St, Hickory, PA 15340, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hickory-PA-washington-financial-bank').style.display = '';map = new google.maps.Map(document.getElementById('hickory-PA-washington-financial-bank'), mapOptions);}document.getElementById('bbb8537d').innerHTML += ' | View Map';var $l3187cdf53c86b95f0028cbce8a03bb27 = '

Washington Financial Bank

Address: 220 Main St, Hickory, PA 15340, USA
Phone: (724) 356-2900
';var m_3187cdf53c86b95f0028cbce8a03bb27 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Washington Financial Bank',});m_3187cdf53c86b95f0028cbce8a03bb27['infowindow'] = new google.maps.InfoWindow({content: $l3187cdf53c86b95f0028cbce8a03bb27});var infowindow = new google.maps.InfoWindow({content: $l3187cdf53c86b95f0028cbce8a03bb27});google.maps.event.addListener(m_3187cdf53c86b95f0028cbce8a03bb27, 'click', function() {infowindow.open(map,m_3187cdf53c86b95f0028cbce8a03bb27);});$marker.push(m_3187cdf53c86b95f0028cbce8a03bb27);}});}google.maps.event.addDomListener(window, 'load', initialize);