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.3002,-85.7335)};var g_572120e5b74ab213c91de46c680f18ab = new google.maps.Geocoder();g_572120e5b74ab213c91de46c680f18ab.geocode( { 'address': "2744 Allison Ln, Jeffersonville, IN 47130"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jeffersonville-IN-first-harrison-bank').style.display = '';map = new google.maps.Map(document.getElementById('jeffersonville-IN-first-harrison-bank'), mapOptions);}document.getElementById('cd4c05f9').innerHTML += ' | View Map';var $l572120e5b74ab213c91de46c680f18ab = '

First Harrison Bank

Address: 2744 Allison Ln, Jeffersonville, IN 47130
Phone: (812) 285-1223
';var m_572120e5b74ab213c91de46c680f18ab = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Harrison Bank',});m_572120e5b74ab213c91de46c680f18ab['infowindow'] = new google.maps.InfoWindow({content: $l572120e5b74ab213c91de46c680f18ab});var infowindow = new google.maps.InfoWindow({content: $l572120e5b74ab213c91de46c680f18ab});google.maps.event.addListener(m_572120e5b74ab213c91de46c680f18ab, 'click', function() {infowindow.open(map,m_572120e5b74ab213c91de46c680f18ab);});$marker.push(m_572120e5b74ab213c91de46c680f18ab);}});}google.maps.event.addDomListener(window, 'load', initialize);