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.3131,-85.8985)};var g_869518a629546a782e1548ccc1cdfb27 = new google.maps.Geocoder();g_869518a629546a782e1548ccc1cdfb27.geocode( { 'address': "4609 Williamsburg Station Rd, Floyds Knobs, IN 47119, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('floyds-knobs-IN-first-harrison-bank').style.display = '';map = new google.maps.Map(document.getElementById('floyds-knobs-IN-first-harrison-bank'), mapOptions);}document.getElementById('eed7caf4').innerHTML += ' | View Map';var $l869518a629546a782e1548ccc1cdfb27 = '

First Harrison Bank

Address: 4609 Williamsburg Station Rd, Floyds Knobs, IN 47119, USA
Phone: (812) 923-0677
';var m_869518a629546a782e1548ccc1cdfb27 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Harrison Bank',});m_869518a629546a782e1548ccc1cdfb27['infowindow'] = new google.maps.InfoWindow({content: $l869518a629546a782e1548ccc1cdfb27});var infowindow = new google.maps.InfoWindow({content: $l869518a629546a782e1548ccc1cdfb27});google.maps.event.addListener(m_869518a629546a782e1548ccc1cdfb27, 'click', function() {infowindow.open(map,m_869518a629546a782e1548ccc1cdfb27);});$marker.push(m_869518a629546a782e1548ccc1cdfb27);}});}google.maps.event.addDomListener(window, 'load', initialize);