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(44.5886,-86.0972)};var g_abc617f05e41620356626cf7761d5143 = new google.maps.Geocoder();g_abc617f05e41620356626cf7761d5143.geocode( { 'address': "1505 Benzie Hwy, Benzonia, MI 49616"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('benzonia-MI-matt-wetmore-insurance').style.display = '';map = new google.maps.Map(document.getElementById('benzonia-MI-matt-wetmore-insurance'), mapOptions);}document.getElementById('4bdfd584').innerHTML += ' | View Map';var $labc617f05e41620356626cf7761d5143 = '

Matt Wetmore Insurance

Address: 1505 Benzie Hwy, Benzonia, MI 49616
Phone: (231) 882-5856
';var m_abc617f05e41620356626cf7761d5143 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Matt Wetmore Insurance',});m_abc617f05e41620356626cf7761d5143['infowindow'] = new google.maps.InfoWindow({content: $labc617f05e41620356626cf7761d5143});var infowindow = new google.maps.InfoWindow({content: $labc617f05e41620356626cf7761d5143});google.maps.event.addListener(m_abc617f05e41620356626cf7761d5143, 'click', function() {infowindow.open(map,m_abc617f05e41620356626cf7761d5143);});$marker.push(m_abc617f05e41620356626cf7761d5143);}});}google.maps.event.addDomListener(window, 'load', initialize);