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.4192,-89.4178)};var g_7d49d50ec340575695f216eda22cc964 = new google.maps.Geocoder();g_7d49d50ec340575695f216eda22cc964.geocode( { 'address': "100 IL-75, Davis, IL 61019, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('davis-IL-state-bank-of-davis').style.display = '';map = new google.maps.Map(document.getElementById('davis-IL-state-bank-of-davis'), mapOptions);}document.getElementById('f8775e71').innerHTML += ' | View Map';var $l7d49d50ec340575695f216eda22cc964 = '

State Bank of Davis

Address: 100 IL-75, Davis, IL 61019, USA
Phone: (815) 865-5125
';var m_7d49d50ec340575695f216eda22cc964 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'State Bank of Davis',});m_7d49d50ec340575695f216eda22cc964['infowindow'] = new google.maps.InfoWindow({content: $l7d49d50ec340575695f216eda22cc964});var infowindow = new google.maps.InfoWindow({content: $l7d49d50ec340575695f216eda22cc964});google.maps.event.addListener(m_7d49d50ec340575695f216eda22cc964, 'click', function() {infowindow.open(map,m_7d49d50ec340575695f216eda22cc964);});$marker.push(m_7d49d50ec340575695f216eda22cc964);}});}google.maps.event.addDomListener(window, 'load', initialize);