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.7757,-96.2232)};var g_6b3829244a3cb6ef04f4f11733faa5a2 = new google.maps.Geocoder();g_6b3829244a3cb6ef04f4f11733faa5a2.geocode( { 'address': "448 S 13th St, Tekamah, NE 68061"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tekamah-NE-first-national-bank-northeast').style.display = '';map = new google.maps.Map(document.getElementById('tekamah-NE-first-national-bank-northeast'), mapOptions);}document.getElementById('850c4c1d').innerHTML += ' | View Map';var $l6b3829244a3cb6ef04f4f11733faa5a2 = '

First National Bank Northeast

Address: 448 S 13th St, Tekamah, NE 68061
Phone: (402) 374-1233
';var m_6b3829244a3cb6ef04f4f11733faa5a2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank Northeast',});m_6b3829244a3cb6ef04f4f11733faa5a2['infowindow'] = new google.maps.InfoWindow({content: $l6b3829244a3cb6ef04f4f11733faa5a2});var infowindow = new google.maps.InfoWindow({content: $l6b3829244a3cb6ef04f4f11733faa5a2});google.maps.event.addListener(m_6b3829244a3cb6ef04f4f11733faa5a2, 'click', function() {infowindow.open(map,m_6b3829244a3cb6ef04f4f11733faa5a2);});$marker.push(m_6b3829244a3cb6ef04f4f11733faa5a2);}});}google.maps.event.addDomListener(window, 'load', initialize);