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.8256,-97.4569)};var g_73b817090081cef1bca77232f4532c5d = new google.maps.Geocoder();g_73b817090081cef1bca77232f4532c5d.geocode( { 'address': "111 W 3rd St, Madison, NE 68748"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('madison-NE-madison-county-financial-inc').style.display = '';map = new google.maps.Map(document.getElementById('madison-NE-madison-county-financial-inc'), mapOptions);}document.getElementById('d28bb619').innerHTML += ' | View Map';var $l73b817090081cef1bca77232f4532c5d = '

Madison County Financial Inc

Address: 111 W 3rd St, Madison, NE 68748
Phone: (402) 454-6511
';var m_73b817090081cef1bca77232f4532c5d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Madison County Financial Inc',});m_73b817090081cef1bca77232f4532c5d['infowindow'] = new google.maps.InfoWindow({content: $l73b817090081cef1bca77232f4532c5d});var infowindow = new google.maps.InfoWindow({content: $l73b817090081cef1bca77232f4532c5d});google.maps.event.addListener(m_73b817090081cef1bca77232f4532c5d, 'click', function() {infowindow.open(map,m_73b817090081cef1bca77232f4532c5d);});$marker.push(m_73b817090081cef1bca77232f4532c5d);}});}google.maps.event.addDomListener(window, 'load', initialize);