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.2647,-83.6548)};var g_5dd9c328d4a12c3991cfd5599ddcd3d9 = new google.maps.Geocoder();g_5dd9c328d4a12c3991cfd5599ddcd3d9.geocode( { 'address': "5301 McAuley Dr, Ypsilanti, MI 48197, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ypsilanti-MI-lake-trust-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('ypsilanti-MI-lake-trust-credit-union'), mapOptions);}document.getElementById('4a5df911').innerHTML += ' | View Map';var $l5dd9c328d4a12c3991cfd5599ddcd3d9 = '

Lake Trust Credit Union

Address: 5301 McAuley Dr, Ypsilanti, MI 48197, USA
Phone: (517) 267-7200
';var m_5dd9c328d4a12c3991cfd5599ddcd3d9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lake Trust Credit Union',});m_5dd9c328d4a12c3991cfd5599ddcd3d9['infowindow'] = new google.maps.InfoWindow({content: $l5dd9c328d4a12c3991cfd5599ddcd3d9});var infowindow = new google.maps.InfoWindow({content: $l5dd9c328d4a12c3991cfd5599ddcd3d9});google.maps.event.addListener(m_5dd9c328d4a12c3991cfd5599ddcd3d9, 'click', function() {infowindow.open(map,m_5dd9c328d4a12c3991cfd5599ddcd3d9);});$marker.push(m_5dd9c328d4a12c3991cfd5599ddcd3d9);}});}google.maps.event.addDomListener(window, 'load', initialize);