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.8271,-86.2337)};var g_df03ab976e50206ca325bdeb0b064724 = new google.maps.Geocoder();g_df03ab976e50206ca325bdeb0b064724.geocode( { 'address': "1703 Oak St, Niles, MI 49120, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('niles-MI-instant-cash').style.display = '';map = new google.maps.Map(document.getElementById('niles-MI-instant-cash'), mapOptions);}document.getElementById('20e189c1').innerHTML += ' | View Map';var $ldf03ab976e50206ca325bdeb0b064724 = '

Instant Cash

Address: 1703 Oak St, Niles, MI 49120, USA
Phone: (269) 687-4330
';var m_df03ab976e50206ca325bdeb0b064724 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Instant Cash',});m_df03ab976e50206ca325bdeb0b064724['infowindow'] = new google.maps.InfoWindow({content: $ldf03ab976e50206ca325bdeb0b064724});var infowindow = new google.maps.InfoWindow({content: $ldf03ab976e50206ca325bdeb0b064724});google.maps.event.addListener(m_df03ab976e50206ca325bdeb0b064724, 'click', function() {infowindow.open(map,m_df03ab976e50206ca325bdeb0b064724);});$marker.push(m_df03ab976e50206ca325bdeb0b064724);}});}google.maps.event.addDomListener(window, 'load', initialize);