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(46.3414,-86.9295)};var g_882f18b27b76fb9a22434edfe44fac3a = new google.maps.Geocoder();g_882f18b27b76fb9a22434edfe44fac3a.geocode( { 'address': "M-94, Chatham, MI 49816, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chatham-MI-chatham-eben-co-op-fcu').style.display = '';map = new google.maps.Map(document.getElementById('chatham-MI-chatham-eben-co-op-fcu'), mapOptions);}document.getElementById('2b26562a').innerHTML += ' | View Map';var $l882f18b27b76fb9a22434edfe44fac3a = '

Chatham Eben Co-Op FCU

Address: M-94, Chatham, MI 49816, USA
Phone: (906) 439-5100
';var m_882f18b27b76fb9a22434edfe44fac3a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Chatham Eben Co-Op FCU',});m_882f18b27b76fb9a22434edfe44fac3a['infowindow'] = new google.maps.InfoWindow({content: $l882f18b27b76fb9a22434edfe44fac3a});var infowindow = new google.maps.InfoWindow({content: $l882f18b27b76fb9a22434edfe44fac3a});google.maps.event.addListener(m_882f18b27b76fb9a22434edfe44fac3a, 'click', function() {infowindow.open(map,m_882f18b27b76fb9a22434edfe44fac3a);});$marker.push(m_882f18b27b76fb9a22434edfe44fac3a);}});}google.maps.event.addDomListener(window, 'load', initialize);