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.4594,-90.6705)};var g_bcf08b7e8f1f95a0ba5a8cd87a6c67d6 = new google.maps.Geocoder();g_bcf08b7e8f1f95a0ba5a8cd87a6c67d6.geocode( { 'address': "130 N Side Square, Macomb, IL 61455, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('macomb-IL-mid-america-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('macomb-IL-mid-america-national-bank'), mapOptions);}document.getElementById('45c4e83b').innerHTML += ' | View Map';var $lbcf08b7e8f1f95a0ba5a8cd87a6c67d6 = '

Mid America National Bank

Address: 130 N Side Square, Macomb, IL 61455, USA
Phone: (309) 833-4111
';var m_bcf08b7e8f1f95a0ba5a8cd87a6c67d6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mid America National Bank',});m_bcf08b7e8f1f95a0ba5a8cd87a6c67d6['infowindow'] = new google.maps.InfoWindow({content: $lbcf08b7e8f1f95a0ba5a8cd87a6c67d6});var infowindow = new google.maps.InfoWindow({content: $lbcf08b7e8f1f95a0ba5a8cd87a6c67d6});google.maps.event.addListener(m_bcf08b7e8f1f95a0ba5a8cd87a6c67d6, 'click', function() {infowindow.open(map,m_bcf08b7e8f1f95a0ba5a8cd87a6c67d6);});$marker.push(m_bcf08b7e8f1f95a0ba5a8cd87a6c67d6);}});}google.maps.event.addDomListener(window, 'load', initialize);