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.5253,-83.7796)};var g_ca5c22bd84b2912de299280afe3ec6e9 = new google.maps.Geocoder();g_ca5c22bd84b2912de299280afe3ec6e9.geocode( { 'address': "123 Brighton Lake Rd # 102, Brighton, MI 48116, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('brighton-MI-michigan-educational-cu').style.display = '';map = new google.maps.Map(document.getElementById('brighton-MI-michigan-educational-cu'), mapOptions);}document.getElementById('b2e5a262').innerHTML += ' | View Map';var $lca5c22bd84b2912de299280afe3ec6e9 = '

Michigan Educational Cu

Address: 123 Brighton Lake Rd # 102, Brighton, MI 48116, USA
Phone: (810) 494-6000
';var m_ca5c22bd84b2912de299280afe3ec6e9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Michigan Educational Cu',});m_ca5c22bd84b2912de299280afe3ec6e9['infowindow'] = new google.maps.InfoWindow({content: $lca5c22bd84b2912de299280afe3ec6e9});var infowindow = new google.maps.InfoWindow({content: $lca5c22bd84b2912de299280afe3ec6e9});google.maps.event.addListener(m_ca5c22bd84b2912de299280afe3ec6e9, 'click', function() {infowindow.open(map,m_ca5c22bd84b2912de299280afe3ec6e9);});$marker.push(m_ca5c22bd84b2912de299280afe3ec6e9);}});}google.maps.event.addDomListener(window, 'load', initialize);