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.2724,-84.9867)};var g_de59f5885f41cf82f8f12d1c20d0471f = new google.maps.Geocoder();g_de59f5885f41cf82f8f12d1c20d0471f.geocode( { 'address': "15881 W Michigan Ave, Marshall, MI 49068, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('marshall-MI-cash-store').style.display = '';map = new google.maps.Map(document.getElementById('marshall-MI-cash-store'), mapOptions);}document.getElementById('c6ab7731').innerHTML += ' | View Map';var $lde59f5885f41cf82f8f12d1c20d0471f = '

Cash Store

Address: 15881 W Michigan Ave, Marshall, MI 49068, USA
Phone: (269) 789-0847
';var m_de59f5885f41cf82f8f12d1c20d0471f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cash Store',});m_de59f5885f41cf82f8f12d1c20d0471f['infowindow'] = new google.maps.InfoWindow({content: $lde59f5885f41cf82f8f12d1c20d0471f});var infowindow = new google.maps.InfoWindow({content: $lde59f5885f41cf82f8f12d1c20d0471f});google.maps.event.addListener(m_de59f5885f41cf82f8f12d1c20d0471f, 'click', function() {infowindow.open(map,m_de59f5885f41cf82f8f12d1c20d0471f);});$marker.push(m_de59f5885f41cf82f8f12d1c20d0471f);}});}google.maps.event.addDomListener(window, 'load', initialize);