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.4957,-83.2986)};var g_a6a71cb59c7579f7039912b62d92e2f1 = new google.maps.Geocoder();g_a6a71cb59c7579f7039912b62d92e2f1.geocode( { 'address': "28411 Northwestern Hwy, Southfield, MI 48034, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('southfield-MI-mms-mortgage-services-ltd').style.display = '';map = new google.maps.Map(document.getElementById('southfield-MI-mms-mortgage-services-ltd'), mapOptions);}document.getElementById('3f633d6b').innerHTML += ' | View Map';var $la6a71cb59c7579f7039912b62d92e2f1 = '

MMS Mortgage Services Ltd

Address: 28411 Northwestern Hwy, Southfield, MI 48034, USA
Phone: (248) 356-0485
';var m_a6a71cb59c7579f7039912b62d92e2f1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'MMS Mortgage Services Ltd',});m_a6a71cb59c7579f7039912b62d92e2f1['infowindow'] = new google.maps.InfoWindow({content: $la6a71cb59c7579f7039912b62d92e2f1});var infowindow = new google.maps.InfoWindow({content: $la6a71cb59c7579f7039912b62d92e2f1});google.maps.event.addListener(m_a6a71cb59c7579f7039912b62d92e2f1, 'click', function() {infowindow.open(map,m_a6a71cb59c7579f7039912b62d92e2f1);});$marker.push(m_a6a71cb59c7579f7039912b62d92e2f1);}});}google.maps.event.addDomListener(window, 'load', initialize);