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(43.4054,-83.9007)};var g_44c43cc5249e0739a7ff77b58876fb0e = new google.maps.Geocoder();g_44c43cc5249e0739a7ff77b58876fb0e.geocode( { 'address': "4291 State St, Saginaw, MI 48603"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('saginaw-MI-flagstar-bank-home-loan-center').style.display = '';map = new google.maps.Map(document.getElementById('saginaw-MI-flagstar-bank-home-loan-center'), mapOptions);}document.getElementById('9f1438a9').innerHTML += ' | View Map';var $l44c43cc5249e0739a7ff77b58876fb0e = '

Flagstar Bank Home Loan Center

Address: 4291 State St, Saginaw, MI 48603
Phone: (989) 799-3600
';var m_44c43cc5249e0739a7ff77b58876fb0e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Flagstar Bank Home Loan Center',});m_44c43cc5249e0739a7ff77b58876fb0e['infowindow'] = new google.maps.InfoWindow({content: $l44c43cc5249e0739a7ff77b58876fb0e});var infowindow = new google.maps.InfoWindow({content: $l44c43cc5249e0739a7ff77b58876fb0e});google.maps.event.addListener(m_44c43cc5249e0739a7ff77b58876fb0e, 'click', function() {infowindow.open(map,m_44c43cc5249e0739a7ff77b58876fb0e);});$marker.push(m_44c43cc5249e0739a7ff77b58876fb0e);}});}google.maps.event.addDomListener(window, 'load', initialize);