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.5058,-83.1433)};var g_4afa0867000b03f315c0b900746bfcce = new google.maps.Geocoder();g_4afa0867000b03f315c0b900746bfcce.geocode( { 'address': "1903 S Rochester Rd, Royal Oak, MI 48073, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('royal-oak-MI-michigan-educational-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('royal-oak-MI-michigan-educational-credit-union'), mapOptions);}document.getElementById('c556e6f6').innerHTML += ' | View Map';var $l4afa0867000b03f315c0b900746bfcce = '

Michigan Educational Credit Union

Address: 1903 S Rochester Rd, Royal Oak, MI 48073, USA
Phone: (248) 399-7473
';var m_4afa0867000b03f315c0b900746bfcce = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Michigan Educational Credit Union',});m_4afa0867000b03f315c0b900746bfcce['infowindow'] = new google.maps.InfoWindow({content: $l4afa0867000b03f315c0b900746bfcce});var infowindow = new google.maps.InfoWindow({content: $l4afa0867000b03f315c0b900746bfcce});google.maps.event.addListener(m_4afa0867000b03f315c0b900746bfcce, 'click', function() {infowindow.open(map,m_4afa0867000b03f315c0b900746bfcce);});$marker.push(m_4afa0867000b03f315c0b900746bfcce);}});}google.maps.event.addDomListener(window, 'load', initialize);