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()};var g_048517851c55e77cf9daf170c6fdd7ab = new google.maps.Geocoder();g_048517851c55e77cf9daf170c6fdd7ab.geocode( { 'address': "49675 Van Dyke Ave, Shelby Township, MI 48317"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('shelby-township-MI-genisys-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('shelby-township-MI-genisys-credit-union'), mapOptions);}document.getElementById('b2a55169').innerHTML += ' | View Map';var $l048517851c55e77cf9daf170c6fdd7ab = '

Genisys Credit Union

Address: 49675 Van Dyke Ave, Shelby Township, MI 48317
Phone: (586) 323-7060
';var m_048517851c55e77cf9daf170c6fdd7ab = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Genisys Credit Union',});m_048517851c55e77cf9daf170c6fdd7ab['infowindow'] = new google.maps.InfoWindow({content: $l048517851c55e77cf9daf170c6fdd7ab});var infowindow = new google.maps.InfoWindow({content: $l048517851c55e77cf9daf170c6fdd7ab});google.maps.event.addListener(m_048517851c55e77cf9daf170c6fdd7ab, 'click', function() {infowindow.open(map,m_048517851c55e77cf9daf170c6fdd7ab);});$marker.push(m_048517851c55e77cf9daf170c6fdd7ab);}});}google.maps.event.addDomListener(window, 'load', initialize);