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.5446,-83.2139)};var g_01f398a9ce43b0910dcdce145f17f761 = new google.maps.Geocoder();g_01f398a9ce43b0910dcdce145f17f761.geocode( { 'address': "35238 Woodward Ave, Birmingham, MI 48009"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('birmingham-MI-flagstar-bank').style.display = '';map = new google.maps.Map(document.getElementById('birmingham-MI-flagstar-bank'), mapOptions);}document.getElementById('997a79b2').innerHTML += ' | View Map';var $l01f398a9ce43b0910dcdce145f17f761 = '

Flagstar Bank

Address: 35238 Woodward Ave, Birmingham, MI 48009
Phone: (248) 594-4964
';var m_01f398a9ce43b0910dcdce145f17f761 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Flagstar Bank',});m_01f398a9ce43b0910dcdce145f17f761['infowindow'] = new google.maps.InfoWindow({content: $l01f398a9ce43b0910dcdce145f17f761});var infowindow = new google.maps.InfoWindow({content: $l01f398a9ce43b0910dcdce145f17f761});google.maps.event.addListener(m_01f398a9ce43b0910dcdce145f17f761, 'click', function() {infowindow.open(map,m_01f398a9ce43b0910dcdce145f17f761);});$marker.push(m_01f398a9ce43b0910dcdce145f17f761);}});}google.maps.event.addDomListener(window, 'load', initialize);