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.1579,-101.126)};var g_362e95a098223bb09b80ff75afd0150f = new google.maps.Geocoder();g_362e95a098223bb09b80ff75afd0150f.geocode( { 'address': "131 Walnut St, Sutherland, NE 69165, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sutherland-NE-adams-bank--trust').style.display = '';map = new google.maps.Map(document.getElementById('sutherland-NE-adams-bank--trust'), mapOptions);}document.getElementById('8e4d5088').innerHTML += ' | View Map';var $l362e95a098223bb09b80ff75afd0150f = '

Adams Bank & Trust

Address: 131 Walnut St, Sutherland, NE 69165, USA
Phone: (308) 386-4345
';var m_362e95a098223bb09b80ff75afd0150f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Adams Bank & Trust',});m_362e95a098223bb09b80ff75afd0150f['infowindow'] = new google.maps.InfoWindow({content: $l362e95a098223bb09b80ff75afd0150f});var infowindow = new google.maps.InfoWindow({content: $l362e95a098223bb09b80ff75afd0150f});google.maps.event.addListener(m_362e95a098223bb09b80ff75afd0150f, 'click', function() {infowindow.open(map,m_362e95a098223bb09b80ff75afd0150f);});$marker.push(m_362e95a098223bb09b80ff75afd0150f);}});}google.maps.event.addDomListener(window, 'load', initialize);