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.351,-83.4684)};var g_49cfd02460e5606d245c196cd426165b = new google.maps.Geocoder();g_49cfd02460e5606d245c196cd426165b.geocode( { 'address': "43443 Joy Rd, Canton, MI 48187, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('canton-MI-american-1-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('canton-MI-american-1-credit-union'), mapOptions);}document.getElementById('1425bd4e').innerHTML += ' | View Map';var $l49cfd02460e5606d245c196cd426165b = '

American 1 Credit Union

Address: 43443 Joy Rd, Canton, MI 48187, USA
Phone: (734) 335-7244
';var m_49cfd02460e5606d245c196cd426165b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American 1 Credit Union',});m_49cfd02460e5606d245c196cd426165b['infowindow'] = new google.maps.InfoWindow({content: $l49cfd02460e5606d245c196cd426165b});var infowindow = new google.maps.InfoWindow({content: $l49cfd02460e5606d245c196cd426165b});google.maps.event.addListener(m_49cfd02460e5606d245c196cd426165b, 'click', function() {infowindow.open(map,m_49cfd02460e5606d245c196cd426165b);});$marker.push(m_49cfd02460e5606d245c196cd426165b);}});}google.maps.event.addDomListener(window, 'load', initialize);