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.4663,-81.8757)};var g_c445fcb676d76b877e1b5d26770b4524 = new google.maps.Geocoder();g_c445fcb676d76b877e1b5d26770b4524.geocode( { 'address': "403 S Adair St, Clinton, SC 29325, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clinton-SC-founders-fcu').style.display = '';map = new google.maps.Map(document.getElementById('clinton-SC-founders-fcu'), mapOptions);}document.getElementById('aef69012').innerHTML += ' | View Map';var $lc445fcb676d76b877e1b5d26770b4524 = '

Founders FCU

Address: 403 S Adair St, Clinton, SC 29325, USA
Phone: (864) 938-4714
';var m_c445fcb676d76b877e1b5d26770b4524 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Founders FCU',});m_c445fcb676d76b877e1b5d26770b4524['infowindow'] = new google.maps.InfoWindow({content: $lc445fcb676d76b877e1b5d26770b4524});var infowindow = new google.maps.InfoWindow({content: $lc445fcb676d76b877e1b5d26770b4524});google.maps.event.addListener(m_c445fcb676d76b877e1b5d26770b4524, 'click', function() {infowindow.open(map,m_c445fcb676d76b877e1b5d26770b4524);});$marker.push(m_c445fcb676d76b877e1b5d26770b4524);}});}google.maps.event.addDomListener(window, 'load', initialize);