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(41.8718,-88.0651)};var g_46b4c84e2f63fffe207c03d0b5cff76e = new google.maps.Geocoder();g_46b4c84e2f63fffe207c03d0b5cff76e.geocode( { 'address': "613 Roosevelt Rd, Glen Ellyn, IL 60137"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('glen-ellyn-IL-glen-ellyn-currency-exchange-inc').style.display = '';map = new google.maps.Map(document.getElementById('glen-ellyn-IL-glen-ellyn-currency-exchange-inc'), mapOptions);}document.getElementById('55b494bd').innerHTML += ' | View Map';var $l46b4c84e2f63fffe207c03d0b5cff76e = '

Glen Ellyn Currency Exchange Inc

Address: 613 Roosevelt Rd, Glen Ellyn, IL 60137
Phone: (630) 790-3383
';var m_46b4c84e2f63fffe207c03d0b5cff76e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Glen Ellyn Currency Exchange Inc',});m_46b4c84e2f63fffe207c03d0b5cff76e['infowindow'] = new google.maps.InfoWindow({content: $l46b4c84e2f63fffe207c03d0b5cff76e});var infowindow = new google.maps.InfoWindow({content: $l46b4c84e2f63fffe207c03d0b5cff76e});google.maps.event.addListener(m_46b4c84e2f63fffe207c03d0b5cff76e, 'click', function() {infowindow.open(map,m_46b4c84e2f63fffe207c03d0b5cff76e);});$marker.push(m_46b4c84e2f63fffe207c03d0b5cff76e);}});}google.maps.event.addDomListener(window, 'load', initialize);