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(45.3945,-84.6584)};var g_cf9b2d0406020c56599f9a93708832b5 = new google.maps.Geocoder();g_cf9b2d0406020c56599f9a93708832b5.geocode( { 'address': "4716 Forest Trail, Indian River, MI 49749, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('indian-river-MI-accounting-unlimited').style.display = '';map = new google.maps.Map(document.getElementById('indian-river-MI-accounting-unlimited'), mapOptions);}document.getElementById('75a3b921').innerHTML += ' | View Map';var $lcf9b2d0406020c56599f9a93708832b5 = '

Accounting Unlimited

Address: 4716 Forest Trail, Indian River, MI 49749, USA
Phone: (231) 238-1040
';var m_cf9b2d0406020c56599f9a93708832b5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Accounting Unlimited',});m_cf9b2d0406020c56599f9a93708832b5['infowindow'] = new google.maps.InfoWindow({content: $lcf9b2d0406020c56599f9a93708832b5});var infowindow = new google.maps.InfoWindow({content: $lcf9b2d0406020c56599f9a93708832b5});google.maps.event.addListener(m_cf9b2d0406020c56599f9a93708832b5, 'click', function() {infowindow.open(map,m_cf9b2d0406020c56599f9a93708832b5);});$marker.push(m_cf9b2d0406020c56599f9a93708832b5);}});}google.maps.event.addDomListener(window, 'load', initialize);