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.4394,-83.4385)};var g_2e37d41c9bf5cbd339a02696196e9a7b = new google.maps.Geocoder();g_2e37d41c9bf5cbd339a02696196e9a7b.geocode( { 'address': "39900 W 8 Mile Rd, Northville, MI 48167, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('northville-MI-flagstar-bank').style.display = '';map = new google.maps.Map(document.getElementById('northville-MI-flagstar-bank'), mapOptions);}document.getElementById('eff02e90').innerHTML += ' | View Map';var $l2e37d41c9bf5cbd339a02696196e9a7b = '

Flagstar Bank

Address: 39900 W 8 Mile Rd, Northville, MI 48167, USA
Phone: (248) 305-8597
';var m_2e37d41c9bf5cbd339a02696196e9a7b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Flagstar Bank',});m_2e37d41c9bf5cbd339a02696196e9a7b['infowindow'] = new google.maps.InfoWindow({content: $l2e37d41c9bf5cbd339a02696196e9a7b});var infowindow = new google.maps.InfoWindow({content: $l2e37d41c9bf5cbd339a02696196e9a7b});google.maps.event.addListener(m_2e37d41c9bf5cbd339a02696196e9a7b, 'click', function() {infowindow.open(map,m_2e37d41c9bf5cbd339a02696196e9a7b);});$marker.push(m_2e37d41c9bf5cbd339a02696196e9a7b);}});}google.maps.event.addDomListener(window, 'load', initialize);