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(41.5434,-96.1351)};var g_47c53a0891fd60984b86e010c5877022 = new google.maps.Geocoder();g_47c53a0891fd60984b86e010c5877022.geocode( { 'address': "1523 Washington St, Blair, NE 68008, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('blair-NE-washington-county-bank').style.display = '';map = new google.maps.Map(document.getElementById('blair-NE-washington-county-bank'), mapOptions);}document.getElementById('ec89ef60').innerHTML += ' | View Map';var $l47c53a0891fd60984b86e010c5877022 = '

Washington County Bank

Address: 1523 Washington St, Blair, NE 68008, USA
Phone: (402) 426-2111
';var m_47c53a0891fd60984b86e010c5877022 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Washington County Bank',});m_47c53a0891fd60984b86e010c5877022['infowindow'] = new google.maps.InfoWindow({content: $l47c53a0891fd60984b86e010c5877022});var infowindow = new google.maps.InfoWindow({content: $l47c53a0891fd60984b86e010c5877022});google.maps.event.addListener(m_47c53a0891fd60984b86e010c5877022, 'click', function() {infowindow.open(map,m_47c53a0891fd60984b86e010c5877022);});$marker.push(m_47c53a0891fd60984b86e010c5877022);}});}google.maps.event.addDomListener(window, 'load', initialize);