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.8158,-85.9953)};var g_a4157d37aec54827f77600ab35ce083e = new google.maps.Geocoder();g_a4157d37aec54827f77600ab35ce083e.geocode( { 'address': "855 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---herman-miller-branch').style.display = '';map = new google.maps.Map(document.getElementById('zeeland-MI-aac-credit-union---herman-miller-branch'), mapOptions);}document.getElementById('9fbd3c7a').innerHTML += ' | View Map';var $la4157d37aec54827f77600ab35ce083e = '

AAC Credit Union - Herman Miller Branch

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