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.4709,-80.846)};var g_4f8c96e2509b984329044c6682c88ee9 = new google.maps.Geocoder();g_4f8c96e2509b984329044c6682c88ee9.geocode( { 'address': "1724 Charleston Hwy, Orangeburg, SC 29115, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('orangeburg-SC-schd-district-7-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('orangeburg-SC-schd-district-7-federal-credit-union'), mapOptions);}document.getElementById('221459ba').innerHTML += ' | View Map';var $l4f8c96e2509b984329044c6682c88ee9 = '

SCHD District 7 Federal Credit Union

Address: 1724 Charleston Hwy, Orangeburg, SC 29115, USA
Phone: (803) 536-0040
';var m_4f8c96e2509b984329044c6682c88ee9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'SCHD District 7 Federal Credit Union',});m_4f8c96e2509b984329044c6682c88ee9['infowindow'] = new google.maps.InfoWindow({content: $l4f8c96e2509b984329044c6682c88ee9});var infowindow = new google.maps.InfoWindow({content: $l4f8c96e2509b984329044c6682c88ee9});google.maps.event.addListener(m_4f8c96e2509b984329044c6682c88ee9, 'click', function() {infowindow.open(map,m_4f8c96e2509b984329044c6682c88ee9);});$marker.push(m_4f8c96e2509b984329044c6682c88ee9);}});}google.maps.event.addDomListener(window, 'load', initialize);