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.2564,-83.1386)};var g_3b93d91c6ca4990fffd61e37d9235acb = new google.maps.Geocoder();g_3b93d91c6ca4990fffd61e37d9235acb.geocode( { 'address': "18925 Telegraph Rd, Brownstown Charter Twp, MI 48174, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('brownstown-charter-township-MI-community-focus-federal-cu').style.display = '';map = new google.maps.Map(document.getElementById('brownstown-charter-township-MI-community-focus-federal-cu'), mapOptions);}document.getElementById('22685985').innerHTML += ' | View Map';var $l3b93d91c6ca4990fffd61e37d9235acb = '

Community Focus Federal Cu

Address: 18925 Telegraph Rd, Brownstown Charter Twp, MI 48174, USA
Phone: (734) 281-3900
';var m_3b93d91c6ca4990fffd61e37d9235acb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Focus Federal Cu',});m_3b93d91c6ca4990fffd61e37d9235acb['infowindow'] = new google.maps.InfoWindow({content: $l3b93d91c6ca4990fffd61e37d9235acb});var infowindow = new google.maps.InfoWindow({content: $l3b93d91c6ca4990fffd61e37d9235acb});google.maps.event.addListener(m_3b93d91c6ca4990fffd61e37d9235acb, 'click', function() {infowindow.open(map,m_3b93d91c6ca4990fffd61e37d9235acb);});$marker.push(m_3b93d91c6ca4990fffd61e37d9235acb);}});}google.maps.event.addDomListener(window, 'load', initialize);