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.5911,-83.1484)};var g_f9e036c34e550a09edf738196fa2e49a = new google.maps.Geocoder();g_f9e036c34e550a09edf738196fa2e49a.geocode( { 'address': "30 E Long Lake Rd, Troy, MI 48085, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('troy-MI-community-choice-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('troy-MI-community-choice-credit-union'), mapOptions);}document.getElementById('a7f874d0').innerHTML += ' | View Map';var $lf9e036c34e550a09edf738196fa2e49a = '

Community Choice Credit Union

Address: 30 E Long Lake Rd, Troy, MI 48085, USA
Phone: (877) 243-2528
';var m_f9e036c34e550a09edf738196fa2e49a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Choice Credit Union',});m_f9e036c34e550a09edf738196fa2e49a['infowindow'] = new google.maps.InfoWindow({content: $lf9e036c34e550a09edf738196fa2e49a});var infowindow = new google.maps.InfoWindow({content: $lf9e036c34e550a09edf738196fa2e49a});google.maps.event.addListener(m_f9e036c34e550a09edf738196fa2e49a, 'click', function() {infowindow.open(map,m_f9e036c34e550a09edf738196fa2e49a);});$marker.push(m_f9e036c34e550a09edf738196fa2e49a);}});}google.maps.event.addDomListener(window, 'load', initialize);