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.252,-85.4021)};var g_a47072176bca825aadacf648034e124b = new google.maps.Geocoder();g_a47072176bca825aadacf648034e124b.geocode( { 'address': "114 W Pine St, Cadillac, MI 49601, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cadillac-MI-mercantile-bank-of-michigan').style.display = '';map = new google.maps.Map(document.getElementById('cadillac-MI-mercantile-bank-of-michigan'), mapOptions);}document.getElementById('13b9e33f').innerHTML += ' | View Map';var $la47072176bca825aadacf648034e124b = '

Mercantile Bank of Michigan

Address: 114 W Pine St, Cadillac, MI 49601, USA
Phone: (231) 775-9000
';var m_a47072176bca825aadacf648034e124b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mercantile Bank of Michigan',});m_a47072176bca825aadacf648034e124b['infowindow'] = new google.maps.InfoWindow({content: $la47072176bca825aadacf648034e124b});var infowindow = new google.maps.InfoWindow({content: $la47072176bca825aadacf648034e124b});google.maps.event.addListener(m_a47072176bca825aadacf648034e124b, 'click', function() {infowindow.open(map,m_a47072176bca825aadacf648034e124b);});$marker.push(m_a47072176bca825aadacf648034e124b);}});}google.maps.event.addDomListener(window, 'load', initialize);