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.7868,-86.1091)};var g_3fc882754b17385d1114c23de0f5f9bf = new google.maps.Geocoder();g_3fc882754b17385d1114c23de0f5f9bf.geocode( { 'address': "880 E 16th St, Holland, MI 49423"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('holland-MI-mercantile-bank').style.display = '';map = new google.maps.Map(document.getElementById('holland-MI-mercantile-bank'), mapOptions);}document.getElementById('c1a2f449').innerHTML += ' | View Map';var $l3fc882754b17385d1114c23de0f5f9bf = '

Mercantile Bank

Address: 880 E 16th St, Holland, MI 49423
Phone: (616) 355-6400
';var m_3fc882754b17385d1114c23de0f5f9bf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mercantile Bank',});m_3fc882754b17385d1114c23de0f5f9bf['infowindow'] = new google.maps.InfoWindow({content: $l3fc882754b17385d1114c23de0f5f9bf});var infowindow = new google.maps.InfoWindow({content: $l3fc882754b17385d1114c23de0f5f9bf});google.maps.event.addListener(m_3fc882754b17385d1114c23de0f5f9bf, 'click', function() {infowindow.open(map,m_3fc882754b17385d1114c23de0f5f9bf);});$marker.push(m_3fc882754b17385d1114c23de0f5f9bf);}});}google.maps.event.addDomListener(window, 'load', initialize);