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.2916,-85.5149)};var g_07c4b1fdd1ef8da2d7e9393071204b71 = new google.maps.Geocoder();g_07c4b1fdd1ef8da2d7e9393071204b71.geocode( { 'address': "5 Third St. SE, Sand Lake, MI 49343, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sand-lake-MI-independent-bank').style.display = '';map = new google.maps.Map(document.getElementById('sand-lake-MI-independent-bank'), mapOptions);}document.getElementById('02f62be0').innerHTML += ' | View Map';var $l07c4b1fdd1ef8da2d7e9393071204b71 = '

Independent Bank

Address: 5 Third St. SE, Sand Lake, MI 49343, USA
Phone: (616) 636-8881
';var m_07c4b1fdd1ef8da2d7e9393071204b71 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Independent Bank',});m_07c4b1fdd1ef8da2d7e9393071204b71['infowindow'] = new google.maps.InfoWindow({content: $l07c4b1fdd1ef8da2d7e9393071204b71});var infowindow = new google.maps.InfoWindow({content: $l07c4b1fdd1ef8da2d7e9393071204b71});google.maps.event.addListener(m_07c4b1fdd1ef8da2d7e9393071204b71, 'click', function() {infowindow.open(map,m_07c4b1fdd1ef8da2d7e9393071204b71);});$marker.push(m_07c4b1fdd1ef8da2d7e9393071204b71);}});}google.maps.event.addDomListener(window, 'load', initialize);