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.9857,-80.1098)};var g_5ddc03c7f3aabb4686511c4f913c4c07 = new google.maps.Geocoder();g_5ddc03c7f3aabb4686511c4f913c4c07.geocode( { 'address': "9616 Highway 78, Piggly Wiggly Shopping Center, Ladson, SC 29456, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ladson-SC-south-carolina-federal-credit-union-atm').style.display = '';map = new google.maps.Map(document.getElementById('ladson-SC-south-carolina-federal-credit-union-atm'), mapOptions);}document.getElementById('642f6427').innerHTML += ' | View Map';var $l5ddc03c7f3aabb4686511c4f913c4c07 = '

South Carolina Federal Credit Union ATM

Address: 9616 Highway 78, Piggly Wiggly Shopping Center, Ladson, SC 29456, USA
Phone: (800) 845-0432
';var m_5ddc03c7f3aabb4686511c4f913c4c07 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'South Carolina Federal Credit Union ATM',});m_5ddc03c7f3aabb4686511c4f913c4c07['infowindow'] = new google.maps.InfoWindow({content: $l5ddc03c7f3aabb4686511c4f913c4c07});var infowindow = new google.maps.InfoWindow({content: $l5ddc03c7f3aabb4686511c4f913c4c07});google.maps.event.addListener(m_5ddc03c7f3aabb4686511c4f913c4c07, 'click', function() {infowindow.open(map,m_5ddc03c7f3aabb4686511c4f913c4c07);});$marker.push(m_5ddc03c7f3aabb4686511c4f913c4c07);}});}google.maps.event.addDomListener(window, 'load', initialize);