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.8287,-83.2704)};var g_ed9a2cc78a4156ec80cf7c3fcfa1547a = new google.maps.Geocoder();g_ed9a2cc78a4156ec80cf7c3fcfa1547a.geocode( { 'address': "75 S Main St, Pigeon, MI 48755, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pigeon-MI-independent-bank').style.display = '';map = new google.maps.Map(document.getElementById('pigeon-MI-independent-bank'), mapOptions);}document.getElementById('8d931b77').innerHTML += ' | View Map';var $led9a2cc78a4156ec80cf7c3fcfa1547a = '

Independent Bank

Address: 75 S Main St, Pigeon, MI 48755, USA
Phone: (989) 453-2900
';var m_ed9a2cc78a4156ec80cf7c3fcfa1547a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Independent Bank',});m_ed9a2cc78a4156ec80cf7c3fcfa1547a['infowindow'] = new google.maps.InfoWindow({content: $led9a2cc78a4156ec80cf7c3fcfa1547a});var infowindow = new google.maps.InfoWindow({content: $led9a2cc78a4156ec80cf7c3fcfa1547a});google.maps.event.addListener(m_ed9a2cc78a4156ec80cf7c3fcfa1547a, 'click', function() {infowindow.open(map,m_ed9a2cc78a4156ec80cf7c3fcfa1547a);});$marker.push(m_ed9a2cc78a4156ec80cf7c3fcfa1547a);}});}google.maps.event.addDomListener(window, 'load', initialize);