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.5178,-83.2196)};var g_accbcf60842ce62529647c1867f27961 = new google.maps.Geocoder();g_accbcf60842ce62529647c1867f27961.geocode( { 'address': "17430 W 13 Mile Rd, Franklin, MI 48025, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('franklin-MI-flagstar-bank').style.display = '';map = new google.maps.Map(document.getElementById('franklin-MI-flagstar-bank'), mapOptions);}document.getElementById('a2498e23').innerHTML += ' | View Map';var $laccbcf60842ce62529647c1867f27961 = '

Flagstar Bank

Address: 17430 W 13 Mile Rd, Franklin, MI 48025, USA
Phone: (248) 646-6588
';var m_accbcf60842ce62529647c1867f27961 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Flagstar Bank',});m_accbcf60842ce62529647c1867f27961['infowindow'] = new google.maps.InfoWindow({content: $laccbcf60842ce62529647c1867f27961});var infowindow = new google.maps.InfoWindow({content: $laccbcf60842ce62529647c1867f27961});google.maps.event.addListener(m_accbcf60842ce62529647c1867f27961, 'click', function() {infowindow.open(map,m_accbcf60842ce62529647c1867f27961);});$marker.push(m_accbcf60842ce62529647c1867f27961);}});}google.maps.event.addDomListener(window, 'load', initialize);