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(33.8277,-79.4451)};var g_b31af0e125cd4e8238db5db06912d6a2 = new google.maps.Geocoder();g_b31af0e125cd4e8238db5db06912d6a2.geocode( { 'address': "422 N Georgetown Hwy, Johnsonville, SC 29555, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('johnsonville-SC-carolina-trust-federal-cu').style.display = '';map = new google.maps.Map(document.getElementById('johnsonville-SC-carolina-trust-federal-cu'), mapOptions);}document.getElementById('cbdbb029').innerHTML += ' | View Map';var $lb31af0e125cd4e8238db5db06912d6a2 = '

Carolina Trust Federal CU

Address: 422 N Georgetown Hwy, Johnsonville, SC 29555, USA
Phone: (843) 448-2133
';var m_b31af0e125cd4e8238db5db06912d6a2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Carolina Trust Federal CU',});m_b31af0e125cd4e8238db5db06912d6a2['infowindow'] = new google.maps.InfoWindow({content: $lb31af0e125cd4e8238db5db06912d6a2});var infowindow = new google.maps.InfoWindow({content: $lb31af0e125cd4e8238db5db06912d6a2});google.maps.event.addListener(m_b31af0e125cd4e8238db5db06912d6a2, 'click', function() {infowindow.open(map,m_b31af0e125cd4e8238db5db06912d6a2);});$marker.push(m_b31af0e125cd4e8238db5db06912d6a2);}});}google.maps.event.addDomListener(window, 'load', initialize);