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.492,-86.9261)};var g_651215f50c96487518804e18c185f219 = new google.maps.Geocoder();g_651215f50c96487518804e18c185f219.geocode( { 'address': "830 S Main St, Hartford, KY 42347"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hartford-KY-commonwealth-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('hartford-KY-commonwealth-community-bank'), mapOptions);}document.getElementById('810357f3').innerHTML += ' | View Map';var $l651215f50c96487518804e18c185f219 = '

Commonwealth Community Bank

Address: 830 S Main St, Hartford, KY 42347
Phone: (270) 298-3261
';var m_651215f50c96487518804e18c185f219 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Commonwealth Community Bank',});m_651215f50c96487518804e18c185f219['infowindow'] = new google.maps.InfoWindow({content: $l651215f50c96487518804e18c185f219});var infowindow = new google.maps.InfoWindow({content: $l651215f50c96487518804e18c185f219});google.maps.event.addListener(m_651215f50c96487518804e18c185f219, 'click', function() {infowindow.open(map,m_651215f50c96487518804e18c185f219);});$marker.push(m_651215f50c96487518804e18c185f219);}});}google.maps.event.addDomListener(window, 'load', initialize);