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(42.1199,-84.3485)};var g_f917b30fe2ffca50419ea1b73cfac839 = new google.maps.Geocoder();g_f917b30fe2ffca50419ea1b73cfac839.geocode( { 'address': "3101 Jefferson Rd, Clarklake, MI 49234"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clarklake-MI-osb-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('clarklake-MI-osb-community-bank'), mapOptions);}document.getElementById('1dc02621').innerHTML += ' | View Map';var $lf917b30fe2ffca50419ea1b73cfac839 = '

Osb Community Bank

Address: 3101 Jefferson Rd, Clarklake, MI 49234
Phone: (517) 529-9439
';var m_f917b30fe2ffca50419ea1b73cfac839 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Osb Community Bank',});m_f917b30fe2ffca50419ea1b73cfac839['infowindow'] = new google.maps.InfoWindow({content: $lf917b30fe2ffca50419ea1b73cfac839});var infowindow = new google.maps.InfoWindow({content: $lf917b30fe2ffca50419ea1b73cfac839});google.maps.event.addListener(m_f917b30fe2ffca50419ea1b73cfac839, 'click', function() {infowindow.open(map,m_f917b30fe2ffca50419ea1b73cfac839);});$marker.push(m_f917b30fe2ffca50419ea1b73cfac839);}});}google.maps.event.addDomListener(window, 'load', initialize);