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.553,-82.9119)};var g_b70b5bd27190cb05443de664f418c858 = new google.maps.Geocoder();g_b70b5bd27190cb05443de664f418c858.geocode( { 'address': "40400 Garfield Rd, Clinton Township, MI 48038"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clinton-township-MI-macomb-schools-government-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('clinton-township-MI-macomb-schools-government-credit-union'), mapOptions);}document.getElementById('d6334baa').innerHTML += ' | View Map';var $lb70b5bd27190cb05443de664f418c858 = '

Macomb Schools & Government Credit Union

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