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.6841,-82.9187)};var g_daed210307f1dbc6f1dd9551408d999f = new google.maps.Geocoder();g_daed210307f1dbc6f1dd9551408d999f.geocode( { 'address': "20355 Hall Rd, Macomb, MI 48044"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('macomb-MI-flagstar-bank').style.display = '';map = new google.maps.Map(document.getElementById('macomb-MI-flagstar-bank'), mapOptions);}document.getElementById('ff17134d').innerHTML += ' | View Map';var $ldaed210307f1dbc6f1dd9551408d999f = '

Flagstar Bank

Address: 20355 Hall Rd, Macomb, MI 48044
Phone: (586) 286-1575
';var m_daed210307f1dbc6f1dd9551408d999f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Flagstar Bank',});m_daed210307f1dbc6f1dd9551408d999f['infowindow'] = new google.maps.InfoWindow({content: $ldaed210307f1dbc6f1dd9551408d999f});var infowindow = new google.maps.InfoWindow({content: $ldaed210307f1dbc6f1dd9551408d999f});google.maps.event.addListener(m_daed210307f1dbc6f1dd9551408d999f, 'click', function() {infowindow.open(map,m_daed210307f1dbc6f1dd9551408d999f);});$marker.push(m_daed210307f1dbc6f1dd9551408d999f);}});}google.maps.event.addDomListener(window, 'load', initialize);