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.6588,-83.5427)};var g_b7cd3e83370ec52a01272e462e43a343 = new google.maps.Geocoder();g_b7cd3e83370ec52a01272e462e43a343.geocode( { 'address': "3671 Highland Rd, White Lake, MI 48383"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('white-lake-MI-genisys-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('white-lake-MI-genisys-credit-union'), mapOptions);}document.getElementById('b5501633').innerHTML += ' | View Map';var $lb7cd3e83370ec52a01272e462e43a343 = '

Genisys Credit Union

Address: 3671 Highland Rd, White Lake, MI 48383
Phone: (248) 887-1211
';var m_b7cd3e83370ec52a01272e462e43a343 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Genisys Credit Union',});m_b7cd3e83370ec52a01272e462e43a343['infowindow'] = new google.maps.InfoWindow({content: $lb7cd3e83370ec52a01272e462e43a343});var infowindow = new google.maps.InfoWindow({content: $lb7cd3e83370ec52a01272e462e43a343});google.maps.event.addListener(m_b7cd3e83370ec52a01272e462e43a343, 'click', function() {infowindow.open(map,m_b7cd3e83370ec52a01272e462e43a343);});$marker.push(m_b7cd3e83370ec52a01272e462e43a343);}});}google.maps.event.addDomListener(window, 'load', initialize);