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(43.0438,-86.2193)};var g_4e4f523705f88c7253fc492d5a45743a = new google.maps.Geocoder();g_4e4f523705f88c7253fc492d5a45743a.geocode( { 'address': "17350 Robbins Rd, Grand Haven, MI 49417, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('grand-haven-MI-lake-trust-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('grand-haven-MI-lake-trust-credit-union'), mapOptions);}document.getElementById('e66aa4b9').innerHTML += ' | View Map';var $l4e4f523705f88c7253fc492d5a45743a = '

Lake Trust Credit Union

Address: 17350 Robbins Rd, Grand Haven, MI 49417, USA
Phone: (517) 267-7200
';var m_4e4f523705f88c7253fc492d5a45743a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lake Trust Credit Union',});m_4e4f523705f88c7253fc492d5a45743a['infowindow'] = new google.maps.InfoWindow({content: $l4e4f523705f88c7253fc492d5a45743a});var infowindow = new google.maps.InfoWindow({content: $l4e4f523705f88c7253fc492d5a45743a});google.maps.event.addListener(m_4e4f523705f88c7253fc492d5a45743a, 'click', function() {infowindow.open(map,m_4e4f523705f88c7253fc492d5a45743a);});$marker.push(m_4e4f523705f88c7253fc492d5a45743a);}});}google.maps.event.addDomListener(window, 'load', initialize);