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.881,-87.6247)};var g_20c8b2aa5b567ae19224040bc52b36f1 = new google.maps.Geocoder();g_20c8b2aa5b567ae19224040bc52b36f1.geocode( { 'address': "2378 N Elston Ave, Chicago, IL 60614"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chicago-IL-elston-damen-fullerton-currency').style.display = '';map = new google.maps.Map(document.getElementById('chicago-IL-elston-damen-fullerton-currency'), mapOptions);}document.getElementById('ddd6c630').innerHTML += ' | View Map';var $l20c8b2aa5b567ae19224040bc52b36f1 = '

Elston Damen & Fullerton Currency

Address: 2378 N Elston Ave, Chicago, IL 60614
Phone: (773) 276-0794
';var m_20c8b2aa5b567ae19224040bc52b36f1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Elston Damen & Fullerton Currency',});m_20c8b2aa5b567ae19224040bc52b36f1['infowindow'] = new google.maps.InfoWindow({content: $l20c8b2aa5b567ae19224040bc52b36f1});var infowindow = new google.maps.InfoWindow({content: $l20c8b2aa5b567ae19224040bc52b36f1});google.maps.event.addListener(m_20c8b2aa5b567ae19224040bc52b36f1, 'click', function() {infowindow.open(map,m_20c8b2aa5b567ae19224040bc52b36f1);});$marker.push(m_20c8b2aa5b567ae19224040bc52b36f1);}});}google.maps.event.addDomListener(window, 'load', initialize);