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.841,-85.9402)};var g_a95bce0b2812aea7864a5ff08f31e267 = new google.maps.Geocoder();g_a95bce0b2812aea7864a5ff08f31e267.geocode( { 'address': "245 N Dixie Blvd, Radcliff, KY 40160, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('radcliff-KY-cecilian-bank').style.display = '';map = new google.maps.Map(document.getElementById('radcliff-KY-cecilian-bank'), mapOptions);}document.getElementById('798aa938').innerHTML += ' | View Map';var $la95bce0b2812aea7864a5ff08f31e267 = '

Cecilian Bank

Address: 245 N Dixie Blvd, Radcliff, KY 40160, USA
Phone: (270) 351-3388
';var m_a95bce0b2812aea7864a5ff08f31e267 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cecilian Bank',});m_a95bce0b2812aea7864a5ff08f31e267['infowindow'] = new google.maps.InfoWindow({content: $la95bce0b2812aea7864a5ff08f31e267});var infowindow = new google.maps.InfoWindow({content: $la95bce0b2812aea7864a5ff08f31e267});google.maps.event.addListener(m_a95bce0b2812aea7864a5ff08f31e267, 'click', function() {infowindow.open(map,m_a95bce0b2812aea7864a5ff08f31e267);});$marker.push(m_a95bce0b2812aea7864a5ff08f31e267);}});}google.maps.event.addDomListener(window, 'load', initialize);