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(31.4983,-81.4948)};var g_db276d2a91a19bfcccd40e1de4adb65a = new google.maps.Geocoder();g_db276d2a91a19bfcccd40e1de4adb65a.geocode( { 'address': "Townsend, GA 31331, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('townsend-GA-credit-hill-church').style.display = '';map = new google.maps.Map(document.getElementById('townsend-GA-credit-hill-church'), mapOptions);}document.getElementById('a84aa9d7').innerHTML += ' | View Map';var $ldb276d2a91a19bfcccd40e1de4adb65a = '

Credit Hill Church

Address: Townsend, GA 31331, USA
Phone: (912) 832-3536
';var m_db276d2a91a19bfcccd40e1de4adb65a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Credit Hill Church',});m_db276d2a91a19bfcccd40e1de4adb65a['infowindow'] = new google.maps.InfoWindow({content: $ldb276d2a91a19bfcccd40e1de4adb65a});var infowindow = new google.maps.InfoWindow({content: $ldb276d2a91a19bfcccd40e1de4adb65a});google.maps.event.addListener(m_db276d2a91a19bfcccd40e1de4adb65a, 'click', function() {infowindow.open(map,m_db276d2a91a19bfcccd40e1de4adb65a);});$marker.push(m_db276d2a91a19bfcccd40e1de4adb65a);}});}google.maps.event.addDomListener(window, 'load', initialize);