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.6286,-82.4746)};var g_61f46287bfcfbbc891c33b318297e225 = new google.maps.Geocoder();g_61f46287bfcfbbc891c33b318297e225.geocode( { 'address': "4 Roberts Blvd, Williamston, SC 29697, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('williamston-SC-upstate-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('williamston-SC-upstate-federal-credit-union'), mapOptions);}document.getElementById('667f2c41').innerHTML += ' | View Map';var $l61f46287bfcfbbc891c33b318297e225 = '

Upstate Federal Credit Union

Address: 4 Roberts Blvd, Williamston, SC 29697, USA
Phone: (864) 841-5102
';var m_61f46287bfcfbbc891c33b318297e225 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Upstate Federal Credit Union',});m_61f46287bfcfbbc891c33b318297e225['infowindow'] = new google.maps.InfoWindow({content: $l61f46287bfcfbbc891c33b318297e225});var infowindow = new google.maps.InfoWindow({content: $l61f46287bfcfbbc891c33b318297e225});google.maps.event.addListener(m_61f46287bfcfbbc891c33b318297e225, 'click', function() {infowindow.open(map,m_61f46287bfcfbbc891c33b318297e225);});$marker.push(m_61f46287bfcfbbc891c33b318297e225);}});}google.maps.event.addDomListener(window, 'load', initialize);