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.9744,-85.9301)};var g_cba2a355dc11678a805de3839a03e32d = new google.maps.Geocoder();g_cba2a355dc11678a805de3839a03e32d.geocode( { 'address': "6299 Lake Michigan Dr, Allendale, MI 49401-8457"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('allendale-MI-macatawa-bank').style.display = '';map = new google.maps.Map(document.getElementById('allendale-MI-macatawa-bank'), mapOptions);}document.getElementById('8f08a709').innerHTML += ' | View Map';var $lcba2a355dc11678a805de3839a03e32d = '

Macatawa Bank

Address: 6299 Lake Michigan Dr, Allendale, MI 49401-8457
Phone: (877) 820-2265
';var m_cba2a355dc11678a805de3839a03e32d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Macatawa Bank',});m_cba2a355dc11678a805de3839a03e32d['infowindow'] = new google.maps.InfoWindow({content: $lcba2a355dc11678a805de3839a03e32d});var infowindow = new google.maps.InfoWindow({content: $lcba2a355dc11678a805de3839a03e32d});google.maps.event.addListener(m_cba2a355dc11678a805de3839a03e32d, 'click', function() {infowindow.open(map,m_cba2a355dc11678a805de3839a03e32d);});$marker.push(m_cba2a355dc11678a805de3839a03e32d);}});}google.maps.event.addDomListener(window, 'load', initialize);