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.527,-79.2985)};var g_72166f729226cebe52ae986c2699c3a1 = new google.maps.Geocoder();g_72166f729226cebe52ae986c2699c3a1.geocode( { 'address': "1701 Highmarket St, Georgetown, SC 29440"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('georgetown-SC-south-carolina-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('georgetown-SC-south-carolina-federal-credit-union'), mapOptions);}document.getElementById('40e61d36').innerHTML += ' | View Map';var $l72166f729226cebe52ae986c2699c3a1 = '

South Carolina Federal Credit Union

Address: 1701 Highmarket St, Georgetown, SC 29440
Phone: (843) 545-8300
';var m_72166f729226cebe52ae986c2699c3a1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'South Carolina Federal Credit Union',});m_72166f729226cebe52ae986c2699c3a1['infowindow'] = new google.maps.InfoWindow({content: $l72166f729226cebe52ae986c2699c3a1});var infowindow = new google.maps.InfoWindow({content: $l72166f729226cebe52ae986c2699c3a1});google.maps.event.addListener(m_72166f729226cebe52ae986c2699c3a1, 'click', function() {infowindow.open(map,m_72166f729226cebe52ae986c2699c3a1);});$marker.push(m_72166f729226cebe52ae986c2699c3a1);}});}google.maps.event.addDomListener(window, 'load', initialize);