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.3007,-79.8663)};var g_753f0e2c56944573b8b919f3bf69e03b = new google.maps.Geocoder();g_753f0e2c56944573b8b919f3bf69e03b.geocode( { 'address': "501 Russell St, Darlington, SC 29532, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('darlington-SC-dixies-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('darlington-SC-dixies-federal-credit-union'), mapOptions);}document.getElementById('8fadd842').innerHTML += ' | View Map';var $l753f0e2c56944573b8b919f3bf69e03b = '

Dixies Federal Credit Union

Address: 501 Russell St, Darlington, SC 29532, USA
Phone: (843) 393-0426
';var m_753f0e2c56944573b8b919f3bf69e03b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Dixies Federal Credit Union',});m_753f0e2c56944573b8b919f3bf69e03b['infowindow'] = new google.maps.InfoWindow({content: $l753f0e2c56944573b8b919f3bf69e03b});var infowindow = new google.maps.InfoWindow({content: $l753f0e2c56944573b8b919f3bf69e03b});google.maps.event.addListener(m_753f0e2c56944573b8b919f3bf69e03b, 'click', function() {infowindow.open(map,m_753f0e2c56944573b8b919f3bf69e03b);});$marker.push(m_753f0e2c56944573b8b919f3bf69e03b);}});}google.maps.event.addDomListener(window, 'load', initialize);