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.1712,-85.08)};var g_3baf3e69f7d601c10ecba98720635323 = new google.maps.Geocoder();g_3baf3e69f7d601c10ecba98720635323.geocode( { 'address': "10821 S US 127, Dunnville, KY 42528"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dunnville-KY-casey-county-bank').style.display = '';map = new google.maps.Map(document.getElementById('dunnville-KY-casey-county-bank'), mapOptions);}document.getElementById('0e543c40').innerHTML += ' | View Map';var $l3baf3e69f7d601c10ecba98720635323 = '

Casey County Bank

Address: 10821 S US 127, Dunnville, KY 42528
Phone: (606) 787-6302
';var m_3baf3e69f7d601c10ecba98720635323 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Casey County Bank',});m_3baf3e69f7d601c10ecba98720635323['infowindow'] = new google.maps.InfoWindow({content: $l3baf3e69f7d601c10ecba98720635323});var infowindow = new google.maps.InfoWindow({content: $l3baf3e69f7d601c10ecba98720635323});google.maps.event.addListener(m_3baf3e69f7d601c10ecba98720635323, 'click', function() {infowindow.open(map,m_3baf3e69f7d601c10ecba98720635323);});$marker.push(m_3baf3e69f7d601c10ecba98720635323);}});}google.maps.event.addDomListener(window, 'load', initialize);