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.1455,-84.8075)};var g_2988495da67e41c0dfbd5c9a150e3442 = new google.maps.Geocoder();g_2988495da67e41c0dfbd5c9a150e3442.geocode( { 'address': "109 W Main St, Homer, MI 49245, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('homer-MI-county-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('homer-MI-county-national-bank'), mapOptions);}document.getElementById('bc21951f').innerHTML += ' | View Map';var $l2988495da67e41c0dfbd5c9a150e3442 = '

County National Bank

Address: 109 W Main St, Homer, MI 49245, USA
Phone: (517) 568-4448
';var m_2988495da67e41c0dfbd5c9a150e3442 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'County National Bank',});m_2988495da67e41c0dfbd5c9a150e3442['infowindow'] = new google.maps.InfoWindow({content: $l2988495da67e41c0dfbd5c9a150e3442});var infowindow = new google.maps.InfoWindow({content: $l2988495da67e41c0dfbd5c9a150e3442});google.maps.event.addListener(m_2988495da67e41c0dfbd5c9a150e3442, 'click', function() {infowindow.open(map,m_2988495da67e41c0dfbd5c9a150e3442);});$marker.push(m_2988495da67e41c0dfbd5c9a150e3442);}});}google.maps.event.addDomListener(window, 'load', initialize);