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.9849,-86.1199)};var g_52a48c92729241e0be4905602b4bec50 = new google.maps.Geocoder();g_52a48c92729241e0be4905602b4bec50.geocode( { 'address': "705 Spruce St, Dowagiac, MI 49047, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dowagiac-MI-fresh-m0neyinc').style.display = '';map = new google.maps.Map(document.getElementById('dowagiac-MI-fresh-m0neyinc'), mapOptions);}document.getElementById('10c00f06').innerHTML += ' | View Map';var $l52a48c92729241e0be4905602b4bec50 = '

FRESH M0NEY,INC.

Address: 705 Spruce St, Dowagiac, MI 49047, USA
Phone: (269) 782-4100
';var m_52a48c92729241e0be4905602b4bec50 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'FRESH M0NEY,INC.',});m_52a48c92729241e0be4905602b4bec50['infowindow'] = new google.maps.InfoWindow({content: $l52a48c92729241e0be4905602b4bec50});var infowindow = new google.maps.InfoWindow({content: $l52a48c92729241e0be4905602b4bec50});google.maps.event.addListener(m_52a48c92729241e0be4905602b4bec50, 'click', function() {infowindow.open(map,m_52a48c92729241e0be4905602b4bec50);});$marker.push(m_52a48c92729241e0be4905602b4bec50);}});}google.maps.event.addDomListener(window, 'load', initialize);