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.4023,-82.8285)};var g_d6950c5d0c89f60f926c63165fa926e7 = new google.maps.Geocoder();g_d6950c5d0c89f60f926c63165fa926e7.geocode( { 'address': "625 S Sandusky Rd, Sandusky, MI 48471, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sandusky-MI-team-one-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('sandusky-MI-team-one-credit-union'), mapOptions);}document.getElementById('0b8918af').innerHTML += ' | View Map';var $ld6950c5d0c89f60f926c63165fa926e7 = '

Team One Credit Union

Address: 625 S Sandusky Rd, Sandusky, MI 48471, USA
Phone: (810) 648-3900
';var m_d6950c5d0c89f60f926c63165fa926e7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Team One Credit Union',});m_d6950c5d0c89f60f926c63165fa926e7['infowindow'] = new google.maps.InfoWindow({content: $ld6950c5d0c89f60f926c63165fa926e7});var infowindow = new google.maps.InfoWindow({content: $ld6950c5d0c89f60f926c63165fa926e7});google.maps.event.addListener(m_d6950c5d0c89f60f926c63165fa926e7, 'click', function() {infowindow.open(map,m_d6950c5d0c89f60f926c63165fa926e7);});$marker.push(m_d6950c5d0c89f60f926c63165fa926e7);}});}google.maps.event.addDomListener(window, 'load', initialize);