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.318,-86.0954)};var g_75356e2ba68ccd69560f8e61674d52a5 = new google.maps.Geocoder();g_75356e2ba68ccd69560f8e61674d52a5.geocode( { 'address': "8095 IN-135, New Salisbury, IN 47161, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-salisbury-IN-first-harrison-bank').style.display = '';map = new google.maps.Map(document.getElementById('new-salisbury-IN-first-harrison-bank'), mapOptions);}document.getElementById('14bcb23f').innerHTML += ' | View Map';var $l75356e2ba68ccd69560f8e61674d52a5 = '

First Harrison Bank

Address: 8095 IN-135, New Salisbury, IN 47161, USA
Phone: (812) 347-0700
';var m_75356e2ba68ccd69560f8e61674d52a5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Harrison Bank',});m_75356e2ba68ccd69560f8e61674d52a5['infowindow'] = new google.maps.InfoWindow({content: $l75356e2ba68ccd69560f8e61674d52a5});var infowindow = new google.maps.InfoWindow({content: $l75356e2ba68ccd69560f8e61674d52a5});google.maps.event.addListener(m_75356e2ba68ccd69560f8e61674d52a5, 'click', function() {infowindow.open(map,m_75356e2ba68ccd69560f8e61674d52a5);});$marker.push(m_75356e2ba68ccd69560f8e61674d52a5);}});}google.maps.event.addDomListener(window, 'load', initialize);