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.6148,-87.5513)};var g_74db7c6e7c2b43e307ba6bc4818e74d7 = new google.maps.Geocoder();g_74db7c6e7c2b43e307ba6bc4818e74d7.geocode( { 'address': "592 Burnham Av, Calumet City, IL 60409"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('calumet-city-IL-new-calumet-city-currency-exchange').style.display = '';map = new google.maps.Map(document.getElementById('calumet-city-IL-new-calumet-city-currency-exchange'), mapOptions);}document.getElementById('7c5e164b').innerHTML += ' | View Map';var $l74db7c6e7c2b43e307ba6bc4818e74d7 = '

New Calumet City Currency Exchange

Address: 592 Burnham Av, Calumet City, IL 60409
Phone: (708) 862-7934
';var m_74db7c6e7c2b43e307ba6bc4818e74d7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'New Calumet City Currency Exchange',});m_74db7c6e7c2b43e307ba6bc4818e74d7['infowindow'] = new google.maps.InfoWindow({content: $l74db7c6e7c2b43e307ba6bc4818e74d7});var infowindow = new google.maps.InfoWindow({content: $l74db7c6e7c2b43e307ba6bc4818e74d7});google.maps.event.addListener(m_74db7c6e7c2b43e307ba6bc4818e74d7, 'click', function() {infowindow.open(map,m_74db7c6e7c2b43e307ba6bc4818e74d7);});$marker.push(m_74db7c6e7c2b43e307ba6bc4818e74d7);}});}google.maps.event.addDomListener(window, 'load', initialize);