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.3875,-90.1548)};var g_3c730f7c0e18f9c84298b77aa4abe9b8 = new google.maps.Geocoder();g_3c730f7c0e18f9c84298b77aa4abe9b8.geocode( { 'address': "1203 S Main StSte A, Lewistown, IL 61542, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lewistown-IL-ipava-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('lewistown-IL-ipava-state-bank'), mapOptions);}document.getElementById('b12a041f').innerHTML += ' | View Map';var $l3c730f7c0e18f9c84298b77aa4abe9b8 = '

Ipava State Bank

Address: 1203 S Main StSte A, Lewistown, IL 61542, USA
Phone: (309) 547-2064
';var m_3c730f7c0e18f9c84298b77aa4abe9b8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ipava State Bank',});m_3c730f7c0e18f9c84298b77aa4abe9b8['infowindow'] = new google.maps.InfoWindow({content: $l3c730f7c0e18f9c84298b77aa4abe9b8});var infowindow = new google.maps.InfoWindow({content: $l3c730f7c0e18f9c84298b77aa4abe9b8});google.maps.event.addListener(m_3c730f7c0e18f9c84298b77aa4abe9b8, 'click', function() {infowindow.open(map,m_3c730f7c0e18f9c84298b77aa4abe9b8);});$marker.push(m_3c730f7c0e18f9c84298b77aa4abe9b8);}});}google.maps.event.addDomListener(window, 'load', initialize);