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.567,-83.806)};var g_fd185653133c8f9e0b33040ff252b481 = new google.maps.Geocoder();g_fd185653133c8f9e0b33040ff252b481.geocode( { 'address': "2388 Genoa Business Park Dr, Brighton, MI 48114, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('brighton-MI-mortgage-capital-solutions-inc').style.display = '';map = new google.maps.Map(document.getElementById('brighton-MI-mortgage-capital-solutions-inc'), mapOptions);}document.getElementById('849c37b4').innerHTML += ' | View Map';var $lfd185653133c8f9e0b33040ff252b481 = '

Mortgage Capital Solutions, Inc.

Address: 2388 Genoa Business Park Dr, Brighton, MI 48114, USA
Phone: (810) 626-3208
';var m_fd185653133c8f9e0b33040ff252b481 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mortgage Capital Solutions, Inc.',});m_fd185653133c8f9e0b33040ff252b481['infowindow'] = new google.maps.InfoWindow({content: $lfd185653133c8f9e0b33040ff252b481});var infowindow = new google.maps.InfoWindow({content: $lfd185653133c8f9e0b33040ff252b481});google.maps.event.addListener(m_fd185653133c8f9e0b33040ff252b481, 'click', function() {infowindow.open(map,m_fd185653133c8f9e0b33040ff252b481);});$marker.push(m_fd185653133c8f9e0b33040ff252b481);}});}google.maps.event.addDomListener(window, 'load', initialize);