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.0473,-87.6847)};var g_c26eb42ae1a8b1ea54f325f051d6753f = new google.maps.Geocoder();g_c26eb42ae1a8b1ea54f325f051d6753f.geocode( { 'address': "1605 Maple Ave, Evanston, IL 60201, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('evanston-IL-illinois-currency-exchange').style.display = '';map = new google.maps.Map(document.getElementById('evanston-IL-illinois-currency-exchange'), mapOptions);}document.getElementById('b47092c9').innerHTML += ' | View Map';var $lc26eb42ae1a8b1ea54f325f051d6753f = '

Illinois Currency Exchange

Address: 1605 Maple Ave, Evanston, IL 60201, USA
Phone: (847) 328-5337
';var m_c26eb42ae1a8b1ea54f325f051d6753f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Illinois Currency Exchange',});m_c26eb42ae1a8b1ea54f325f051d6753f['infowindow'] = new google.maps.InfoWindow({content: $lc26eb42ae1a8b1ea54f325f051d6753f});var infowindow = new google.maps.InfoWindow({content: $lc26eb42ae1a8b1ea54f325f051d6753f});google.maps.event.addListener(m_c26eb42ae1a8b1ea54f325f051d6753f, 'click', function() {infowindow.open(map,m_c26eb42ae1a8b1ea54f325f051d6753f);});$marker.push(m_c26eb42ae1a8b1ea54f325f051d6753f);}});}google.maps.event.addDomListener(window, 'load', initialize);