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.2325,-83.2307)};var g_d1efdc26e7d42a249391d16f255b2060 = new google.maps.Geocoder();g_d1efdc26e7d42a249391d16f255b2060.geocode( { 'address': "10166 Pelham Rd, Taylor, MI 48180, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('taylor-MI-flagstar-bank').style.display = '';map = new google.maps.Map(document.getElementById('taylor-MI-flagstar-bank'), mapOptions);}document.getElementById('a170b189').innerHTML += ' | View Map';var $ld1efdc26e7d42a249391d16f255b2060 = '

Flagstar Bank

Address: 10166 Pelham Rd, Taylor, MI 48180, USA
Phone: (313) 295-6426
';var m_d1efdc26e7d42a249391d16f255b2060 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Flagstar Bank',});m_d1efdc26e7d42a249391d16f255b2060['infowindow'] = new google.maps.InfoWindow({content: $ld1efdc26e7d42a249391d16f255b2060});var infowindow = new google.maps.InfoWindow({content: $ld1efdc26e7d42a249391d16f255b2060});google.maps.event.addListener(m_d1efdc26e7d42a249391d16f255b2060, 'click', function() {infowindow.open(map,m_d1efdc26e7d42a249391d16f255b2060);});$marker.push(m_d1efdc26e7d42a249391d16f255b2060);}});}google.maps.event.addDomListener(window, 'load', initialize);