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(38.6579,-87.1732)};var g_d6598f8d34b3f2d0b7607f512f4ad1cb = new google.maps.Geocoder();g_d6598f8d34b3f2d0b7607f512f4ad1cb.geocode( { 'address': "200 E Van Trees St, Washington, IN 47501, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('washington-IN-home-building-savings-bank-fsb').style.display = '';map = new google.maps.Map(document.getElementById('washington-IN-home-building-savings-bank-fsb'), mapOptions);}document.getElementById('bee7348a').innerHTML += ' | View Map';var $ld6598f8d34b3f2d0b7607f512f4ad1cb = '

Home Building Savings Bank FSB

Address: 200 E Van Trees St, Washington, IN 47501, USA
Phone: (812) 254-2641
';var m_d6598f8d34b3f2d0b7607f512f4ad1cb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Home Building Savings Bank FSB',});m_d6598f8d34b3f2d0b7607f512f4ad1cb['infowindow'] = new google.maps.InfoWindow({content: $ld6598f8d34b3f2d0b7607f512f4ad1cb});var infowindow = new google.maps.InfoWindow({content: $ld6598f8d34b3f2d0b7607f512f4ad1cb});google.maps.event.addListener(m_d6598f8d34b3f2d0b7607f512f4ad1cb, 'click', function() {infowindow.open(map,m_d6598f8d34b3f2d0b7607f512f4ad1cb);});$marker.push(m_d6598f8d34b3f2d0b7607f512f4ad1cb);}});}google.maps.event.addDomListener(window, 'load', initialize);