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(40.1638,-95.947)};var g_f719e23a6a41e9c0cfc68024a530b34b = new google.maps.Geocoder();g_f719e23a6a41e9c0cfc68024a530b34b.geocode( { 'address': "707 4th St, Humboldt, NE 68376, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('humboldt-NE-american-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('humboldt-NE-american-national-bank'), mapOptions);}document.getElementById('ad4bcd30').innerHTML += ' | View Map';var $lf719e23a6a41e9c0cfc68024a530b34b = '

American National Bank

Address: 707 4th St, Humboldt, NE 68376, USA
Phone: (402) 862-2311
';var m_f719e23a6a41e9c0cfc68024a530b34b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American National Bank',});m_f719e23a6a41e9c0cfc68024a530b34b['infowindow'] = new google.maps.InfoWindow({content: $lf719e23a6a41e9c0cfc68024a530b34b});var infowindow = new google.maps.InfoWindow({content: $lf719e23a6a41e9c0cfc68024a530b34b});google.maps.event.addListener(m_f719e23a6a41e9c0cfc68024a530b34b, 'click', function() {infowindow.open(map,m_f719e23a6a41e9c0cfc68024a530b34b);});$marker.push(m_f719e23a6a41e9c0cfc68024a530b34b);}});}google.maps.event.addDomListener(window, 'load', initialize);