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(43.9388,-83.0058)};var g_92beb979a67037145efd82db50b52571 = new google.maps.Geocoder();g_92beb979a67037145efd82db50b52571.geocode( { 'address': "25 W Kinde Rd, Kinde, MI 48445, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kinde-MI-independent-bank').style.display = '';map = new google.maps.Map(document.getElementById('kinde-MI-independent-bank'), mapOptions);}document.getElementById('1744d158').innerHTML += ' | View Map';var $l92beb979a67037145efd82db50b52571 = '

Independent Bank

Address: 25 W Kinde Rd, Kinde, MI 48445, USA
Phone: (989) 874-4500
';var m_92beb979a67037145efd82db50b52571 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Independent Bank',});m_92beb979a67037145efd82db50b52571['infowindow'] = new google.maps.InfoWindow({content: $l92beb979a67037145efd82db50b52571});var infowindow = new google.maps.InfoWindow({content: $l92beb979a67037145efd82db50b52571});google.maps.event.addListener(m_92beb979a67037145efd82db50b52571, 'click', function() {infowindow.open(map,m_92beb979a67037145efd82db50b52571);});$marker.push(m_92beb979a67037145efd82db50b52571);}});}google.maps.event.addDomListener(window, 'load', initialize);