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.7224,-83.4458)};var g_a3d06db1f8c85b2837b4603a51834425 = new google.maps.Geocoder();g_a3d06db1f8c85b2837b4603a51834425.geocode( { 'address': "8880 Unionville Rd, Sebewaing, MI 48759, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sebewaing-MI-independent-bank').style.display = '';map = new google.maps.Map(document.getElementById('sebewaing-MI-independent-bank'), mapOptions);}document.getElementById('d78e8eb8').innerHTML += ' | View Map';var $la3d06db1f8c85b2837b4603a51834425 = '

Independent Bank

Address: 8880 Unionville Rd, Sebewaing, MI 48759, USA
Phone: (989) 883-3310
';var m_a3d06db1f8c85b2837b4603a51834425 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Independent Bank',});m_a3d06db1f8c85b2837b4603a51834425['infowindow'] = new google.maps.InfoWindow({content: $la3d06db1f8c85b2837b4603a51834425});var infowindow = new google.maps.InfoWindow({content: $la3d06db1f8c85b2837b4603a51834425});google.maps.event.addListener(m_a3d06db1f8c85b2837b4603a51834425, 'click', function() {infowindow.open(map,m_a3d06db1f8c85b2837b4603a51834425);});$marker.push(m_a3d06db1f8c85b2837b4603a51834425);}});}google.maps.event.addDomListener(window, 'load', initialize);