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.3938,-88.1836)};var g_72ab105a669f7cc2ffe84eb8771944d9 = new google.maps.Geocoder();g_72ab105a669f7cc2ffe84eb8771944d9.geocode( { 'address': "43 US-12, Fox Lake, IL 60020, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fox-lake-IL-cfsc-new-fox-lake-currency-exchange').style.display = '';map = new google.maps.Map(document.getElementById('fox-lake-IL-cfsc-new-fox-lake-currency-exchange'), mapOptions);}document.getElementById('302b2d2d').innerHTML += ' | View Map';var $l72ab105a669f7cc2ffe84eb8771944d9 = '

CFSC New Fox Lake Currency Exchange

Address: 43 US-12, Fox Lake, IL 60020, USA
Phone: (847) 587-5414
';var m_72ab105a669f7cc2ffe84eb8771944d9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CFSC New Fox Lake Currency Exchange',});m_72ab105a669f7cc2ffe84eb8771944d9['infowindow'] = new google.maps.InfoWindow({content: $l72ab105a669f7cc2ffe84eb8771944d9});var infowindow = new google.maps.InfoWindow({content: $l72ab105a669f7cc2ffe84eb8771944d9});google.maps.event.addListener(m_72ab105a669f7cc2ffe84eb8771944d9, 'click', function() {infowindow.open(map,m_72ab105a669f7cc2ffe84eb8771944d9);});$marker.push(m_72ab105a669f7cc2ffe84eb8771944d9);}});}google.maps.event.addDomListener(window, 'load', initialize);