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.5024,-83.1191)};var g_a24c18ed1f53c7fcb7c1e7018d2714f8 = new google.maps.Geocoder();g_a24c18ed1f53c7fcb7c1e7018d2714f8.geocode( { 'address': "2200 E Twelve Mile Rd, Royal Oak, MI 48067, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('royal-oak-MI-michigan-first-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('royal-oak-MI-michigan-first-credit-union'), mapOptions);}document.getElementById('ec486feb').innerHTML += ' | View Map';var $la24c18ed1f53c7fcb7c1e7018d2714f8 = '

Michigan First Credit Union

Address: 2200 E Twelve Mile Rd, Royal Oak, MI 48067, USA
Phone: (800) 664-3828
';var m_a24c18ed1f53c7fcb7c1e7018d2714f8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Michigan First Credit Union',});m_a24c18ed1f53c7fcb7c1e7018d2714f8['infowindow'] = new google.maps.InfoWindow({content: $la24c18ed1f53c7fcb7c1e7018d2714f8});var infowindow = new google.maps.InfoWindow({content: $la24c18ed1f53c7fcb7c1e7018d2714f8});google.maps.event.addListener(m_a24c18ed1f53c7fcb7c1e7018d2714f8, 'click', function() {infowindow.open(map,m_a24c18ed1f53c7fcb7c1e7018d2714f8);});$marker.push(m_a24c18ed1f53c7fcb7c1e7018d2714f8);}});}google.maps.event.addDomListener(window, 'load', initialize);