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.985,-85.6277)};var g_e604d2cf274ffa14d6b0aa76e3acdc3c = new google.maps.Geocoder();g_e604d2cf274ffa14d6b0aa76e3acdc3c.geocode( { 'address': "1621 Leonard St NE j, Grand Rapids, MI 49505, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('grand-rapids-MI-check-into-cash').style.display = '';map = new google.maps.Map(document.getElementById('grand-rapids-MI-check-into-cash'), mapOptions);}document.getElementById('fe2e3524').innerHTML += ' | View Map';var $le604d2cf274ffa14d6b0aa76e3acdc3c = '

Check Into Cash

Address: 1621 Leonard St NE j, Grand Rapids, MI 49505, USA
Phone: (616) 454-9179
';var m_e604d2cf274ffa14d6b0aa76e3acdc3c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check Into Cash',});m_e604d2cf274ffa14d6b0aa76e3acdc3c['infowindow'] = new google.maps.InfoWindow({content: $le604d2cf274ffa14d6b0aa76e3acdc3c});var infowindow = new google.maps.InfoWindow({content: $le604d2cf274ffa14d6b0aa76e3acdc3c});google.maps.event.addListener(m_e604d2cf274ffa14d6b0aa76e3acdc3c, 'click', function() {infowindow.open(map,m_e604d2cf274ffa14d6b0aa76e3acdc3c);});$marker.push(m_e604d2cf274ffa14d6b0aa76e3acdc3c);}});}google.maps.event.addDomListener(window, 'load', initialize);