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.5634,-83.0843)};var g_1dd55c7e677cb44a16fa9f378776e934 = new google.maps.Geocoder();g_1dd55c7e677cb44a16fa9f378776e934.geocode( { 'address': "2356 Metro Pkwy, Sterling Heights, MI 48310, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sterling-heights-MI-michigan-schools-and-government-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('sterling-heights-MI-michigan-schools-and-government-credit-union'), mapOptions);}document.getElementById('52efdfe8').innerHTML += ' | View Map';var $l1dd55c7e677cb44a16fa9f378776e934 = '

Michigan Schools and Government Credit Union

Address: 2356 Metro Pkwy, Sterling Heights, MI 48310, USA
Phone: (586) 263-8800
';var m_1dd55c7e677cb44a16fa9f378776e934 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Michigan Schools and Government Credit Union',});m_1dd55c7e677cb44a16fa9f378776e934['infowindow'] = new google.maps.InfoWindow({content: $l1dd55c7e677cb44a16fa9f378776e934});var infowindow = new google.maps.InfoWindow({content: $l1dd55c7e677cb44a16fa9f378776e934});google.maps.event.addListener(m_1dd55c7e677cb44a16fa9f378776e934, 'click', function() {infowindow.open(map,m_1dd55c7e677cb44a16fa9f378776e934);});$marker.push(m_1dd55c7e677cb44a16fa9f378776e934);}});}google.maps.event.addDomListener(window, 'load', initialize);