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.7523,-82.0461)};var g_a7f3d45a6782bc654321c0a9bc92ca66 = new google.maps.Geocoder();g_a7f3d45a6782bc654321c0a9bc92ca66.geocode( { 'address': "Woodruff, SC 29388, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('woodruff-SC-founders-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('woodruff-SC-founders-federal-credit-union'), mapOptions);}document.getElementById('c82bb932').innerHTML += ' | View Map';var $la7f3d45a6782bc654321c0a9bc92ca66 = '

Founders Federal Credit Union

Address: Woodruff, SC 29388, USA
Phone:
';var m_a7f3d45a6782bc654321c0a9bc92ca66 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Founders Federal Credit Union',});m_a7f3d45a6782bc654321c0a9bc92ca66['infowindow'] = new google.maps.InfoWindow({content: $la7f3d45a6782bc654321c0a9bc92ca66});var infowindow = new google.maps.InfoWindow({content: $la7f3d45a6782bc654321c0a9bc92ca66});google.maps.event.addListener(m_a7f3d45a6782bc654321c0a9bc92ca66, 'click', function() {infowindow.open(map,m_a7f3d45a6782bc654321c0a9bc92ca66);});$marker.push(m_a7f3d45a6782bc654321c0a9bc92ca66);}});}google.maps.event.addDomListener(window, 'load', initialize);