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.2808,-83.7443)};var g_983ab401ea8e6308489d0de54ffc6a9d = new google.maps.Geocoder();g_983ab401ea8e6308489d0de54ffc6a9d.geocode( { 'address': "340 E Huron St, Ann Arbor, MI 48104, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ann-arbor-MI-university-of-michigan-credit-union---administrative-office').style.display = '';map = new google.maps.Map(document.getElementById('ann-arbor-MI-university-of-michigan-credit-union---administrative-office'), mapOptions);}document.getElementById('c8912b9c').innerHTML += ' | View Map';var $l983ab401ea8e6308489d0de54ffc6a9d = '

University of Michigan Credit Union - Administrative Office

Address: 340 E Huron St, Ann Arbor, MI 48104, USA
Phone: (734) 662-8200
';var m_983ab401ea8e6308489d0de54ffc6a9d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'University of Michigan Credit Union - Administrative Office',});m_983ab401ea8e6308489d0de54ffc6a9d['infowindow'] = new google.maps.InfoWindow({content: $l983ab401ea8e6308489d0de54ffc6a9d});var infowindow = new google.maps.InfoWindow({content: $l983ab401ea8e6308489d0de54ffc6a9d});google.maps.event.addListener(m_983ab401ea8e6308489d0de54ffc6a9d, 'click', function() {infowindow.open(map,m_983ab401ea8e6308489d0de54ffc6a9d);});$marker.push(m_983ab401ea8e6308489d0de54ffc6a9d);}});}google.maps.event.addDomListener(window, 'load', initialize);