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.8121,-86.0043)};var g_5bd4b045476b94a32740951470a89d32 = new google.maps.Geocoder();g_5bd4b045476b94a32740951470a89d32.geocode( { 'address': "612 E Main Ave, Zeeland, MI 49464, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('zeeland-MI-aac-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('zeeland-MI-aac-credit-union'), mapOptions);}document.getElementById('25f25a37').innerHTML += ' | View Map';var $l5bd4b045476b94a32740951470a89d32 = '

AAC Credit Union

Address: 612 E Main Ave, Zeeland, MI 49464, USA
Phone: (616) 772-3820
';var m_5bd4b045476b94a32740951470a89d32 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'AAC Credit Union',});m_5bd4b045476b94a32740951470a89d32['infowindow'] = new google.maps.InfoWindow({content: $l5bd4b045476b94a32740951470a89d32});var infowindow = new google.maps.InfoWindow({content: $l5bd4b045476b94a32740951470a89d32});google.maps.event.addListener(m_5bd4b045476b94a32740951470a89d32, 'click', function() {infowindow.open(map,m_5bd4b045476b94a32740951470a89d32);});$marker.push(m_5bd4b045476b94a32740951470a89d32);}});}google.maps.event.addDomListener(window, 'load', initialize);