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_d622d663457d08262a5e4261265b6d36 = new google.maps.Geocoder();g_d622d663457d08262a5e4261265b6d36.geocode( { 'address': "1000 Copperfield Dr, Georgetown, IN 47122"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('georgetown-IN-first-savings-bank-fsb').style.display = '';map = new google.maps.Map(document.getElementById('georgetown-IN-first-savings-bank-fsb'), mapOptions);}document.getElementById('151a165d').innerHTML += ' | View Map';var $ld622d663457d08262a5e4261265b6d36 = '

First Savings Bank FSB

Address: 1000 Copperfield Dr, Georgetown, IN 47122
Phone: (812) 951-2008
';var m_d622d663457d08262a5e4261265b6d36 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Savings Bank FSB',});m_d622d663457d08262a5e4261265b6d36['infowindow'] = new google.maps.InfoWindow({content: $ld622d663457d08262a5e4261265b6d36});var infowindow = new google.maps.InfoWindow({content: $ld622d663457d08262a5e4261265b6d36});google.maps.event.addListener(m_d622d663457d08262a5e4261265b6d36, 'click', function() {infowindow.open(map,m_d622d663457d08262a5e4261265b6d36);});$marker.push(m_d622d663457d08262a5e4261265b6d36);}});}google.maps.event.addDomListener(window, 'load', initialize);