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.4239,-83.9554)};var g_f7d6bad2e5351242d636d78a52b66766 = new google.maps.Geocoder();g_f7d6bad2e5351242d636d78a52b66766.geocode( { 'address': "1011 N Michigan Ave, Saginaw, MI 48602, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('saginaw-MI-family-first-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('saginaw-MI-family-first-credit-union'), mapOptions);}document.getElementById('0d54557a').innerHTML += ' | View Map';var $lf7d6bad2e5351242d636d78a52b66766 = '

Family First Credit Union

Address: 1011 N Michigan Ave, Saginaw, MI 48602, USA
Phone: (989) 759-1686
';var m_f7d6bad2e5351242d636d78a52b66766 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Family First Credit Union',});m_f7d6bad2e5351242d636d78a52b66766['infowindow'] = new google.maps.InfoWindow({content: $lf7d6bad2e5351242d636d78a52b66766});var infowindow = new google.maps.InfoWindow({content: $lf7d6bad2e5351242d636d78a52b66766});google.maps.event.addListener(m_f7d6bad2e5351242d636d78a52b66766, 'click', function() {infowindow.open(map,m_f7d6bad2e5351242d636d78a52b66766);});$marker.push(m_f7d6bad2e5351242d636d78a52b66766);}});}google.maps.event.addDomListener(window, 'load', initialize);