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.5357,-83.7526)};var g_5e57e76cd6ebcdd544ce5dd30faa95db = new google.maps.Geocoder();g_5e57e76cd6ebcdd544ce5dd30faa95db.geocode( { 'address': "4605 S Old US Hwy 23, Brighton, MI 48114, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('brighton-MI-lake-trust-credit-union-headquarters').style.display = '';map = new google.maps.Map(document.getElementById('brighton-MI-lake-trust-credit-union-headquarters'), mapOptions);}document.getElementById('9154b886').innerHTML += ' | View Map';var $l5e57e76cd6ebcdd544ce5dd30faa95db = '

Lake Trust Credit Union Headquarters

Address: 4605 S Old US Hwy 23, Brighton, MI 48114, USA
Phone: (517) 267-7200
';var m_5e57e76cd6ebcdd544ce5dd30faa95db = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lake Trust Credit Union Headquarters',});m_5e57e76cd6ebcdd544ce5dd30faa95db['infowindow'] = new google.maps.InfoWindow({content: $l5e57e76cd6ebcdd544ce5dd30faa95db});var infowindow = new google.maps.InfoWindow({content: $l5e57e76cd6ebcdd544ce5dd30faa95db});google.maps.event.addListener(m_5e57e76cd6ebcdd544ce5dd30faa95db, 'click', function() {infowindow.open(map,m_5e57e76cd6ebcdd544ce5dd30faa95db);});$marker.push(m_5e57e76cd6ebcdd544ce5dd30faa95db);}});}google.maps.event.addDomListener(window, 'load', initialize);