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.9616,-85.6794)};var g_c1c4126a951cc625069787a133c6cf11 = new google.maps.Geocoder();g_c1c4126a951cc625069787a133c6cf11.geocode( { 'address': "Gvsu Seidman Center, 50 Front Ave SW, Grand Rapids, MI 49504, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('grand-rapids-MI-mercantile-bank-of-michigan').style.display = '';map = new google.maps.Map(document.getElementById('grand-rapids-MI-mercantile-bank-of-michigan'), mapOptions);}document.getElementById('c138648b').innerHTML += ' | View Map';var $lc1c4126a951cc625069787a133c6cf11 = '

Mercantile Bank of Michigan

Address: Gvsu Seidman Center, 50 Front Ave SW, Grand Rapids, MI 49504, USA
Phone: (800) 453-8700
';var m_c1c4126a951cc625069787a133c6cf11 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mercantile Bank of Michigan',});m_c1c4126a951cc625069787a133c6cf11['infowindow'] = new google.maps.InfoWindow({content: $lc1c4126a951cc625069787a133c6cf11});var infowindow = new google.maps.InfoWindow({content: $lc1c4126a951cc625069787a133c6cf11});google.maps.event.addListener(m_c1c4126a951cc625069787a133c6cf11, 'click', function() {infowindow.open(map,m_c1c4126a951cc625069787a133c6cf11);});$marker.push(m_c1c4126a951cc625069787a133c6cf11);}});}google.maps.event.addDomListener(window, 'load', initialize);