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.5135,-83.2831)};var g_7606485f7238db7862596780df19de2a = new google.maps.Geocoder();g_7606485f7238db7862596780df19de2a.geocode( { 'address': "30800 Telegraph Rd #1921, Bingham Farms, MI 48025, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bingham-farms-MI-american-lending-solutions').style.display = '';map = new google.maps.Map(document.getElementById('bingham-farms-MI-american-lending-solutions'), mapOptions);}document.getElementById('df26e521').innerHTML += ' | View Map';var $l7606485f7238db7862596780df19de2a = '

American Lending Solutions

Address: 30800 Telegraph Rd #1921, Bingham Farms, MI 48025, USA
Phone: (248) 331-2820
';var m_7606485f7238db7862596780df19de2a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Lending Solutions',});m_7606485f7238db7862596780df19de2a['infowindow'] = new google.maps.InfoWindow({content: $l7606485f7238db7862596780df19de2a});var infowindow = new google.maps.InfoWindow({content: $l7606485f7238db7862596780df19de2a});google.maps.event.addListener(m_7606485f7238db7862596780df19de2a, 'click', function() {infowindow.open(map,m_7606485f7238db7862596780df19de2a);});$marker.push(m_7606485f7238db7862596780df19de2a);}});}google.maps.event.addDomListener(window, 'load', initialize);