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.2621,-88.1394)};var g_7f5e4285a78d71a914e6f711fca1dda3 = new google.maps.Geocoder();g_7f5e4285a78d71a914e6f711fca1dda3.geocode( { 'address': "495 W Liberty St, Wauconda, IL 60084"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wauconda-IL-wauconda-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('wauconda-IL-wauconda-community-bank'), mapOptions);}document.getElementById('611d51e4').innerHTML += ' | View Map';var $l7f5e4285a78d71a914e6f711fca1dda3 = '

Wauconda Community Bank

Address: 495 W Liberty St, Wauconda, IL 60084
Phone: (847) 487-2500
';var m_7f5e4285a78d71a914e6f711fca1dda3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wauconda Community Bank',});m_7f5e4285a78d71a914e6f711fca1dda3['infowindow'] = new google.maps.InfoWindow({content: $l7f5e4285a78d71a914e6f711fca1dda3});var infowindow = new google.maps.InfoWindow({content: $l7f5e4285a78d71a914e6f711fca1dda3});google.maps.event.addListener(m_7f5e4285a78d71a914e6f711fca1dda3, 'click', function() {infowindow.open(map,m_7f5e4285a78d71a914e6f711fca1dda3);});$marker.push(m_7f5e4285a78d71a914e6f711fca1dda3);}});}google.maps.event.addDomListener(window, 'load', initialize);