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.7219,-85.1863)};var g_37170aefc4db60014d57d0d83baa0997 = new google.maps.Geocoder();g_37170aefc4db60014d57d0d83baa0997.geocode( { 'address': "782 S Cedar St, Kalkaska, MI 49646, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kalkaska-MI-forest-area-fed-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('kalkaska-MI-forest-area-fed-credit-union'), mapOptions);}document.getElementById('1725a927').innerHTML += ' | View Map';var $l37170aefc4db60014d57d0d83baa0997 = '

Forest Area Fed Credit Union

Address: 782 S Cedar St, Kalkaska, MI 49646, USA
Phone: (231) 258-2665
';var m_37170aefc4db60014d57d0d83baa0997 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Forest Area Fed Credit Union',});m_37170aefc4db60014d57d0d83baa0997['infowindow'] = new google.maps.InfoWindow({content: $l37170aefc4db60014d57d0d83baa0997});var infowindow = new google.maps.InfoWindow({content: $l37170aefc4db60014d57d0d83baa0997});google.maps.event.addListener(m_37170aefc4db60014d57d0d83baa0997, 'click', function() {infowindow.open(map,m_37170aefc4db60014d57d0d83baa0997);});$marker.push(m_37170aefc4db60014d57d0d83baa0997);}});}google.maps.event.addDomListener(window, 'load', initialize);