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(32.7766,-80.2487)};var g_285cf23026fb3ce911c2e4c15a0a48a7 = new google.maps.Geocoder();g_285cf23026fb3ce911c2e4c15a0a48a7.geocode( { 'address': "6320 Savannah Hwy, Ravenel, SC 29470, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ravenel-SC-south-carolina-federal-credit-union-atm').style.display = '';map = new google.maps.Map(document.getElementById('ravenel-SC-south-carolina-federal-credit-union-atm'), mapOptions);}document.getElementById('651f7448').innerHTML += ' | View Map';var $l285cf23026fb3ce911c2e4c15a0a48a7 = '

South Carolina Federal Credit Union ATM

Address: 6320 Savannah Hwy, Ravenel, SC 29470, USA
Phone: (800) 845-0432
';var m_285cf23026fb3ce911c2e4c15a0a48a7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'South Carolina Federal Credit Union ATM',});m_285cf23026fb3ce911c2e4c15a0a48a7['infowindow'] = new google.maps.InfoWindow({content: $l285cf23026fb3ce911c2e4c15a0a48a7});var infowindow = new google.maps.InfoWindow({content: $l285cf23026fb3ce911c2e4c15a0a48a7});google.maps.event.addListener(m_285cf23026fb3ce911c2e4c15a0a48a7, 'click', function() {infowindow.open(map,m_285cf23026fb3ce911c2e4c15a0a48a7);});$marker.push(m_285cf23026fb3ce911c2e4c15a0a48a7);}});}google.maps.event.addDomListener(window, 'load', initialize);