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.9855,-84.1376)};var g_7366b7a89fc9d6c90e308d633d63884f = new google.maps.Geocoder();g_7366b7a89fc9d6c90e308d633d63884f.geocode( { 'address': "898 W Corunna Ave, Corunna, MI 48817, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('corunna-MI-sagelink-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('corunna-MI-sagelink-credit-union'), mapOptions);}document.getElementById('0a59b8e5').innerHTML += ' | View Map';var $l7366b7a89fc9d6c90e308d633d63884f = '

SageLink Credit Union

Address: 898 W Corunna Ave, Corunna, MI 48817, USA
Phone: (989) 723-8923
';var m_7366b7a89fc9d6c90e308d633d63884f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'SageLink Credit Union',});m_7366b7a89fc9d6c90e308d633d63884f['infowindow'] = new google.maps.InfoWindow({content: $l7366b7a89fc9d6c90e308d633d63884f});var infowindow = new google.maps.InfoWindow({content: $l7366b7a89fc9d6c90e308d633d63884f});google.maps.event.addListener(m_7366b7a89fc9d6c90e308d633d63884f, 'click', function() {infowindow.open(map,m_7366b7a89fc9d6c90e308d633d63884f);});$marker.push(m_7366b7a89fc9d6c90e308d633d63884f);}});}google.maps.event.addDomListener(window, 'load', initialize);