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.5578,-81.7026)};var g_493f77a22f4331808cc2164f44446bba = new google.maps.Geocoder();g_493f77a22f4331808cc2164f44446bba.geocode( { 'address': "210 Beaufort St NE, Aiken, SC 29801, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('aiken-SC-state-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('aiken-SC-state-credit-union'), mapOptions);}document.getElementById('6ab279ac').innerHTML += ' | View Map';var $l493f77a22f4331808cc2164f44446bba = '

State Credit Union

Address: 210 Beaufort St NE, Aiken, SC 29801, USA
Phone: (803) 649-0553
';var m_493f77a22f4331808cc2164f44446bba = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'State Credit Union',});m_493f77a22f4331808cc2164f44446bba['infowindow'] = new google.maps.InfoWindow({content: $l493f77a22f4331808cc2164f44446bba});var infowindow = new google.maps.InfoWindow({content: $l493f77a22f4331808cc2164f44446bba});google.maps.event.addListener(m_493f77a22f4331808cc2164f44446bba, 'click', function() {infowindow.open(map,m_493f77a22f4331808cc2164f44446bba);});$marker.push(m_493f77a22f4331808cc2164f44446bba);}});}google.maps.event.addDomListener(window, 'load', initialize);