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(37.9513,-83.8639)};var g_85690ad1281685df422c14bf19bab45a = new google.maps.Geocoder();g_85690ad1281685df422c14bf19bab45a.geocode( { 'address': "7880 Main St, Jeffersonville, KY 40337"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jeffersonville-KY-traditional-bank').style.display = '';map = new google.maps.Map(document.getElementById('jeffersonville-KY-traditional-bank'), mapOptions);}document.getElementById('38881557').innerHTML += ' | View Map';var $l85690ad1281685df422c14bf19bab45a = '

Traditional Bank

Address: 7880 Main St, Jeffersonville, KY 40337
Phone: (859) 498-3074
';var m_85690ad1281685df422c14bf19bab45a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Traditional Bank',});m_85690ad1281685df422c14bf19bab45a['infowindow'] = new google.maps.InfoWindow({content: $l85690ad1281685df422c14bf19bab45a});var infowindow = new google.maps.InfoWindow({content: $l85690ad1281685df422c14bf19bab45a});google.maps.event.addListener(m_85690ad1281685df422c14bf19bab45a, 'click', function() {infowindow.open(map,m_85690ad1281685df422c14bf19bab45a);});$marker.push(m_85690ad1281685df422c14bf19bab45a);}});}google.maps.event.addDomListener(window, 'load', initialize);