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.8355,-87.8216)};var g_1accc1c92278a9bc2bbc6a8002026b25 = new google.maps.Geocoder();g_1accc1c92278a9bc2bbc6a8002026b25.geocode( { 'address': "17 E Burlington St, Riverside, IL 60546"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('riverside-IL-riverside-bank').style.display = '';map = new google.maps.Map(document.getElementById('riverside-IL-riverside-bank'), mapOptions);}document.getElementById('d3e3bac7').innerHTML += ' | View Map';var $l1accc1c92278a9bc2bbc6a8002026b25 = '

Riverside Bank

Address: 17 E Burlington St, Riverside, IL 60546
Phone: (708) 447-3222
';var m_1accc1c92278a9bc2bbc6a8002026b25 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Riverside Bank',});m_1accc1c92278a9bc2bbc6a8002026b25['infowindow'] = new google.maps.InfoWindow({content: $l1accc1c92278a9bc2bbc6a8002026b25});var infowindow = new google.maps.InfoWindow({content: $l1accc1c92278a9bc2bbc6a8002026b25});google.maps.event.addListener(m_1accc1c92278a9bc2bbc6a8002026b25, 'click', function() {infowindow.open(map,m_1accc1c92278a9bc2bbc6a8002026b25);});$marker.push(m_1accc1c92278a9bc2bbc6a8002026b25);}});}google.maps.event.addDomListener(window, 'load', initialize);