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.9386,-88.4032)};var g_dc64e2a7506842fd369c2ca37a690e77 = new google.maps.Geocoder();g_dc64e2a7506842fd369c2ca37a690e77.geocode( { 'address': "40W422 IL-64, Wasco, IL 60183, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('campton-hills-IL-old-second-bank').style.display = '';map = new google.maps.Map(document.getElementById('campton-hills-IL-old-second-bank'), mapOptions);}document.getElementById('cf685795').innerHTML += ' | View Map';var $ldc64e2a7506842fd369c2ca37a690e77 = '

Old Second Bank

Address: 40W422 IL-64, Wasco, IL 60183, USA
Phone: (630) 513-7774
';var m_dc64e2a7506842fd369c2ca37a690e77 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Old Second Bank',});m_dc64e2a7506842fd369c2ca37a690e77['infowindow'] = new google.maps.InfoWindow({content: $ldc64e2a7506842fd369c2ca37a690e77});var infowindow = new google.maps.InfoWindow({content: $ldc64e2a7506842fd369c2ca37a690e77});google.maps.event.addListener(m_dc64e2a7506842fd369c2ca37a690e77, 'click', function() {infowindow.open(map,m_dc64e2a7506842fd369c2ca37a690e77);});$marker.push(m_dc64e2a7506842fd369c2ca37a690e77);}});}google.maps.event.addDomListener(window, 'load', initialize);