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.379,-87.422)};var g_95b8813b26d8cc41bafa5f5b1f5958f8 = new google.maps.Geocoder();g_95b8813b26d8cc41bafa5f5b1f5958f8.geocode( { 'address': "7210 W 132nd Ave, Cedar Lake, IN 46303, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cedar-lake-IN-cash-in-a-flash').style.display = '';map = new google.maps.Map(document.getElementById('cedar-lake-IN-cash-in-a-flash'), mapOptions);}document.getElementById('444b1d73').innerHTML += ' | View Map';var $l95b8813b26d8cc41bafa5f5b1f5958f8 = '

Cash In A Flash

Address: 7210 W 132nd Ave, Cedar Lake, IN 46303, USA
Phone: (219) 374-9952
';var m_95b8813b26d8cc41bafa5f5b1f5958f8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cash In A Flash',});m_95b8813b26d8cc41bafa5f5b1f5958f8['infowindow'] = new google.maps.InfoWindow({content: $l95b8813b26d8cc41bafa5f5b1f5958f8});var infowindow = new google.maps.InfoWindow({content: $l95b8813b26d8cc41bafa5f5b1f5958f8});google.maps.event.addListener(m_95b8813b26d8cc41bafa5f5b1f5958f8, 'click', function() {infowindow.open(map,m_95b8813b26d8cc41bafa5f5b1f5958f8);});$marker.push(m_95b8813b26d8cc41bafa5f5b1f5958f8);}});}google.maps.event.addDomListener(window, 'load', initialize);