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.3054,-85.9529)};var g_cdc8e21b708ad10e388e49900c87792c = new google.maps.Geocoder();g_cdc8e21b708ad10e388e49900c87792c.geocode( { 'address': "6500 State Road 64, Georgetown, IN 47122"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('georgetown-IN-first-federal-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('georgetown-IN-first-federal-savings-bank'), mapOptions);}document.getElementById('3890ae61').innerHTML += ' | View Map';var $lcdc8e21b708ad10e388e49900c87792c = '

First Federal Savings Bank

Address: 6500 State Road 64, Georgetown, IN 47122
Phone: (812) 951-3218
';var m_cdc8e21b708ad10e388e49900c87792c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Federal Savings Bank',});m_cdc8e21b708ad10e388e49900c87792c['infowindow'] = new google.maps.InfoWindow({content: $lcdc8e21b708ad10e388e49900c87792c});var infowindow = new google.maps.InfoWindow({content: $lcdc8e21b708ad10e388e49900c87792c});google.maps.event.addListener(m_cdc8e21b708ad10e388e49900c87792c, 'click', function() {infowindow.open(map,m_cdc8e21b708ad10e388e49900c87792c);});$marker.push(m_cdc8e21b708ad10e388e49900c87792c);}});}google.maps.event.addDomListener(window, 'load', initialize);