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(43.4054,-83.9007)};var g_3171b3bc8d19c82f38fef8b518aef833 = new google.maps.Geocoder();g_3171b3bc8d19c82f38fef8b518aef833.geocode( { 'address': "520 Hayden St, Saginaw, MI 48607-1183"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('saginaw-MI-team-one-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('saginaw-MI-team-one-credit-union'), mapOptions);}document.getElementById('e5b37c3b').innerHTML += ' | View Map';var $l3171b3bc8d19c82f38fef8b518aef833 = '

Team One Credit Union

Address: 520 Hayden St, Saginaw, MI 48607-1183
Phone: (989) 754-6575
';var m_3171b3bc8d19c82f38fef8b518aef833 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Team One Credit Union',});m_3171b3bc8d19c82f38fef8b518aef833['infowindow'] = new google.maps.InfoWindow({content: $l3171b3bc8d19c82f38fef8b518aef833});var infowindow = new google.maps.InfoWindow({content: $l3171b3bc8d19c82f38fef8b518aef833});google.maps.event.addListener(m_3171b3bc8d19c82f38fef8b518aef833, 'click', function() {infowindow.open(map,m_3171b3bc8d19c82f38fef8b518aef833);});$marker.push(m_3171b3bc8d19c82f38fef8b518aef833);}});}google.maps.event.addDomListener(window, 'load', initialize);