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.4419,-82.8746)};var g_51ddd23dd862dd890a039e34189e8d73 = new google.maps.Geocoder();g_51ddd23dd862dd890a039e34189e8d73.geocode( { 'address': "874 Lake Shore Rd, Grosse Pointe Shores, MI 48236, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('grosse-pointe-shores-MI-northern-michigan-loan-inc').style.display = '';map = new google.maps.Map(document.getElementById('grosse-pointe-shores-MI-northern-michigan-loan-inc'), mapOptions);}document.getElementById('9058f69e').innerHTML += ' | View Map';var $l51ddd23dd862dd890a039e34189e8d73 = '

Northern Michigan Loan Inc

Address: 874 Lake Shore Rd, Grosse Pointe Shores, MI 48236, USA
Phone: (313) 824-6066
';var m_51ddd23dd862dd890a039e34189e8d73 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Northern Michigan Loan Inc',});m_51ddd23dd862dd890a039e34189e8d73['infowindow'] = new google.maps.InfoWindow({content: $l51ddd23dd862dd890a039e34189e8d73});var infowindow = new google.maps.InfoWindow({content: $l51ddd23dd862dd890a039e34189e8d73});google.maps.event.addListener(m_51ddd23dd862dd890a039e34189e8d73, 'click', function() {infowindow.open(map,m_51ddd23dd862dd890a039e34189e8d73);});$marker.push(m_51ddd23dd862dd890a039e34189e8d73);}});}google.maps.event.addDomListener(window, 'load', initialize);