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(42.4506,-89.381)};var g_34c5b339ea5917d60a26a3d1ef3a8fb2 = new google.maps.Geocoder();g_34c5b339ea5917d60a26a3d1ef3a8fb2.geocode( { 'address': "13697 Best Rd, Davis, IL 61019, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('davis-IL-durand-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('davis-IL-durand-state-bank'), mapOptions);}document.getElementById('e41e9ddf').innerHTML += ' | View Map';var $l34c5b339ea5917d60a26a3d1ef3a8fb2 = '

Durand State Bank

Address: 13697 Best Rd, Davis, IL 61019, USA
Phone: (815) 248-2711
';var m_34c5b339ea5917d60a26a3d1ef3a8fb2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Durand State Bank',});m_34c5b339ea5917d60a26a3d1ef3a8fb2['infowindow'] = new google.maps.InfoWindow({content: $l34c5b339ea5917d60a26a3d1ef3a8fb2});var infowindow = new google.maps.InfoWindow({content: $l34c5b339ea5917d60a26a3d1ef3a8fb2});google.maps.event.addListener(m_34c5b339ea5917d60a26a3d1ef3a8fb2, 'click', function() {infowindow.open(map,m_34c5b339ea5917d60a26a3d1ef3a8fb2);});$marker.push(m_34c5b339ea5917d60a26a3d1ef3a8fb2);}});}google.maps.event.addDomListener(window, 'load', initialize);