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.1824,-84.6449)};var g_876df5075198b99c0ab9fea1937dcb33 = new google.maps.Geocoder();g_876df5075198b99c0ab9fea1937dcb33.geocode( { 'address': "200 E Jackson Rd, Concord, MI 49237, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('concord-MI-american-1-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('concord-MI-american-1-credit-union'), mapOptions);}document.getElementById('2383a2a8').innerHTML += ' | View Map';var $l876df5075198b99c0ab9fea1937dcb33 = '

American 1 Credit Union

Address: 200 E Jackson Rd, Concord, MI 49237, USA
Phone: (888) 213-2848
';var m_876df5075198b99c0ab9fea1937dcb33 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American 1 Credit Union',});m_876df5075198b99c0ab9fea1937dcb33['infowindow'] = new google.maps.InfoWindow({content: $l876df5075198b99c0ab9fea1937dcb33});var infowindow = new google.maps.InfoWindow({content: $l876df5075198b99c0ab9fea1937dcb33});google.maps.event.addListener(m_876df5075198b99c0ab9fea1937dcb33, 'click', function() {infowindow.open(map,m_876df5075198b99c0ab9fea1937dcb33);});$marker.push(m_876df5075198b99c0ab9fea1937dcb33);}});}google.maps.event.addDomListener(window, 'load', initialize);