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.1812,-91.3771)};var g_c6e07fd7216581d159be88f0d66a9687 = new google.maps.Geocoder();g_c6e07fd7216581d159be88f0d66a9687.geocode( { 'address': "514 N Range Line St, Lima, IL 62348, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lima-IL-state-bank-of-lima').style.display = '';map = new google.maps.Map(document.getElementById('lima-IL-state-bank-of-lima'), mapOptions);}document.getElementById('a48bfd20').innerHTML += ' | View Map';var $lc6e07fd7216581d159be88f0d66a9687 = '

State Bank of Lima

Address: 514 N Range Line St, Lima, IL 62348, USA
Phone: (217) 985-5315
';var m_c6e07fd7216581d159be88f0d66a9687 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'State Bank of Lima',});m_c6e07fd7216581d159be88f0d66a9687['infowindow'] = new google.maps.InfoWindow({content: $lc6e07fd7216581d159be88f0d66a9687});var infowindow = new google.maps.InfoWindow({content: $lc6e07fd7216581d159be88f0d66a9687});google.maps.event.addListener(m_c6e07fd7216581d159be88f0d66a9687, 'click', function() {infowindow.open(map,m_c6e07fd7216581d159be88f0d66a9687);});$marker.push(m_c6e07fd7216581d159be88f0d66a9687);}});}google.maps.event.addDomListener(window, 'load', initialize);