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(41.3269,-89.1946)};var g_2978cf23c02c8713056e55fe0f5c8548 = new google.maps.Geocoder();g_2978cf23c02c8713056e55fe0f5c8548.geocode( { 'address': "315 N Cornelia St, Spring Valley, IL 61362, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('spring-valley-IL-spring-valley-city-bank').style.display = '';map = new google.maps.Map(document.getElementById('spring-valley-IL-spring-valley-city-bank'), mapOptions);}document.getElementById('ff89552e').innerHTML += ' | View Map';var $l2978cf23c02c8713056e55fe0f5c8548 = '

Spring Valley City Bank

Address: 315 N Cornelia St, Spring Valley, IL 61362, USA
Phone: (815) 663-2211
';var m_2978cf23c02c8713056e55fe0f5c8548 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Spring Valley City Bank',});m_2978cf23c02c8713056e55fe0f5c8548['infowindow'] = new google.maps.InfoWindow({content: $l2978cf23c02c8713056e55fe0f5c8548});var infowindow = new google.maps.InfoWindow({content: $l2978cf23c02c8713056e55fe0f5c8548});google.maps.event.addListener(m_2978cf23c02c8713056e55fe0f5c8548, 'click', function() {infowindow.open(map,m_2978cf23c02c8713056e55fe0f5c8548);});$marker.push(m_2978cf23c02c8713056e55fe0f5c8548);}});}google.maps.event.addDomListener(window, 'load', initialize);