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.1029,-85.4581)};var g_ea9fc8d30e6b9f8b602408282041c51d = new google.maps.Geocoder();g_ea9fc8d30e6b9f8b602408282041c51d.geocode( { 'address': "109 Church St, Tustin, MI 49688, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tustin-MI-lake-osceola-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('tustin-MI-lake-osceola-state-bank'), mapOptions);}document.getElementById('4d1ad5f2').innerHTML += ' | View Map';var $lea9fc8d30e6b9f8b602408282041c51d = '

Lake-Osceola State Bank

Address: 109 Church St, Tustin, MI 49688, USA
Phone: (231) 829-3351
';var m_ea9fc8d30e6b9f8b602408282041c51d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lake-Osceola State Bank',});m_ea9fc8d30e6b9f8b602408282041c51d['infowindow'] = new google.maps.InfoWindow({content: $lea9fc8d30e6b9f8b602408282041c51d});var infowindow = new google.maps.InfoWindow({content: $lea9fc8d30e6b9f8b602408282041c51d});google.maps.event.addListener(m_ea9fc8d30e6b9f8b602408282041c51d, 'click', function() {infowindow.open(map,m_ea9fc8d30e6b9f8b602408282041c51d);});$marker.push(m_ea9fc8d30e6b9f8b602408282041c51d);}});}google.maps.event.addDomListener(window, 'load', initialize);