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.2511,-83.6186)};var g_93603a4024c15a51d4c53a9af56c5653 = new google.maps.Geocoder();g_93603a4024c15a51d4c53a9af56c5653.geocode( { 'address': "761 Jenness St, Ypsilanti, MI 48197, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ypsilanti-MI-eastern-michigan-university-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('ypsilanti-MI-eastern-michigan-university-credit-union'), mapOptions);}document.getElementById('7067f15b').innerHTML += ' | View Map';var $l93603a4024c15a51d4c53a9af56c5653 = '

Eastern Michigan University Credit Union

Address: 761 Jenness St, Ypsilanti, MI 48197, USA
Phone: (734) 487-1033
';var m_93603a4024c15a51d4c53a9af56c5653 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Eastern Michigan University Credit Union',});m_93603a4024c15a51d4c53a9af56c5653['infowindow'] = new google.maps.InfoWindow({content: $l93603a4024c15a51d4c53a9af56c5653});var infowindow = new google.maps.InfoWindow({content: $l93603a4024c15a51d4c53a9af56c5653});google.maps.event.addListener(m_93603a4024c15a51d4c53a9af56c5653, 'click', function() {infowindow.open(map,m_93603a4024c15a51d4c53a9af56c5653);});$marker.push(m_93603a4024c15a51d4c53a9af56c5653);}});}google.maps.event.addDomListener(window, 'load', initialize);