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.6207,-87.0472)};var g_1e220a99099d10b38d7c30bd5625481d = new google.maps.Geocoder();g_1e220a99099d10b38d7c30bd5625481d.geocode( { 'address': "815-961 N Calumet Rd, Chesterton, IN 46304, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chesterton-IN-flagstar-bank').style.display = '';map = new google.maps.Map(document.getElementById('chesterton-IN-flagstar-bank'), mapOptions);}document.getElementById('8a9a05e5').innerHTML += ' | View Map';var $l1e220a99099d10b38d7c30bd5625481d = '

Flagstar bank

Address: 815-961 N Calumet Rd, Chesterton, IN 46304, USA
Phone:
';var m_1e220a99099d10b38d7c30bd5625481d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Flagstar bank',});m_1e220a99099d10b38d7c30bd5625481d['infowindow'] = new google.maps.InfoWindow({content: $l1e220a99099d10b38d7c30bd5625481d});var infowindow = new google.maps.InfoWindow({content: $l1e220a99099d10b38d7c30bd5625481d});google.maps.event.addListener(m_1e220a99099d10b38d7c30bd5625481d, 'click', function() {infowindow.open(map,m_1e220a99099d10b38d7c30bd5625481d);});$marker.push(m_1e220a99099d10b38d7c30bd5625481d);}});}google.maps.event.addDomListener(window, 'load', initialize);