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(42.9728,-85.9348)};var g_62327fd6832d340b507252628ad5b117 = new google.maps.Geocoder();g_62327fd6832d340b507252628ad5b117.geocode( { 'address': "6031 Lake Michigan Dr, Allendale, MI 49401, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('allendale-charter-township-MI-allendale-insurance-agency').style.display = '';map = new google.maps.Map(document.getElementById('allendale-charter-township-MI-allendale-insurance-agency'), mapOptions);}document.getElementById('14a569bf').innerHTML += ' | View Map';var $l62327fd6832d340b507252628ad5b117 = '

Allendale Insurance Agency

Address: 6031 Lake Michigan Dr, Allendale, MI 49401, USA
Phone: (616) 414-4232
';var m_62327fd6832d340b507252628ad5b117 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Allendale Insurance Agency',});m_62327fd6832d340b507252628ad5b117['infowindow'] = new google.maps.InfoWindow({content: $l62327fd6832d340b507252628ad5b117});var infowindow = new google.maps.InfoWindow({content: $l62327fd6832d340b507252628ad5b117});google.maps.event.addListener(m_62327fd6832d340b507252628ad5b117, 'click', function() {infowindow.open(map,m_62327fd6832d340b507252628ad5b117);});$marker.push(m_62327fd6832d340b507252628ad5b117);}});}google.maps.event.addDomListener(window, 'load', initialize);