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.2316,-83.5553)};var g_6ef36c8de89f58253dbbd5f338837bf1 = new google.maps.Geocoder();g_6ef36c8de89f58253dbbd5f338837bf1.geocode( { 'address': "2820 Tyler Rd, Ypsilanti, MI 48198, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ypsilanti-MI-genisys-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('ypsilanti-MI-genisys-credit-union'), mapOptions);}document.getElementById('aef3ac46').innerHTML += ' | View Map';var $l6ef36c8de89f58253dbbd5f338837bf1 = '

Genisys Credit Union

Address: 2820 Tyler Rd, Ypsilanti, MI 48198, USA
Phone: (734) 485-8000
';var m_6ef36c8de89f58253dbbd5f338837bf1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Genisys Credit Union',});m_6ef36c8de89f58253dbbd5f338837bf1['infowindow'] = new google.maps.InfoWindow({content: $l6ef36c8de89f58253dbbd5f338837bf1});var infowindow = new google.maps.InfoWindow({content: $l6ef36c8de89f58253dbbd5f338837bf1});google.maps.event.addListener(m_6ef36c8de89f58253dbbd5f338837bf1, 'click', function() {infowindow.open(map,m_6ef36c8de89f58253dbbd5f338837bf1);});$marker.push(m_6ef36c8de89f58253dbbd5f338837bf1);}});}google.maps.event.addDomListener(window, 'load', initialize);