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.6367,-87.0422)};var g_b889c28044082b2b94e42b2e9bfebb0e = new google.maps.Geocoder();g_b889c28044082b2b94e42b2e9bfebb0e.geocode( { 'address': "100 US-20, Chesterton, IN 46304, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chesterton-IN-american-trust--savings').style.display = '';map = new google.maps.Map(document.getElementById('chesterton-IN-american-trust--savings'), mapOptions);}document.getElementById('bad5b6f1').innerHTML += ' | View Map';var $lb889c28044082b2b94e42b2e9bfebb0e = '

American Trust & Savings

Address: 100 US-20, Chesterton, IN 46304, USA
Phone: (219) 873-2640
';var m_b889c28044082b2b94e42b2e9bfebb0e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Trust & Savings',});m_b889c28044082b2b94e42b2e9bfebb0e['infowindow'] = new google.maps.InfoWindow({content: $lb889c28044082b2b94e42b2e9bfebb0e});var infowindow = new google.maps.InfoWindow({content: $lb889c28044082b2b94e42b2e9bfebb0e});google.maps.event.addListener(m_b889c28044082b2b94e42b2e9bfebb0e, 'click', function() {infowindow.open(map,m_b889c28044082b2b94e42b2e9bfebb0e);});$marker.push(m_b889c28044082b2b94e42b2e9bfebb0e);}});}google.maps.event.addDomListener(window, 'load', initialize);