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.4966,-87.1258)};var g_d032354357869c87715c71f21017d90c = new google.maps.Geocoder();g_d032354357869c87715c71f21017d90c.geocode( { 'address': "614 Henton St, Livermore, KY 42352"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('livermore-KY-independence-bank').style.display = '';map = new google.maps.Map(document.getElementById('livermore-KY-independence-bank'), mapOptions);}document.getElementById('56e7d900').innerHTML += ' | View Map';var $ld032354357869c87715c71f21017d90c = '

Independence Bank

Address: 614 Henton St, Livermore, KY 42352
Phone: (270) 278-2351
';var m_d032354357869c87715c71f21017d90c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Independence Bank',});m_d032354357869c87715c71f21017d90c['infowindow'] = new google.maps.InfoWindow({content: $ld032354357869c87715c71f21017d90c});var infowindow = new google.maps.InfoWindow({content: $ld032354357869c87715c71f21017d90c});google.maps.event.addListener(m_d032354357869c87715c71f21017d90c, 'click', function() {infowindow.open(map,m_d032354357869c87715c71f21017d90c);});$marker.push(m_d032354357869c87715c71f21017d90c);}});}google.maps.event.addDomListener(window, 'load', initialize);