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.5945,-83.0513)};var g_8651668492d318512c75ea3db5ffd3dc = new google.maps.Geocoder();g_8651668492d318512c75ea3db5ffd3dc.geocode( { 'address': "41031 Mound Rd, Sterling Heights, MI 48314, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sterling-heights-MI-michigan-schools-and-government-cu').style.display = '';map = new google.maps.Map(document.getElementById('sterling-heights-MI-michigan-schools-and-government-cu'), mapOptions);}document.getElementById('7931399c').innerHTML += ' | View Map';var $l8651668492d318512c75ea3db5ffd3dc = '

Michigan Schools and Government CU

Address: 41031 Mound Rd, Sterling Heights, MI 48314, USA
Phone: (586) 263-8800
';var m_8651668492d318512c75ea3db5ffd3dc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Michigan Schools and Government CU',});m_8651668492d318512c75ea3db5ffd3dc['infowindow'] = new google.maps.InfoWindow({content: $l8651668492d318512c75ea3db5ffd3dc});var infowindow = new google.maps.InfoWindow({content: $l8651668492d318512c75ea3db5ffd3dc});google.maps.event.addListener(m_8651668492d318512c75ea3db5ffd3dc, 'click', function() {infowindow.open(map,m_8651668492d318512c75ea3db5ffd3dc);});$marker.push(m_8651668492d318512c75ea3db5ffd3dc);}});}google.maps.event.addDomListener(window, 'load', initialize);