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.347,-83.179)};var g_275bbc6ca5fdd282dcd36a8e48ac0785 = new google.maps.Geocoder();g_275bbc6ca5fdd282dcd36a8e48ac0785.geocode( { 'address': "7444 Maple St, Dearborn, MI 48126, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dearborn-MI-loan-aid').style.display = '';map = new google.maps.Map(document.getElementById('dearborn-MI-loan-aid'), mapOptions);}document.getElementById('cc69a486').innerHTML += ' | View Map';var $l275bbc6ca5fdd282dcd36a8e48ac0785 = '

LOAN AID

Address: 7444 Maple St, Dearborn, MI 48126, USA
Phone: (877) 212-1294
';var m_275bbc6ca5fdd282dcd36a8e48ac0785 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'LOAN AID',});m_275bbc6ca5fdd282dcd36a8e48ac0785['infowindow'] = new google.maps.InfoWindow({content: $l275bbc6ca5fdd282dcd36a8e48ac0785});var infowindow = new google.maps.InfoWindow({content: $l275bbc6ca5fdd282dcd36a8e48ac0785});google.maps.event.addListener(m_275bbc6ca5fdd282dcd36a8e48ac0785, 'click', function() {infowindow.open(map,m_275bbc6ca5fdd282dcd36a8e48ac0785);});$marker.push(m_275bbc6ca5fdd282dcd36a8e48ac0785);}});}google.maps.event.addDomListener(window, 'load', initialize);