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.555,-90.0333)};var g_2b6a664222d6c135bdcf41c3277a1dac = new google.maps.Geocoder();g_2b6a664222d6c135bdcf41c3277a1dac.geocode( { 'address': "123 E Pine St, Canton, IL 61520, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('canton-IL-ipava-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('canton-IL-ipava-state-bank'), mapOptions);}document.getElementById('4c0d5910').innerHTML += ' | View Map';var $l2b6a664222d6c135bdcf41c3277a1dac = '

Ipava State Bank

Address: 123 E Pine St, Canton, IL 61520, USA
Phone: (309) 647-3288
';var m_2b6a664222d6c135bdcf41c3277a1dac = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ipava State Bank',});m_2b6a664222d6c135bdcf41c3277a1dac['infowindow'] = new google.maps.InfoWindow({content: $l2b6a664222d6c135bdcf41c3277a1dac});var infowindow = new google.maps.InfoWindow({content: $l2b6a664222d6c135bdcf41c3277a1dac});google.maps.event.addListener(m_2b6a664222d6c135bdcf41c3277a1dac, 'click', function() {infowindow.open(map,m_2b6a664222d6c135bdcf41c3277a1dac);});$marker.push(m_2b6a664222d6c135bdcf41c3277a1dac);}});}google.maps.event.addDomListener(window, 'load', initialize);