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.0953,-86.2167)};var g_cc4b0f80c3ea576e9e017c74c66b7488 = new google.maps.Geocoder();g_cc4b0f80c3ea576e9e017c74c66b7488.geocode( { 'address': "17228 Van Wagoner Rd, Spring Lake, MI 49456, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('spring-lake-MI-aac-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('spring-lake-MI-aac-credit-union'), mapOptions);}document.getElementById('fe67dc20').innerHTML += ' | View Map';var $lcc4b0f80c3ea576e9e017c74c66b7488 = '

AAC Credit Union

Address: 17228 Van Wagoner Rd, Spring Lake, MI 49456, USA
Phone: (616) 842-3147
';var m_cc4b0f80c3ea576e9e017c74c66b7488 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'AAC Credit Union',});m_cc4b0f80c3ea576e9e017c74c66b7488['infowindow'] = new google.maps.InfoWindow({content: $lcc4b0f80c3ea576e9e017c74c66b7488});var infowindow = new google.maps.InfoWindow({content: $lcc4b0f80c3ea576e9e017c74c66b7488});google.maps.event.addListener(m_cc4b0f80c3ea576e9e017c74c66b7488, 'click', function() {infowindow.open(map,m_cc4b0f80c3ea576e9e017c74c66b7488);});$marker.push(m_cc4b0f80c3ea576e9e017c74c66b7488);}});}google.maps.event.addDomListener(window, 'load', initialize);