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.4602,-83.2062)};var g_909e16a72401bb4efbbf376a5d92e4a5 = new google.maps.Geocoder();g_909e16a72401bb4efbbf376a5d92e4a5.geocode( { 'address': "16000 W Nine Mile Rd #400, Southfield, MI 48075, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('southfield-MI-nations-lending').style.display = '';map = new google.maps.Map(document.getElementById('southfield-MI-nations-lending'), mapOptions);}document.getElementById('20041047').innerHTML += ' | View Map';var $l909e16a72401bb4efbbf376a5d92e4a5 = '

Nations Lending

Address: 16000 W Nine Mile Rd #400, Southfield, MI 48075, USA
Phone: (313) 310-3030
';var m_909e16a72401bb4efbbf376a5d92e4a5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Nations Lending',});m_909e16a72401bb4efbbf376a5d92e4a5['infowindow'] = new google.maps.InfoWindow({content: $l909e16a72401bb4efbbf376a5d92e4a5});var infowindow = new google.maps.InfoWindow({content: $l909e16a72401bb4efbbf376a5d92e4a5});google.maps.event.addListener(m_909e16a72401bb4efbbf376a5d92e4a5, 'click', function() {infowindow.open(map,m_909e16a72401bb4efbbf376a5d92e4a5);});$marker.push(m_909e16a72401bb4efbbf376a5d92e4a5);}});}google.maps.event.addDomListener(window, 'load', initialize);