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.5051,-87.6062)};var g_c6b8c8d762da15fa8dbbdfb6baf9e260 = new google.maps.Geocoder();g_c6b8c8d762da15fa8dbbdfb6baf9e260.geocode( { 'address': "403 W Lincoln Hwy, Chicago Heights, IL 60411"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chicago-heights-IL-lincolnway-check-cashiers-inc').style.display = '';map = new google.maps.Map(document.getElementById('chicago-heights-IL-lincolnway-check-cashiers-inc'), mapOptions);}document.getElementById('cf94ee6a').innerHTML += ' | View Map';var $lc6b8c8d762da15fa8dbbdfb6baf9e260 = '

Lincolnway Check Cashiers, Inc.

Address: 403 W Lincoln Hwy, Chicago Heights, IL 60411
Phone: (708) 755-3730
';var m_c6b8c8d762da15fa8dbbdfb6baf9e260 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lincolnway Check Cashiers, Inc.',});m_c6b8c8d762da15fa8dbbdfb6baf9e260['infowindow'] = new google.maps.InfoWindow({content: $lc6b8c8d762da15fa8dbbdfb6baf9e260});var infowindow = new google.maps.InfoWindow({content: $lc6b8c8d762da15fa8dbbdfb6baf9e260});google.maps.event.addListener(m_c6b8c8d762da15fa8dbbdfb6baf9e260, 'click', function() {infowindow.open(map,m_c6b8c8d762da15fa8dbbdfb6baf9e260);});$marker.push(m_c6b8c8d762da15fa8dbbdfb6baf9e260);}});}google.maps.event.addDomListener(window, 'load', initialize);