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.0376,-88.7102)};var g_4c07579c4a05e24e2a2d98142a8abf42 = new google.maps.Geocoder();g_4c07579c4a05e24e2a2d98142a8abf42.geocode( { 'address': "505 S 8th St, Paducah, KY 42003"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('paducah-KY-naacp').style.display = '';map = new google.maps.Map(document.getElementById('paducah-KY-naacp'), mapOptions);}document.getElementById('ab1159f9').innerHTML += ' | View Map';var $l4c07579c4a05e24e2a2d98142a8abf42 = '

NAACP

Address: 505 S 8th St, Paducah, KY 42003
Phone: (270) 443-5430
';var m_4c07579c4a05e24e2a2d98142a8abf42 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'NAACP',});m_4c07579c4a05e24e2a2d98142a8abf42['infowindow'] = new google.maps.InfoWindow({content: $l4c07579c4a05e24e2a2d98142a8abf42});var infowindow = new google.maps.InfoWindow({content: $l4c07579c4a05e24e2a2d98142a8abf42});google.maps.event.addListener(m_4c07579c4a05e24e2a2d98142a8abf42, 'click', function() {infowindow.open(map,m_4c07579c4a05e24e2a2d98142a8abf42);});$marker.push(m_4c07579c4a05e24e2a2d98142a8abf42);}});}google.maps.event.addDomListener(window, 'load', initialize);