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.5333,-87.888)};var g_8866d39d022532058ba0b83698d902bb = new google.maps.Geocoder();g_8866d39d022532058ba0b83698d902bb.geocode( { 'address': "19137 S Wolf Rd, Mokena, IL 60448"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mokena-IL-mokena-currency-exchange-inc').style.display = '';map = new google.maps.Map(document.getElementById('mokena-IL-mokena-currency-exchange-inc'), mapOptions);}document.getElementById('6b3b8086').innerHTML += ' | View Map';var $l8866d39d022532058ba0b83698d902bb = '

Mokena Currency Exchange Inc

Address: 19137 S Wolf Rd, Mokena, IL 60448
Phone: (708) 326-3038
';var m_8866d39d022532058ba0b83698d902bb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mokena Currency Exchange Inc',});m_8866d39d022532058ba0b83698d902bb['infowindow'] = new google.maps.InfoWindow({content: $l8866d39d022532058ba0b83698d902bb});var infowindow = new google.maps.InfoWindow({content: $l8866d39d022532058ba0b83698d902bb});google.maps.event.addListener(m_8866d39d022532058ba0b83698d902bb, 'click', function() {infowindow.open(map,m_8866d39d022532058ba0b83698d902bb);});$marker.push(m_8866d39d022532058ba0b83698d902bb);}});}google.maps.event.addDomListener(window, 'load', initialize);