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.8315,-84.5455)};var g_f53b5a5eb470f87921b5ff3d6a61cda6 = new google.maps.Geocoder();g_f53b5a5eb470f87921b5ff3d6a61cda6.geocode( { 'address': "12750 Escanaba Dr, Dewitt, MI 48820, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dewitt-MI-lake-trust-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('dewitt-MI-lake-trust-credit-union'), mapOptions);}document.getElementById('4a09e6cc').innerHTML += ' | View Map';var $lf53b5a5eb470f87921b5ff3d6a61cda6 = '

Lake Trust Credit Union

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