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.7612,-84.4991)};var g_1343777b8ead1cef5a79b78a1a48d805 = new google.maps.Geocoder();g_1343777b8ead1cef5a79b78a1a48d805.geocode( { 'address': "1300 W Lake Lansing Rd, East Lansing, MI 48823, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('east-lansing-MI-lake-trust-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('east-lansing-MI-lake-trust-credit-union'), mapOptions);}document.getElementById('b1847606').innerHTML += ' | View Map';var $l1343777b8ead1cef5a79b78a1a48d805 = '

Lake Trust Credit Union

Address: 1300 W Lake Lansing Rd, East Lansing, MI 48823, USA
Phone: (517) 267-7200
';var m_1343777b8ead1cef5a79b78a1a48d805 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lake Trust Credit Union',});m_1343777b8ead1cef5a79b78a1a48d805['infowindow'] = new google.maps.InfoWindow({content: $l1343777b8ead1cef5a79b78a1a48d805});var infowindow = new google.maps.InfoWindow({content: $l1343777b8ead1cef5a79b78a1a48d805});google.maps.event.addListener(m_1343777b8ead1cef5a79b78a1a48d805, 'click', function() {infowindow.open(map,m_1343777b8ead1cef5a79b78a1a48d805);});$marker.push(m_1343777b8ead1cef5a79b78a1a48d805);}});}google.maps.event.addDomListener(window, 'load', initialize);