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.1939,-82.9074)};var g_5270662c66e89672a771bf6f8b050389 = new google.maps.Geocoder();g_5270662c66e89672a771bf6f8b050389.geocode( { 'address': "9754 Hwy 15, Isom, KY 41824"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('isom-KY-bank-of-whitesburg').style.display = '';map = new google.maps.Map(document.getElementById('isom-KY-bank-of-whitesburg'), mapOptions);}document.getElementById('856db2f5').innerHTML += ' | View Map';var $l5270662c66e89672a771bf6f8b050389 = '

Bank Of Whitesburg

Address: 9754 Hwy 15, Isom, KY 41824
Phone: (606) 633-4891
';var m_5270662c66e89672a771bf6f8b050389 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank Of Whitesburg',});m_5270662c66e89672a771bf6f8b050389['infowindow'] = new google.maps.InfoWindow({content: $l5270662c66e89672a771bf6f8b050389});var infowindow = new google.maps.InfoWindow({content: $l5270662c66e89672a771bf6f8b050389});google.maps.event.addListener(m_5270662c66e89672a771bf6f8b050389, 'click', function() {infowindow.open(map,m_5270662c66e89672a771bf6f8b050389);});$marker.push(m_5270662c66e89672a771bf6f8b050389);}});}google.maps.event.addDomListener(window, 'load', initialize);