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.4198,-86.9946)};var g_a41e67d5eda4148f550121b1a7d76792 = new google.maps.Geocoder();g_a41e67d5eda4148f550121b1a7d76792.geocode( { 'address': "622 Main St, Centertown, KY 42328"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('centertown-KY-commonwealth-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('centertown-KY-commonwealth-community-bank'), mapOptions);}document.getElementById('dc28d9bf').innerHTML += ' | View Map';var $la41e67d5eda4148f550121b1a7d76792 = '

Commonwealth Community Bank

Address: 622 Main St, Centertown, KY 42328
Phone: (270) 232-4355
';var m_a41e67d5eda4148f550121b1a7d76792 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Commonwealth Community Bank',});m_a41e67d5eda4148f550121b1a7d76792['infowindow'] = new google.maps.InfoWindow({content: $la41e67d5eda4148f550121b1a7d76792});var infowindow = new google.maps.InfoWindow({content: $la41e67d5eda4148f550121b1a7d76792});google.maps.event.addListener(m_a41e67d5eda4148f550121b1a7d76792, 'click', function() {infowindow.open(map,m_a41e67d5eda4148f550121b1a7d76792);});$marker.push(m_a41e67d5eda4148f550121b1a7d76792);}});}google.maps.event.addDomListener(window, 'load', initialize);