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(44.7642,-85.6268)};var g_af57d11649a92fa414e223162da49b93 = new google.maps.Geocoder();g_af57d11649a92fa414e223162da49b93.geocode( { 'address': "310 W Front St, Traverse City, MI 49684, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('traverse-city-MI-lake-michigan-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('traverse-city-MI-lake-michigan-credit-union'), mapOptions);}document.getElementById('10317722').innerHTML += ' | View Map';var $laf57d11649a92fa414e223162da49b93 = '

Lake Michigan Credit Union

Address: 310 W Front St, Traverse City, MI 49684, USA
Phone: (231) 929-8462
';var m_af57d11649a92fa414e223162da49b93 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lake Michigan Credit Union',});m_af57d11649a92fa414e223162da49b93['infowindow'] = new google.maps.InfoWindow({content: $laf57d11649a92fa414e223162da49b93});var infowindow = new google.maps.InfoWindow({content: $laf57d11649a92fa414e223162da49b93});google.maps.event.addListener(m_af57d11649a92fa414e223162da49b93, 'click', function() {infowindow.open(map,m_af57d11649a92fa414e223162da49b93);});$marker.push(m_af57d11649a92fa414e223162da49b93);}});}google.maps.event.addDomListener(window, 'load', initialize);