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.3178,-83.1754)};var g_3f0c9aad18cbe66acdd552e41e47c05c = new google.maps.Geocoder();g_3f0c9aad18cbe66acdd552e41e47c05c.geocode( { 'address': "4080 Schaefer Rd, Dearborn, MI 48126, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dearborn-MI-chief-financial-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('dearborn-MI-chief-financial-credit-union'), mapOptions);}document.getElementById('8b3355e6').innerHTML += ' | View Map';var $l3f0c9aad18cbe66acdd552e41e47c05c = '

Chief Financial Credit Union

Address: 4080 Schaefer Rd, Dearborn, MI 48126, USA
Phone: (313) 846-7300
';var m_3f0c9aad18cbe66acdd552e41e47c05c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Chief Financial Credit Union',});m_3f0c9aad18cbe66acdd552e41e47c05c['infowindow'] = new google.maps.InfoWindow({content: $l3f0c9aad18cbe66acdd552e41e47c05c});var infowindow = new google.maps.InfoWindow({content: $l3f0c9aad18cbe66acdd552e41e47c05c});google.maps.event.addListener(m_3f0c9aad18cbe66acdd552e41e47c05c, 'click', function() {infowindow.open(map,m_3f0c9aad18cbe66acdd552e41e47c05c);});$marker.push(m_3f0c9aad18cbe66acdd552e41e47c05c);}});}google.maps.event.addDomListener(window, 'load', initialize);