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.3523,-83.0326)};var g_5194d39192f4c9d699b1f242f4569e18 = new google.maps.Geocoder();g_5194d39192f4c9d699b1f242f4569e18.geocode( { 'address': "2309 Gratiot Ave, Detroit, MI 48207, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('detroit-MI-als-loan-office').style.display = '';map = new google.maps.Map(document.getElementById('detroit-MI-als-loan-office'), mapOptions);}document.getElementById('69517517').innerHTML += ' | View Map';var $l5194d39192f4c9d699b1f242f4569e18 = '

Al's Loan Office

Address: 2309 Gratiot Ave, Detroit, MI 48207, USA
Phone: (313) 567-9833
';var m_5194d39192f4c9d699b1f242f4569e18 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Al's Loan Office',});m_5194d39192f4c9d699b1f242f4569e18['infowindow'] = new google.maps.InfoWindow({content: $l5194d39192f4c9d699b1f242f4569e18});var infowindow = new google.maps.InfoWindow({content: $l5194d39192f4c9d699b1f242f4569e18});google.maps.event.addListener(m_5194d39192f4c9d699b1f242f4569e18, 'click', function() {infowindow.open(map,m_5194d39192f4c9d699b1f242f4569e18);});$marker.push(m_5194d39192f4c9d699b1f242f4569e18);}});}google.maps.event.addDomListener(window, 'load', initialize);