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.5803,-99.5309)};var g_5aaa24c3ab499a42ff9e8b0be143a1b6 = new google.maps.Geocoder();g_5aaa24c3ab499a42ff9e8b0be143a1b6.geocode( { 'address': "103 W Highway 20, Bassett, NE 68714"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bassett-NE-tri-county-bank').style.display = '';map = new google.maps.Map(document.getElementById('bassett-NE-tri-county-bank'), mapOptions);}document.getElementById('f4e1da04').innerHTML += ' | View Map';var $l5aaa24c3ab499a42ff9e8b0be143a1b6 = '

Tri-County Bank

Address: 103 W Highway 20, Bassett, NE 68714
Phone: (402) 684-3801
';var m_5aaa24c3ab499a42ff9e8b0be143a1b6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Tri-County Bank',});m_5aaa24c3ab499a42ff9e8b0be143a1b6['infowindow'] = new google.maps.InfoWindow({content: $l5aaa24c3ab499a42ff9e8b0be143a1b6});var infowindow = new google.maps.InfoWindow({content: $l5aaa24c3ab499a42ff9e8b0be143a1b6});google.maps.event.addListener(m_5aaa24c3ab499a42ff9e8b0be143a1b6, 'click', function() {infowindow.open(map,m_5aaa24c3ab499a42ff9e8b0be143a1b6);});$marker.push(m_5aaa24c3ab499a42ff9e8b0be143a1b6);}});}google.maps.event.addDomListener(window, 'load', initialize);