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(43.3953,-85.4835)};var g_1bfb50f8428a734a72e2ace7d8b3166e = new google.maps.Geocoder();g_1bfb50f8428a734a72e2ace7d8b3166e.geocode( { 'address': "Howard City, MI 49329, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('howard-city-MI-community-first-fcu').style.display = '';map = new google.maps.Map(document.getElementById('howard-city-MI-community-first-fcu'), mapOptions);}document.getElementById('cdcf5e7f').innerHTML += ' | View Map';var $l1bfb50f8428a734a72e2ace7d8b3166e = '

Community First FCU

Address: Howard City, MI 49329, USA
Phone: (231) 937-9400
';var m_1bfb50f8428a734a72e2ace7d8b3166e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community First FCU',});m_1bfb50f8428a734a72e2ace7d8b3166e['infowindow'] = new google.maps.InfoWindow({content: $l1bfb50f8428a734a72e2ace7d8b3166e});var infowindow = new google.maps.InfoWindow({content: $l1bfb50f8428a734a72e2ace7d8b3166e});google.maps.event.addListener(m_1bfb50f8428a734a72e2ace7d8b3166e, 'click', function() {infowindow.open(map,m_1bfb50f8428a734a72e2ace7d8b3166e);});$marker.push(m_1bfb50f8428a734a72e2ace7d8b3166e);}});}google.maps.event.addDomListener(window, 'load', initialize);