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.6132,-87.5047)};var g_772e5fb884f6c15057b1d3ed9a8cf8b2 = new google.maps.Geocoder();g_772e5fb884f6c15057b1d3ed9a8cf8b2.geocode( { 'address': "4521 Hohman Ave, Hammond, IN 46327"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hammond-IN-american-savings-fsb').style.display = '';map = new google.maps.Map(document.getElementById('hammond-IN-american-savings-fsb'), mapOptions);}document.getElementById('1517f652').innerHTML += ' | View Map';var $l772e5fb884f6c15057b1d3ed9a8cf8b2 = '

American Savings Fsb

Address: 4521 Hohman Ave, Hammond, IN 46327
Phone: (219) 931-1015
';var m_772e5fb884f6c15057b1d3ed9a8cf8b2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Savings Fsb',});m_772e5fb884f6c15057b1d3ed9a8cf8b2['infowindow'] = new google.maps.InfoWindow({content: $l772e5fb884f6c15057b1d3ed9a8cf8b2});var infowindow = new google.maps.InfoWindow({content: $l772e5fb884f6c15057b1d3ed9a8cf8b2});google.maps.event.addListener(m_772e5fb884f6c15057b1d3ed9a8cf8b2, 'click', function() {infowindow.open(map,m_772e5fb884f6c15057b1d3ed9a8cf8b2);});$marker.push(m_772e5fb884f6c15057b1d3ed9a8cf8b2);}});}google.maps.event.addDomListener(window, 'load', initialize);