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.2628,-88.8534)};var g_cb9769dcf2409e4746551c24b9dc3f42 = new google.maps.Geocoder();g_cb9769dcf2409e4746551c24b9dc3f42.geocode( { 'address': "782 Beloit Rd, Belvidere, IL 61008"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('belvidere-IL-bmo-harris-bank-closed').style.display = '';map = new google.maps.Map(document.getElementById('belvidere-IL-bmo-harris-bank-closed'), mapOptions);}document.getElementById('1bfd4edc').innerHTML += ' | View Map';var $lcb9769dcf2409e4746551c24b9dc3f42 = '

BMO Harris Bank- CLOSED

Address: 782 Beloit Rd, Belvidere, IL 61008
Phone: (815) 547-3027
';var m_cb9769dcf2409e4746551c24b9dc3f42 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BMO Harris Bank- CLOSED',});m_cb9769dcf2409e4746551c24b9dc3f42['infowindow'] = new google.maps.InfoWindow({content: $lcb9769dcf2409e4746551c24b9dc3f42});var infowindow = new google.maps.InfoWindow({content: $lcb9769dcf2409e4746551c24b9dc3f42});google.maps.event.addListener(m_cb9769dcf2409e4746551c24b9dc3f42, 'click', function() {infowindow.open(map,m_cb9769dcf2409e4746551c24b9dc3f42);});$marker.push(m_cb9769dcf2409e4746551c24b9dc3f42);}});}google.maps.event.addDomListener(window, 'load', initialize);