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.8408,-82.6617)};var g_4123451ef7c61741f746181247ceba0a = new google.maps.Geocoder();g_4123451ef7c61741f746181247ceba0a.geocode( { 'address': "727 Trescott St, Harbor Beach, MI 48441, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('harbor-beach-MI-harbor-beach-community-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('harbor-beach-MI-harbor-beach-community-federal-credit-union'), mapOptions);}document.getElementById('193ab883').innerHTML += ' | View Map';var $l4123451ef7c61741f746181247ceba0a = '

Harbor Beach Community Federal Credit Union

Address: 727 Trescott St, Harbor Beach, MI 48441, USA
Phone: (989) 479-3357
';var m_4123451ef7c61741f746181247ceba0a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Harbor Beach Community Federal Credit Union',});m_4123451ef7c61741f746181247ceba0a['infowindow'] = new google.maps.InfoWindow({content: $l4123451ef7c61741f746181247ceba0a});var infowindow = new google.maps.InfoWindow({content: $l4123451ef7c61741f746181247ceba0a});google.maps.event.addListener(m_4123451ef7c61741f746181247ceba0a, 'click', function() {infowindow.open(map,m_4123451ef7c61741f746181247ceba0a);});$marker.push(m_4123451ef7c61741f746181247ceba0a);}});}google.maps.event.addDomListener(window, 'load', initialize);