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.6296,-82.9189)};var g_5882b97b4e9ec402b3470c3823cce0db = new google.maps.Geocoder();g_5882b97b4e9ec402b3470c3823cce0db.geocode( { 'address': "20355 Hall Rd, Macomb, MI 48044, USA"}, 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('c78519a4').innerHTML += ' | View Map';var $l5882b97b4e9ec402b3470c3823cce0db = '

Flagstar Bank

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