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.5943,-82.9514)};var g_7f6f73e79c835bcdd9dd767d7940888d = new google.maps.Geocoder();g_7f6f73e79c835bcdd9dd767d7940888d.geocode( { 'address': "40400 Garfield Rd, Charter Twp of Clinton, MI 48038, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('charter-township-of-clinton-MI-michigan-schools-and-government-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('charter-township-of-clinton-MI-michigan-schools-and-government-credit-union'), mapOptions);}document.getElementById('d2b413a0').innerHTML += ' | View Map';var $l7f6f73e79c835bcdd9dd767d7940888d = '

Michigan Schools and Government Credit Union

Address: 40400 Garfield Rd, Charter Twp of Clinton, MI 48038, USA
Phone: (586) 263-8800
';var m_7f6f73e79c835bcdd9dd767d7940888d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Michigan Schools and Government Credit Union',});m_7f6f73e79c835bcdd9dd767d7940888d['infowindow'] = new google.maps.InfoWindow({content: $l7f6f73e79c835bcdd9dd767d7940888d});var infowindow = new google.maps.InfoWindow({content: $l7f6f73e79c835bcdd9dd767d7940888d});google.maps.event.addListener(m_7f6f73e79c835bcdd9dd767d7940888d, 'click', function() {infowindow.open(map,m_7f6f73e79c835bcdd9dd767d7940888d);});$marker.push(m_7f6f73e79c835bcdd9dd767d7940888d);}});}google.maps.event.addDomListener(window, 'load', initialize);