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(34.3172,-79.8862)};var g_bcc0b5d61338c62fd2959fa10df359a0 = new google.maps.Geocoder();g_bcc0b5d61338c62fd2959fa10df359a0.geocode( { 'address': "609 N Main St, Darlington, SC 29532, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('darlington-SC-spc-co-op-credit').style.display = '';map = new google.maps.Map(document.getElementById('darlington-SC-spc-co-op-credit'), mapOptions);}document.getElementById('71d96789').innerHTML += ' | View Map';var $lbcc0b5d61338c62fd2959fa10df359a0 = '

SPC Co-Op Credit

Address: 609 N Main St, Darlington, SC 29532, USA
Phone: (800) 249-8459
';var m_bcc0b5d61338c62fd2959fa10df359a0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'SPC Co-Op Credit',});m_bcc0b5d61338c62fd2959fa10df359a0['infowindow'] = new google.maps.InfoWindow({content: $lbcc0b5d61338c62fd2959fa10df359a0});var infowindow = new google.maps.InfoWindow({content: $lbcc0b5d61338c62fd2959fa10df359a0});google.maps.event.addListener(m_bcc0b5d61338c62fd2959fa10df359a0, 'click', function() {infowindow.open(map,m_bcc0b5d61338c62fd2959fa10df359a0);});$marker.push(m_bcc0b5d61338c62fd2959fa10df359a0);}});}google.maps.event.addDomListener(window, 'load', initialize);