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.0442,-84.7575)};var g_668d7689e6e155a0276add5994061756 = new google.maps.Geocoder();g_668d7689e6e155a0276add5994061756.geocode( { 'address': "128 Jonesville St, Litchfield, MI 49252, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('litchfield-MI-american-1-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('litchfield-MI-american-1-credit-union'), mapOptions);}document.getElementById('49619fc1').innerHTML += ' | View Map';var $l668d7689e6e155a0276add5994061756 = '

American 1 Credit Union

Address: 128 Jonesville St, Litchfield, MI 49252, USA
Phone:
';var m_668d7689e6e155a0276add5994061756 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American 1 Credit Union',});m_668d7689e6e155a0276add5994061756['infowindow'] = new google.maps.InfoWindow({content: $l668d7689e6e155a0276add5994061756});var infowindow = new google.maps.InfoWindow({content: $l668d7689e6e155a0276add5994061756});google.maps.event.addListener(m_668d7689e6e155a0276add5994061756, 'click', function() {infowindow.open(map,m_668d7689e6e155a0276add5994061756);});$marker.push(m_668d7689e6e155a0276add5994061756);}});}google.maps.event.addDomListener(window, 'load', initialize);