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.5712,-82.9518)};var g_f3b4eb6379256303e68fa9f22dd38a00 = new google.maps.Geocoder();g_f3b4eb6379256303e68fa9f22dd38a00.geocode( { 'address': "37321 Garfield Rd, Charter Twp of Clinton, MI 48036, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('charter-township-of-clinton-MI-motor-city-co-op-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('charter-township-of-clinton-MI-motor-city-co-op-credit-union'), mapOptions);}document.getElementById('5675cbb7').innerHTML += ' | View Map';var $lf3b4eb6379256303e68fa9f22dd38a00 = '

Motor City Co-op Credit Union

Address: 37321 Garfield Rd, Charter Twp of Clinton, MI 48036, USA
Phone: (586) 228-8484
';var m_f3b4eb6379256303e68fa9f22dd38a00 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Motor City Co-op Credit Union',});m_f3b4eb6379256303e68fa9f22dd38a00['infowindow'] = new google.maps.InfoWindow({content: $lf3b4eb6379256303e68fa9f22dd38a00});var infowindow = new google.maps.InfoWindow({content: $lf3b4eb6379256303e68fa9f22dd38a00});google.maps.event.addListener(m_f3b4eb6379256303e68fa9f22dd38a00, 'click', function() {infowindow.open(map,m_f3b4eb6379256303e68fa9f22dd38a00);});$marker.push(m_f3b4eb6379256303e68fa9f22dd38a00);}});}google.maps.event.addDomListener(window, 'load', initialize);