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(42.5306,-98.9789)};var g_851ddf5058cf22df63d3344ad89919cf = new google.maps.Geocoder();g_851ddf5058cf22df63d3344ad89919cf.geocode( { 'address': "807 E Ash St, Atkinson, NE 68713"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('atkinson-NE-tri-county-bank').style.display = '';map = new google.maps.Map(document.getElementById('atkinson-NE-tri-county-bank'), mapOptions);}document.getElementById('e2c33335').innerHTML += ' | View Map';var $l851ddf5058cf22df63d3344ad89919cf = '

Tri-County Bank

Address: 807 E Ash St, Atkinson, NE 68713
Phone: (402) 925-2856
';var m_851ddf5058cf22df63d3344ad89919cf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Tri-County Bank',});m_851ddf5058cf22df63d3344ad89919cf['infowindow'] = new google.maps.InfoWindow({content: $l851ddf5058cf22df63d3344ad89919cf});var infowindow = new google.maps.InfoWindow({content: $l851ddf5058cf22df63d3344ad89919cf});google.maps.event.addListener(m_851ddf5058cf22df63d3344ad89919cf, 'click', function() {infowindow.open(map,m_851ddf5058cf22df63d3344ad89919cf);});$marker.push(m_851ddf5058cf22df63d3344ad89919cf);}});}google.maps.event.addDomListener(window, 'load', initialize);