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(42.9137,-85.6865)};var g_effc299a1addb07e7089f9b269c31f2f = new google.maps.Geocoder();g_effc299a1addb07e7089f9b269c31f2f.geocode( { 'address': "823 28th St SW, Wyoming, MI 49509, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wyoming-MI-approved-cash').style.display = '';map = new google.maps.Map(document.getElementById('wyoming-MI-approved-cash'), mapOptions);}document.getElementById('7a082a8b').innerHTML += ' | View Map';var $leffc299a1addb07e7089f9b269c31f2f = '

Approved Cash

Address: 823 28th St SW, Wyoming, MI 49509, USA
Phone: (616) 406-0713
';var m_effc299a1addb07e7089f9b269c31f2f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Approved Cash',});m_effc299a1addb07e7089f9b269c31f2f['infowindow'] = new google.maps.InfoWindow({content: $leffc299a1addb07e7089f9b269c31f2f});var infowindow = new google.maps.InfoWindow({content: $leffc299a1addb07e7089f9b269c31f2f});google.maps.event.addListener(m_effc299a1addb07e7089f9b269c31f2f, 'click', function() {infowindow.open(map,m_effc299a1addb07e7089f9b269c31f2f);});$marker.push(m_effc299a1addb07e7089f9b269c31f2f);}});}google.maps.event.addDomListener(window, 'load', initialize);