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.3402,-83.315)};var g_dfa0072fd186e2d9889d7a83c41145b0 = new google.maps.Geocoder();g_dfa0072fd186e2d9889d7a83c41145b0.geocode( { 'address': "27621 Warren Rd, Garden City, MI 48135, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('garden-city-MI-michigan-legacy-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('garden-city-MI-michigan-legacy-credit-union'), mapOptions);}document.getElementById('f6d18c24').innerHTML += ' | View Map';var $ldfa0072fd186e2d9889d7a83c41145b0 = '

Michigan Legacy Credit Union

Address: 27621 Warren Rd, Garden City, MI 48135, USA
Phone: (734) 458-2800
';var m_dfa0072fd186e2d9889d7a83c41145b0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Michigan Legacy Credit Union',});m_dfa0072fd186e2d9889d7a83c41145b0['infowindow'] = new google.maps.InfoWindow({content: $ldfa0072fd186e2d9889d7a83c41145b0});var infowindow = new google.maps.InfoWindow({content: $ldfa0072fd186e2d9889d7a83c41145b0});google.maps.event.addListener(m_dfa0072fd186e2d9889d7a83c41145b0, 'click', function() {infowindow.open(map,m_dfa0072fd186e2d9889d7a83c41145b0);});$marker.push(m_dfa0072fd186e2d9889d7a83c41145b0);}});}google.maps.event.addDomListener(window, 'load', initialize);