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(43.022,-82.4552)};var g_116ce3668c6d5c744252b9a1cb67b8d4 = new google.maps.Geocoder();g_116ce3668c6d5c744252b9a1cb67b8d4.geocode( { 'address': "3860 24th Ave, Fort Gratiot Twp, MI 48059, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-gratiot-township-MI-approved-cash').style.display = '';map = new google.maps.Map(document.getElementById('fort-gratiot-township-MI-approved-cash'), mapOptions);}document.getElementById('90e61a3b').innerHTML += ' | View Map';var $l116ce3668c6d5c744252b9a1cb67b8d4 = '

Approved Cash

Address: 3860 24th Ave, Fort Gratiot Twp, MI 48059, USA
Phone: (810) 987-8295
';var m_116ce3668c6d5c744252b9a1cb67b8d4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Approved Cash',});m_116ce3668c6d5c744252b9a1cb67b8d4['infowindow'] = new google.maps.InfoWindow({content: $l116ce3668c6d5c744252b9a1cb67b8d4});var infowindow = new google.maps.InfoWindow({content: $l116ce3668c6d5c744252b9a1cb67b8d4});google.maps.event.addListener(m_116ce3668c6d5c744252b9a1cb67b8d4, 'click', function() {infowindow.open(map,m_116ce3668c6d5c744252b9a1cb67b8d4);});$marker.push(m_116ce3668c6d5c744252b9a1cb67b8d4);}});}google.maps.event.addDomListener(window, 'load', initialize);