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.6691,-84.6748)};var g_ea87054f09d1dd8fcb8448bed1a44d3e = new google.maps.Geocoder();g_ea87054f09d1dd8fcb8448bed1a44d3e.geocode( { 'address': "8420 Billwood Hwy, Dimondale, MI 48821, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('windsor-charter-township-MI-lake-trust-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('windsor-charter-township-MI-lake-trust-credit-union'), mapOptions);}document.getElementById('6f6bd802').innerHTML += ' | View Map';var $lea87054f09d1dd8fcb8448bed1a44d3e = '

Lake Trust Credit Union

Address: 8420 Billwood Hwy, Dimondale, MI 48821, USA
Phone: (517) 267-7200
';var m_ea87054f09d1dd8fcb8448bed1a44d3e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lake Trust Credit Union',});m_ea87054f09d1dd8fcb8448bed1a44d3e['infowindow'] = new google.maps.InfoWindow({content: $lea87054f09d1dd8fcb8448bed1a44d3e});var infowindow = new google.maps.InfoWindow({content: $lea87054f09d1dd8fcb8448bed1a44d3e});google.maps.event.addListener(m_ea87054f09d1dd8fcb8448bed1a44d3e, 'click', function() {infowindow.open(map,m_ea87054f09d1dd8fcb8448bed1a44d3e);});$marker.push(m_ea87054f09d1dd8fcb8448bed1a44d3e);}});}google.maps.event.addDomListener(window, 'load', initialize);