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(38.7721,-88.8493)};var g_f42a598c49e036e0a961be8417e59532 = new google.maps.Geocoder();g_f42a598c49e036e0a961be8417e59532.geocode( { 'address': "201 S Madison St, Kinmundy, IL 62854, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kinmundy-IL-first-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('kinmundy-IL-first-national-bank'), mapOptions);}document.getElementById('b3f9ac40').innerHTML += ' | View Map';var $lf42a598c49e036e0a961be8417e59532 = '

First National Bank

Address: 201 S Madison St, Kinmundy, IL 62854, USA
Phone: (618) 547-3533
';var m_f42a598c49e036e0a961be8417e59532 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank',});m_f42a598c49e036e0a961be8417e59532['infowindow'] = new google.maps.InfoWindow({content: $lf42a598c49e036e0a961be8417e59532});var infowindow = new google.maps.InfoWindow({content: $lf42a598c49e036e0a961be8417e59532});google.maps.event.addListener(m_f42a598c49e036e0a961be8417e59532, 'click', function() {infowindow.open(map,m_f42a598c49e036e0a961be8417e59532);});$marker.push(m_f42a598c49e036e0a961be8417e59532);}});}google.maps.event.addDomListener(window, 'load', initialize);