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(41.7894,-85.4283)};var g_4150e431ffa6ebd3563270788714a009 = new google.maps.Geocoder();g_4150e431ffa6ebd3563270788714a009.geocode( { 'address': "918 S Centerville Rd, Sturgis, MI 49091, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sturgis-MI-flagstar-bank-fsb').style.display = '';map = new google.maps.Map(document.getElementById('sturgis-MI-flagstar-bank-fsb'), mapOptions);}document.getElementById('5d91a4f8').innerHTML += ' | View Map';var $l4150e431ffa6ebd3563270788714a009 = '

Flagstar Bank, FSB

Address: 918 S Centerville Rd, Sturgis, MI 49091, USA
Phone:
';var m_4150e431ffa6ebd3563270788714a009 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Flagstar Bank, FSB',});m_4150e431ffa6ebd3563270788714a009['infowindow'] = new google.maps.InfoWindow({content: $l4150e431ffa6ebd3563270788714a009});var infowindow = new google.maps.InfoWindow({content: $l4150e431ffa6ebd3563270788714a009});google.maps.event.addListener(m_4150e431ffa6ebd3563270788714a009, 'click', function() {infowindow.open(map,m_4150e431ffa6ebd3563270788714a009);});$marker.push(m_4150e431ffa6ebd3563270788714a009);}});}google.maps.event.addDomListener(window, 'load', initialize);