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.6467,-82.974)};var g_a5ce692f7533e0332bbdb735152b5dfd = new google.maps.Geocoder();g_a5ce692f7533e0332bbdb735152b5dfd.geocode( { 'address': "47230 Hayes Rd, Macomb, MI 48044, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('macomb-MI-michigan-educational-cu').style.display = '';map = new google.maps.Map(document.getElementById('macomb-MI-michigan-educational-cu'), mapOptions);}document.getElementById('f8e05aef').innerHTML += ' | View Map';var $la5ce692f7533e0332bbdb735152b5dfd = '

Michigan Educational Cu

Address: 47230 Hayes Rd, Macomb, MI 48044, USA
Phone: (586) 566-5599
';var m_a5ce692f7533e0332bbdb735152b5dfd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Michigan Educational Cu',});m_a5ce692f7533e0332bbdb735152b5dfd['infowindow'] = new google.maps.InfoWindow({content: $la5ce692f7533e0332bbdb735152b5dfd});var infowindow = new google.maps.InfoWindow({content: $la5ce692f7533e0332bbdb735152b5dfd});google.maps.event.addListener(m_a5ce692f7533e0332bbdb735152b5dfd, 'click', function() {infowindow.open(map,m_a5ce692f7533e0332bbdb735152b5dfd);});$marker.push(m_a5ce692f7533e0332bbdb735152b5dfd);}});}google.maps.event.addDomListener(window, 'load', initialize);