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.7142,-82.963)};var g_36d0180fd04cd7fa6bbdc620e5d6138c = new google.maps.Geocoder();g_36d0180fd04cd7fa6bbdc620e5d6138c.geocode( { 'address': "16450 26 Mile Rd, Macomb, MI 48042, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('macomb-MI-michigan-first-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('macomb-MI-michigan-first-credit-union'), mapOptions);}document.getElementById('41ac3be8').innerHTML += ' | View Map';var $l36d0180fd04cd7fa6bbdc620e5d6138c = '

Michigan First Credit Union

Address: 16450 26 Mile Rd, Macomb, MI 48042, USA
Phone: (800) 664-3828
';var m_36d0180fd04cd7fa6bbdc620e5d6138c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Michigan First Credit Union',});m_36d0180fd04cd7fa6bbdc620e5d6138c['infowindow'] = new google.maps.InfoWindow({content: $l36d0180fd04cd7fa6bbdc620e5d6138c});var infowindow = new google.maps.InfoWindow({content: $l36d0180fd04cd7fa6bbdc620e5d6138c});google.maps.event.addListener(m_36d0180fd04cd7fa6bbdc620e5d6138c, 'click', function() {infowindow.open(map,m_36d0180fd04cd7fa6bbdc620e5d6138c);});$marker.push(m_36d0180fd04cd7fa6bbdc620e5d6138c);}});}google.maps.event.addDomListener(window, 'load', initialize);