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.3134,-85.3547)};var g_8ea7809bf97db9c7950c922a478aaacd = new google.maps.Geocoder();g_8ea7809bf97db9c7950c922a478aaacd.geocode( { 'address': "110 A St, Trufant, MI 49347, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('trufant-MI-community-first-fed-cu').style.display = '';map = new google.maps.Map(document.getElementById('trufant-MI-community-first-fed-cu'), mapOptions);}document.getElementById('93bad414').innerHTML += ' | View Map';var $l8ea7809bf97db9c7950c922a478aaacd = '

Community First Fed CU

Address: 110 A St, Trufant, MI 49347, USA
Phone: (616) 984-9700
';var m_8ea7809bf97db9c7950c922a478aaacd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community First Fed CU',});m_8ea7809bf97db9c7950c922a478aaacd['infowindow'] = new google.maps.InfoWindow({content: $l8ea7809bf97db9c7950c922a478aaacd});var infowindow = new google.maps.InfoWindow({content: $l8ea7809bf97db9c7950c922a478aaacd});google.maps.event.addListener(m_8ea7809bf97db9c7950c922a478aaacd, 'click', function() {infowindow.open(map,m_8ea7809bf97db9c7950c922a478aaacd);});$marker.push(m_8ea7809bf97db9c7950c922a478aaacd);}});}google.maps.event.addDomListener(window, 'load', initialize);