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.1659,-85.9584)};var g_a0f15903fa20c9b96994cea76d690fab = new google.maps.Geocoder();g_a0f15903fa20c9b96994cea76d690fab.geocode( { 'address': "10464 N Brooks Rd, Irons, MI 49644"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('irons-MI-lake-osceola-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('irons-MI-lake-osceola-state-bank'), mapOptions);}document.getElementById('e2271d17').innerHTML += ' | View Map';var $la0f15903fa20c9b96994cea76d690fab = '

Lake-Osceola State Bank

Address: 10464 N Brooks Rd, Irons, MI 49644
Phone: (231) 266-2265
';var m_a0f15903fa20c9b96994cea76d690fab = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lake-Osceola State Bank',});m_a0f15903fa20c9b96994cea76d690fab['infowindow'] = new google.maps.InfoWindow({content: $la0f15903fa20c9b96994cea76d690fab});var infowindow = new google.maps.InfoWindow({content: $la0f15903fa20c9b96994cea76d690fab});google.maps.event.addListener(m_a0f15903fa20c9b96994cea76d690fab, 'click', function() {infowindow.open(map,m_a0f15903fa20c9b96994cea76d690fab);});$marker.push(m_a0f15903fa20c9b96994cea76d690fab);}});}google.maps.event.addDomListener(window, 'load', initialize);