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.0569,-96.6396)};var g_a83899657fbdf229558074cbdbe3aaad = new google.maps.Geocoder();g_a83899657fbdf229558074cbdbe3aaad.geocode( { 'address': "362 Co Rd 18, Ceresco, NE 68017, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ceresco-NE-first-northeast-bank-of-nebraska').style.display = '';map = new google.maps.Map(document.getElementById('ceresco-NE-first-northeast-bank-of-nebraska'), mapOptions);}document.getElementById('ecba2a7a').innerHTML += ' | View Map';var $la83899657fbdf229558074cbdbe3aaad = '

First Northeast Bank of Nebraska

Address: 362 Co Rd 18, Ceresco, NE 68017, USA
Phone: (402) 665-2424
';var m_a83899657fbdf229558074cbdbe3aaad = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Northeast Bank of Nebraska',});m_a83899657fbdf229558074cbdbe3aaad['infowindow'] = new google.maps.InfoWindow({content: $la83899657fbdf229558074cbdbe3aaad});var infowindow = new google.maps.InfoWindow({content: $la83899657fbdf229558074cbdbe3aaad});google.maps.event.addListener(m_a83899657fbdf229558074cbdbe3aaad, 'click', function() {infowindow.open(map,m_a83899657fbdf229558074cbdbe3aaad);});$marker.push(m_a83899657fbdf229558074cbdbe3aaad);}});}google.maps.event.addDomListener(window, 'load', initialize);