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.9745,-83.6871)};var g_bea65a5d4303b90f2d29322ea14aeffb = new google.maps.Geocoder();g_bea65a5d4303b90f2d29322ea14aeffb.geocode( { 'address': "1149 E Bristol Rd, Burton, MI 48529, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('burton-MI-university-of-michigan-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('burton-MI-university-of-michigan-credit-union'), mapOptions);}document.getElementById('d6b79da7').innerHTML += ' | View Map';var $lbea65a5d4303b90f2d29322ea14aeffb = '

University of Michigan Credit Union

Address: 1149 E Bristol Rd, Burton, MI 48529, USA
Phone: (810) 767-6300
';var m_bea65a5d4303b90f2d29322ea14aeffb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'University of Michigan Credit Union',});m_bea65a5d4303b90f2d29322ea14aeffb['infowindow'] = new google.maps.InfoWindow({content: $lbea65a5d4303b90f2d29322ea14aeffb});var infowindow = new google.maps.InfoWindow({content: $lbea65a5d4303b90f2d29322ea14aeffb});google.maps.event.addListener(m_bea65a5d4303b90f2d29322ea14aeffb, 'click', function() {infowindow.open(map,m_bea65a5d4303b90f2d29322ea14aeffb);});$marker.push(m_bea65a5d4303b90f2d29322ea14aeffb);}});}google.maps.event.addDomListener(window, 'load', initialize);