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_d5ab8dc7ef67ca92e41d730982c5c602 = new google.maps.Geocoder();g_d5ab8dc7ef67ca92e41d730982c5c602.geocode( { 'address': "6640 Bay Rd, Saginaw, MI 48604"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('saginaw-MI-communications-family-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('saginaw-MI-communications-family-credit-union'), mapOptions);}document.getElementById('5c6e475a').innerHTML += ' | View Map';var $ld5ab8dc7ef67ca92e41d730982c5c602 = '

Communications Family Credit Union

Address: 6640 Bay Rd, Saginaw, MI 48604
Phone: (800) 270-6738
';var m_d5ab8dc7ef67ca92e41d730982c5c602 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Communications Family Credit Union',});m_d5ab8dc7ef67ca92e41d730982c5c602['infowindow'] = new google.maps.InfoWindow({content: $ld5ab8dc7ef67ca92e41d730982c5c602});var infowindow = new google.maps.InfoWindow({content: $ld5ab8dc7ef67ca92e41d730982c5c602});google.maps.event.addListener(m_d5ab8dc7ef67ca92e41d730982c5c602, 'click', function() {infowindow.open(map,m_d5ab8dc7ef67ca92e41d730982c5c602);});$marker.push(m_d5ab8dc7ef67ca92e41d730982c5c602);}});}google.maps.event.addDomListener(window, 'load', initialize);