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.3677,-88.1714)};var g_ee49b12bdcd71df4687072677c939027 = new google.maps.Geocoder();g_ee49b12bdcd71df4687072677c939027.geocode( { 'address': "1310 N US Hwy 12, Fox Lake, IL 60020, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fox-lake-IL-bmo-harris-bank').style.display = '';map = new google.maps.Map(document.getElementById('fox-lake-IL-bmo-harris-bank'), mapOptions);}document.getElementById('a7de6c05').innerHTML += ' | View Map';var $lee49b12bdcd71df4687072677c939027 = '

BMO Harris Bank

Address: 1310 N US Hwy 12, Fox Lake, IL 60020, USA
Phone: (847) 973-2265
';var m_ee49b12bdcd71df4687072677c939027 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BMO Harris Bank',});m_ee49b12bdcd71df4687072677c939027['infowindow'] = new google.maps.InfoWindow({content: $lee49b12bdcd71df4687072677c939027});var infowindow = new google.maps.InfoWindow({content: $lee49b12bdcd71df4687072677c939027});google.maps.event.addListener(m_ee49b12bdcd71df4687072677c939027, 'click', function() {infowindow.open(map,m_ee49b12bdcd71df4687072677c939027);});$marker.push(m_ee49b12bdcd71df4687072677c939027);}});}google.maps.event.addDomListener(window, 'load', initialize);