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.302,-84.0217)};var g_e88d45749349b06b9d4090b4a3b001d6 = new google.maps.Geocoder();g_e88d45749349b06b9d4090b4a3b001d6.geocode( { 'address': "1255 S Main St, Chelsea, MI 48118, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chelsea-MI-american-1-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('chelsea-MI-american-1-federal-credit-union'), mapOptions);}document.getElementById('692045c2').innerHTML += ' | View Map';var $le88d45749349b06b9d4090b4a3b001d6 = '

American 1 Federal Credit Union

Address: 1255 S Main St, Chelsea, MI 48118, USA
Phone: (734) 475-3416
';var m_e88d45749349b06b9d4090b4a3b001d6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American 1 Federal Credit Union',});m_e88d45749349b06b9d4090b4a3b001d6['infowindow'] = new google.maps.InfoWindow({content: $le88d45749349b06b9d4090b4a3b001d6});var infowindow = new google.maps.InfoWindow({content: $le88d45749349b06b9d4090b4a3b001d6});google.maps.event.addListener(m_e88d45749349b06b9d4090b4a3b001d6, 'click', function() {infowindow.open(map,m_e88d45749349b06b9d4090b4a3b001d6);});$marker.push(m_e88d45749349b06b9d4090b4a3b001d6);}});}google.maps.event.addDomListener(window, 'load', initialize);