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.5054,-83.287)};var g_e473b0e779507c5520a2eb604992db35 = new google.maps.Geocoder();g_e473b0e779507c5520a2eb604992db35.geocode( { 'address': "29777 Telegraph Rd #3590, Southfield, MI 48034, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('southfield-MI-university-islamic-financial-corporation').style.display = '';map = new google.maps.Map(document.getElementById('southfield-MI-university-islamic-financial-corporation'), mapOptions);}document.getElementById('9990163a').innerHTML += ' | View Map';var $le473b0e779507c5520a2eb604992db35 = '

University Islamic Financial Corporation

Address: 29777 Telegraph Rd #3590, Southfield, MI 48034, USA
Phone: (800) 916-8432
';var m_e473b0e779507c5520a2eb604992db35 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'University Islamic Financial Corporation',});m_e473b0e779507c5520a2eb604992db35['infowindow'] = new google.maps.InfoWindow({content: $le473b0e779507c5520a2eb604992db35});var infowindow = new google.maps.InfoWindow({content: $le473b0e779507c5520a2eb604992db35});google.maps.event.addListener(m_e473b0e779507c5520a2eb604992db35, 'click', function() {infowindow.open(map,m_e473b0e779507c5520a2eb604992db35);});$marker.push(m_e473b0e779507c5520a2eb604992db35);}});}google.maps.event.addDomListener(window, 'load', initialize);