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.0967,-85.3025)};var g_7fe09baeffe23e6a9f9cf081596a6b7a = new google.maps.Geocoder();g_7fe09baeffe23e6a9f9cf081596a6b7a.geocode( { 'address': "700 Jamestown St, Columbia, KY 42728, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbia-KY-united-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('columbia-KY-united-citizens-bank'), mapOptions);}document.getElementById('2fd1fefa').innerHTML += ' | View Map';var $l7fe09baeffe23e6a9f9cf081596a6b7a = '

United Citizen's Bank

Address: 700 Jamestown St, Columbia, KY 42728, USA
Phone: (270) 384-8922
';var m_7fe09baeffe23e6a9f9cf081596a6b7a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'United Citizen's Bank',});m_7fe09baeffe23e6a9f9cf081596a6b7a['infowindow'] = new google.maps.InfoWindow({content: $l7fe09baeffe23e6a9f9cf081596a6b7a});var infowindow = new google.maps.InfoWindow({content: $l7fe09baeffe23e6a9f9cf081596a6b7a});google.maps.event.addListener(m_7fe09baeffe23e6a9f9cf081596a6b7a, 'click', function() {infowindow.open(map,m_7fe09baeffe23e6a9f9cf081596a6b7a);});$marker.push(m_7fe09baeffe23e6a9f9cf081596a6b7a);}});}google.maps.event.addDomListener(window, 'load', initialize);