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.1494,-80.028)};var g_4f20f7f5d2e7a1b640ebc8244428558c = new google.maps.Geocoder();g_4f20f7f5d2e7a1b640ebc8244428558c.geocode( { 'address': "456 N Highway 52, Moncks Corner, SC 29461"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('moncks-corner-SC-south-carolina-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('moncks-corner-SC-south-carolina-federal-credit-union'), mapOptions);}document.getElementById('7608125c').innerHTML += ' | View Map';var $l4f20f7f5d2e7a1b640ebc8244428558c = '

South Carolina Federal Credit Union

Address: 456 N Highway 52, Moncks Corner, SC 29461
Phone: (843) 719-8300
';var m_4f20f7f5d2e7a1b640ebc8244428558c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'South Carolina Federal Credit Union',});m_4f20f7f5d2e7a1b640ebc8244428558c['infowindow'] = new google.maps.InfoWindow({content: $l4f20f7f5d2e7a1b640ebc8244428558c});var infowindow = new google.maps.InfoWindow({content: $l4f20f7f5d2e7a1b640ebc8244428558c});google.maps.event.addListener(m_4f20f7f5d2e7a1b640ebc8244428558c, 'click', function() {infowindow.open(map,m_4f20f7f5d2e7a1b640ebc8244428558c);});$marker.push(m_4f20f7f5d2e7a1b640ebc8244428558c);}});}google.maps.event.addDomListener(window, 'load', initialize);