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.411,-83.4563)};var g_6fdf51ecb22f365cc01cbf187ce3353f = new google.maps.Geocoder();g_6fdf51ecb22f365cc01cbf187ce3353f.geocode( { 'address': "41820 W 6 Mile Rd #100, Northville, MI 48168, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('northville-MI-mb-financial-bank-mortgage-home-loan-center').style.display = '';map = new google.maps.Map(document.getElementById('northville-MI-mb-financial-bank-mortgage-home-loan-center'), mapOptions);}document.getElementById('9d1047f7').innerHTML += ' | View Map';var $l6fdf51ecb22f365cc01cbf187ce3353f = '

MB Financial Bank Mortgage Home Loan Center

Address: 41820 W 6 Mile Rd #100, Northville, MI 48168, USA
Phone: (248) 912-6740
';var m_6fdf51ecb22f365cc01cbf187ce3353f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'MB Financial Bank Mortgage Home Loan Center',});m_6fdf51ecb22f365cc01cbf187ce3353f['infowindow'] = new google.maps.InfoWindow({content: $l6fdf51ecb22f365cc01cbf187ce3353f});var infowindow = new google.maps.InfoWindow({content: $l6fdf51ecb22f365cc01cbf187ce3353f});google.maps.event.addListener(m_6fdf51ecb22f365cc01cbf187ce3353f, 'click', function() {infowindow.open(map,m_6fdf51ecb22f365cc01cbf187ce3353f);});$marker.push(m_6fdf51ecb22f365cc01cbf187ce3353f);}});}google.maps.event.addDomListener(window, 'load', initialize);