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.7088,-78.8787)};var g_a86341b682d45feff004c03be85dd966 = new google.maps.Geocoder();g_a86341b682d45feff004c03be85dd966.geocode( { 'address': "1010 21st Ave N, Myrtle Beach, SC 29577, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('myrtle-beach-SC-carolina-trust-federal-cu').style.display = '';map = new google.maps.Map(document.getElementById('myrtle-beach-SC-carolina-trust-federal-cu'), mapOptions);}document.getElementById('4546aa1a').innerHTML += ' | View Map';var $la86341b682d45feff004c03be85dd966 = '

Carolina Trust Federal CU

Address: 1010 21st Ave N, Myrtle Beach, SC 29577, USA
Phone: (843) 448-2133
';var m_a86341b682d45feff004c03be85dd966 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Carolina Trust Federal CU',});m_a86341b682d45feff004c03be85dd966['infowindow'] = new google.maps.InfoWindow({content: $la86341b682d45feff004c03be85dd966});var infowindow = new google.maps.InfoWindow({content: $la86341b682d45feff004c03be85dd966});google.maps.event.addListener(m_a86341b682d45feff004c03be85dd966, 'click', function() {infowindow.open(map,m_a86341b682d45feff004c03be85dd966);});$marker.push(m_a86341b682d45feff004c03be85dd966);}});}google.maps.event.addDomListener(window, 'load', initialize);