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.497,-83.2219)};var g_a58562e9f3173f305012fafb891895d0 = new google.maps.Geocoder();g_a58562e9f3173f305012fafb891895d0.geocode( { 'address': "28250 Southfield Rd, Lathrup Village, MI 48076, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lathrup-village-MI-credit-literacy').style.display = '';map = new google.maps.Map(document.getElementById('lathrup-village-MI-credit-literacy'), mapOptions);}document.getElementById('9876cec0').innerHTML += ' | View Map';var $la58562e9f3173f305012fafb891895d0 = '

Credit Literacy

Address: 28250 Southfield Rd, Lathrup Village, MI 48076, USA
Phone: (248) 559-1469
';var m_a58562e9f3173f305012fafb891895d0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Credit Literacy',});m_a58562e9f3173f305012fafb891895d0['infowindow'] = new google.maps.InfoWindow({content: $la58562e9f3173f305012fafb891895d0});var infowindow = new google.maps.InfoWindow({content: $la58562e9f3173f305012fafb891895d0});google.maps.event.addListener(m_a58562e9f3173f305012fafb891895d0, 'click', function() {infowindow.open(map,m_a58562e9f3173f305012fafb891895d0);});$marker.push(m_a58562e9f3173f305012fafb891895d0);}});}google.maps.event.addDomListener(window, 'load', initialize);