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(41.8948,-83.4154)};var g_ff2b066f6ec181675f7d1c0804587b96 = new google.maps.Geocoder();g_ff2b066f6ec181675f7d1c0804587b96.geocode( { 'address': "15268 S Dixie Hwy #101, Monroe, MI 48161, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('monroe-MI-crosscountry-mortgage-inc').style.display = '';map = new google.maps.Map(document.getElementById('monroe-MI-crosscountry-mortgage-inc'), mapOptions);}document.getElementById('b31881aa').innerHTML += ' | View Map';var $lff2b066f6ec181675f7d1c0804587b96 = '

CrossCountry Mortgage Inc

Address: 15268 S Dixie Hwy #101, Monroe, MI 48161, USA
Phone: (734) 282-4088
';var m_ff2b066f6ec181675f7d1c0804587b96 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CrossCountry Mortgage Inc',});m_ff2b066f6ec181675f7d1c0804587b96['infowindow'] = new google.maps.InfoWindow({content: $lff2b066f6ec181675f7d1c0804587b96});var infowindow = new google.maps.InfoWindow({content: $lff2b066f6ec181675f7d1c0804587b96});google.maps.event.addListener(m_ff2b066f6ec181675f7d1c0804587b96, 'click', function() {infowindow.open(map,m_ff2b066f6ec181675f7d1c0804587b96);});$marker.push(m_ff2b066f6ec181675f7d1c0804587b96);}});}google.maps.event.addDomListener(window, 'load', initialize);