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_0fb42c57c3c98a16e5203f1a7397f12c = new google.maps.Geocoder();g_0fb42c57c3c98a16e5203f1a7397f12c.geocode( { 'address': "9754 Highway 15, Isom, KY 41824"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('isom-KY-whitaker-bank').style.display = '';map = new google.maps.Map(document.getElementById('isom-KY-whitaker-bank'), mapOptions);}document.getElementById('70782210').innerHTML += ' | View Map';var $l0fb42c57c3c98a16e5203f1a7397f12c = '

Whitaker Bank

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