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.9072,-82.0997)};var g_52a12674622f5d70124e38fe9fa8fcac = new google.maps.Geocoder();g_52a12674622f5d70124e38fe9fa8fcac.geocode( { 'address': "1595 E Main St, Duncan, SC 29334, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('duncan-SC-vital-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('duncan-SC-vital-federal-credit-union'), mapOptions);}document.getElementById('a6f4eb16').innerHTML += ' | View Map';var $l52a12674622f5d70124e38fe9fa8fcac = '

Vital Federal Credit Union

Address: 1595 E Main St, Duncan, SC 29334, USA
Phone: (864) 699-5940
';var m_52a12674622f5d70124e38fe9fa8fcac = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Vital Federal Credit Union',});m_52a12674622f5d70124e38fe9fa8fcac['infowindow'] = new google.maps.InfoWindow({content: $l52a12674622f5d70124e38fe9fa8fcac});var infowindow = new google.maps.InfoWindow({content: $l52a12674622f5d70124e38fe9fa8fcac});google.maps.event.addListener(m_52a12674622f5d70124e38fe9fa8fcac, 'click', function() {infowindow.open(map,m_52a12674622f5d70124e38fe9fa8fcac);});$marker.push(m_52a12674622f5d70124e38fe9fa8fcac);}});}google.maps.event.addDomListener(window, 'load', initialize);