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.6503,-85.2888)};var g_a3dd281a4c5e720a8fbfeea7b9519e04 = new google.maps.Geocoder();g_a3dd281a4c5e720a8fbfeea7b9519e04.geocode( { 'address': "209 N Church St, Hastings, MI 49058, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hastings-MI-lake-trust-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('hastings-MI-lake-trust-credit-union'), mapOptions);}document.getElementById('fb44bdc9').innerHTML += ' | View Map';var $la3dd281a4c5e720a8fbfeea7b9519e04 = '

Lake Trust Credit Union

Address: 209 N Church St, Hastings, MI 49058, USA
Phone: (517) 267-7200
';var m_a3dd281a4c5e720a8fbfeea7b9519e04 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lake Trust Credit Union',});m_a3dd281a4c5e720a8fbfeea7b9519e04['infowindow'] = new google.maps.InfoWindow({content: $la3dd281a4c5e720a8fbfeea7b9519e04});var infowindow = new google.maps.InfoWindow({content: $la3dd281a4c5e720a8fbfeea7b9519e04});google.maps.event.addListener(m_a3dd281a4c5e720a8fbfeea7b9519e04, 'click', function() {infowindow.open(map,m_a3dd281a4c5e720a8fbfeea7b9519e04);});$marker.push(m_a3dd281a4c5e720a8fbfeea7b9519e04);}});}google.maps.event.addDomListener(window, 'load', initialize);