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.8639,-79.0542)};var g_1c132ec2a032d6c7a6a68e9e9e966419 = new google.maps.Geocoder();g_1c132ec2a032d6c7a6a68e9e9e966419.geocode( { 'address': "2518 Main St, Conway, SC 29526, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('conway-SC-carolina-trust-federal-cu').style.display = '';map = new google.maps.Map(document.getElementById('conway-SC-carolina-trust-federal-cu'), mapOptions);}document.getElementById('f643f04b').innerHTML += ' | View Map';var $l1c132ec2a032d6c7a6a68e9e9e966419 = '

Carolina Trust Federal CU

Address: 2518 Main St, Conway, SC 29526, USA
Phone: (843) 448-2133
';var m_1c132ec2a032d6c7a6a68e9e9e966419 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Carolina Trust Federal CU',});m_1c132ec2a032d6c7a6a68e9e9e966419['infowindow'] = new google.maps.InfoWindow({content: $l1c132ec2a032d6c7a6a68e9e9e966419});var infowindow = new google.maps.InfoWindow({content: $l1c132ec2a032d6c7a6a68e9e9e966419});google.maps.event.addListener(m_1c132ec2a032d6c7a6a68e9e9e966419, 'click', function() {infowindow.open(map,m_1c132ec2a032d6c7a6a68e9e9e966419);});$marker.push(m_1c132ec2a032d6c7a6a68e9e9e966419);}});}google.maps.event.addDomListener(window, 'load', initialize);