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.4898,-85.5481)};var g_5e2fd81c8c08b9638bfc5b4d8459b499 = new google.maps.Geocoder();g_5e2fd81c8c08b9638bfc5b4d8459b499.geocode( { 'address': "23490 Jefferson Rd, Newaygo, MI 49337, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('newaygo-MI-mid-michigan-appraisal').style.display = '';map = new google.maps.Map(document.getElementById('newaygo-MI-mid-michigan-appraisal'), mapOptions);}document.getElementById('cb54e5b0').innerHTML += ' | View Map';var $l5e2fd81c8c08b9638bfc5b4d8459b499 = '

Mid-Michigan Appraisal

Address: 23490 Jefferson Rd, Newaygo, MI 49337, USA
Phone: (231) 856-7005
';var m_5e2fd81c8c08b9638bfc5b4d8459b499 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mid-Michigan Appraisal',});m_5e2fd81c8c08b9638bfc5b4d8459b499['infowindow'] = new google.maps.InfoWindow({content: $l5e2fd81c8c08b9638bfc5b4d8459b499});var infowindow = new google.maps.InfoWindow({content: $l5e2fd81c8c08b9638bfc5b4d8459b499});google.maps.event.addListener(m_5e2fd81c8c08b9638bfc5b4d8459b499, 'click', function() {infowindow.open(map,m_5e2fd81c8c08b9638bfc5b4d8459b499);});$marker.push(m_5e2fd81c8c08b9638bfc5b4d8459b499);}});}google.maps.event.addDomListener(window, 'load', initialize);