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.0253,-97.4416)};var g_d2865878afe37996cf767685553e6d2e = new google.maps.Geocoder();g_d2865878afe37996cf767685553e6d2e.geocode( { 'address': "2100 W Pasewalk Ave, Norfolk, NE 68701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('norfolk-NE-madison-county-bank').style.display = '';map = new google.maps.Map(document.getElementById('norfolk-NE-madison-county-bank'), mapOptions);}document.getElementById('f56b6fe1').innerHTML += ' | View Map';var $ld2865878afe37996cf767685553e6d2e = '

Madison County Bank

Address: 2100 W Pasewalk Ave, Norfolk, NE 68701, USA
Phone: (402) 644-8200
';var m_d2865878afe37996cf767685553e6d2e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Madison County Bank',});m_d2865878afe37996cf767685553e6d2e['infowindow'] = new google.maps.InfoWindow({content: $ld2865878afe37996cf767685553e6d2e});var infowindow = new google.maps.InfoWindow({content: $ld2865878afe37996cf767685553e6d2e});google.maps.event.addListener(m_d2865878afe37996cf767685553e6d2e, 'click', function() {infowindow.open(map,m_d2865878afe37996cf767685553e6d2e);});$marker.push(m_d2865878afe37996cf767685553e6d2e);}});}google.maps.event.addDomListener(window, 'load', initialize);