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.1708,-88.3187)};var g_dce4d150d598f12d9b87a16283857712 = new google.maps.Geocoder();g_dce4d150d598f12d9b87a16283857712.geocode( { 'address': "234 S Randall Rd, Algonquin, IL 60102"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('algonquin-IL-great-bank').style.display = '';map = new google.maps.Map(document.getElementById('algonquin-IL-great-bank'), mapOptions);}document.getElementById('56e48036').innerHTML += ' | View Map';var $ldce4d150d598f12d9b87a16283857712 = '

Great Bank

Address: 234 S Randall Rd, Algonquin, IL 60102
Phone: (847) 854-3600
';var m_dce4d150d598f12d9b87a16283857712 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Great Bank',});m_dce4d150d598f12d9b87a16283857712['infowindow'] = new google.maps.InfoWindow({content: $ldce4d150d598f12d9b87a16283857712});var infowindow = new google.maps.InfoWindow({content: $ldce4d150d598f12d9b87a16283857712});google.maps.event.addListener(m_dce4d150d598f12d9b87a16283857712, 'click', function() {infowindow.open(map,m_dce4d150d598f12d9b87a16283857712);});$marker.push(m_dce4d150d598f12d9b87a16283857712);}});}google.maps.event.addDomListener(window, 'load', initialize);