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.7559,-84.4629)};var g_25792a06b850f41d0872f7b62cc0312c = new google.maps.Geocoder();g_25792a06b850f41d0872f7b62cc0312c.geocode( { 'address': "6025 N Hagadorn Rd, East Lansing, MI 48823, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('east-lansing-MI-adventure-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('east-lansing-MI-adventure-credit-union'), mapOptions);}document.getElementById('fe50c0cd').innerHTML += ' | View Map';var $l25792a06b850f41d0872f7b62cc0312c = '

Adventure Credit Union

Address: 6025 N Hagadorn Rd, East Lansing, MI 48823, USA
Phone: (800) 323-2129
';var m_25792a06b850f41d0872f7b62cc0312c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Adventure Credit Union',});m_25792a06b850f41d0872f7b62cc0312c['infowindow'] = new google.maps.InfoWindow({content: $l25792a06b850f41d0872f7b62cc0312c});var infowindow = new google.maps.InfoWindow({content: $l25792a06b850f41d0872f7b62cc0312c});google.maps.event.addListener(m_25792a06b850f41d0872f7b62cc0312c, 'click', function() {infowindow.open(map,m_25792a06b850f41d0872f7b62cc0312c);});$marker.push(m_25792a06b850f41d0872f7b62cc0312c);}});}google.maps.event.addDomListener(window, 'load', initialize);