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.7238,-84.0377)};var g_8402e5776dfcbac2fe148bb2c35528fc = new google.maps.Geocoder();g_8402e5776dfcbac2fe148bb2c35528fc.geocode( { 'address': "1979 E Miller Rd, Fairview, MI 48621"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fairview-MI-mercantile-bank-of-michigan').style.display = '';map = new google.maps.Map(document.getElementById('fairview-MI-mercantile-bank-of-michigan'), mapOptions);}document.getElementById('ad410726').innerHTML += ' | View Map';var $l8402e5776dfcbac2fe148bb2c35528fc = '

Mercantile Bank Of Michigan

Address: 1979 E Miller Rd, Fairview, MI 48621
Phone: (989) 848-2243
';var m_8402e5776dfcbac2fe148bb2c35528fc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mercantile Bank Of Michigan',});m_8402e5776dfcbac2fe148bb2c35528fc['infowindow'] = new google.maps.InfoWindow({content: $l8402e5776dfcbac2fe148bb2c35528fc});var infowindow = new google.maps.InfoWindow({content: $l8402e5776dfcbac2fe148bb2c35528fc});google.maps.event.addListener(m_8402e5776dfcbac2fe148bb2c35528fc, 'click', function() {infowindow.open(map,m_8402e5776dfcbac2fe148bb2c35528fc);});$marker.push(m_8402e5776dfcbac2fe148bb2c35528fc);}});}google.maps.event.addDomListener(window, 'load', initialize);