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_a8d1b6f08f939224ead80c9e0f0b3f73 = new google.maps.Geocoder();g_a8d1b6f08f939224ead80c9e0f0b3f73.geocode( { 'address': "99 E 8th St, Holland, MI 49423"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('holland-MI-west-michigan-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('holland-MI-west-michigan-community-bank'), mapOptions);}document.getElementById('a9b27128').innerHTML += ' | View Map';var $la8d1b6f08f939224ead80c9e0f0b3f73 = '

West Michigan Community Bank

Address: 99 E 8th St, Holland, MI 49423
Phone: (616) 355-2884
';var m_a8d1b6f08f939224ead80c9e0f0b3f73 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'West Michigan Community Bank',});m_a8d1b6f08f939224ead80c9e0f0b3f73['infowindow'] = new google.maps.InfoWindow({content: $la8d1b6f08f939224ead80c9e0f0b3f73});var infowindow = new google.maps.InfoWindow({content: $la8d1b6f08f939224ead80c9e0f0b3f73});google.maps.event.addListener(m_a8d1b6f08f939224ead80c9e0f0b3f73, 'click', function() {infowindow.open(map,m_a8d1b6f08f939224ead80c9e0f0b3f73);});$marker.push(m_a8d1b6f08f939224ead80c9e0f0b3f73);}});}google.maps.event.addDomListener(window, 'load', initialize);