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(44.1833,-84.0353)};var g_fe53b815ac83a30b72ed74fc6da308b3 = new google.maps.Geocoder();g_fe53b815ac83a30b72ed74fc6da308b3.geocode( { 'address': "311 Harrison St, Prescott, MI 48756"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('prescott-MI-mercantile-bank-of-michigan').style.display = '';map = new google.maps.Map(document.getElementById('prescott-MI-mercantile-bank-of-michigan'), mapOptions);}document.getElementById('0dcf6778').innerHTML += ' | View Map';var $lfe53b815ac83a30b72ed74fc6da308b3 = '

Mercantile Bank Of Michigan

Address: 311 Harrison St, Prescott, MI 48756
Phone: (989) 873-6201
';var m_fe53b815ac83a30b72ed74fc6da308b3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mercantile Bank Of Michigan',});m_fe53b815ac83a30b72ed74fc6da308b3['infowindow'] = new google.maps.InfoWindow({content: $lfe53b815ac83a30b72ed74fc6da308b3});var infowindow = new google.maps.InfoWindow({content: $lfe53b815ac83a30b72ed74fc6da308b3});google.maps.event.addListener(m_fe53b815ac83a30b72ed74fc6da308b3, 'click', function() {infowindow.open(map,m_fe53b815ac83a30b72ed74fc6da308b3);});$marker.push(m_fe53b815ac83a30b72ed74fc6da308b3);}});}google.maps.event.addDomListener(window, 'load', initialize);