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.1687,-83.266)};var g_36855ae97e2115133b421f92b664e5da = new google.maps.Geocoder();g_36855ae97e2115133b421f92b664e5da.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-fcu').style.display = '';map = new google.maps.Map(document.getElementById('brownstown-charter-township-MI-community-focus-fcu'), mapOptions);}document.getElementById('22685985').innerHTML += ' | View Map';var $l36855ae97e2115133b421f92b664e5da = '

Community Focus FCU

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