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.9982,-81.0325)};var g_dd447685c5e7ee4499734a2074294b82 = new google.maps.Geocoder();g_dd447685c5e7ee4499734a2074294b82.geocode( { 'address': "2651 Clemson Rd, Columbia, SC 29229"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbia-SC-palmetto-citizens-fcu').style.display = '';map = new google.maps.Map(document.getElementById('columbia-SC-palmetto-citizens-fcu'), mapOptions);}document.getElementById('9ff834d1').innerHTML += ' | View Map';var $ldd447685c5e7ee4499734a2074294b82 = '

Palmetto Citizens FCU

Address: 2651 Clemson Rd, Columbia, SC 29229
Phone: (803) 732-5000
';var m_dd447685c5e7ee4499734a2074294b82 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Palmetto Citizens FCU',});m_dd447685c5e7ee4499734a2074294b82['infowindow'] = new google.maps.InfoWindow({content: $ldd447685c5e7ee4499734a2074294b82});var infowindow = new google.maps.InfoWindow({content: $ldd447685c5e7ee4499734a2074294b82});google.maps.event.addListener(m_dd447685c5e7ee4499734a2074294b82, 'click', function() {infowindow.open(map,m_dd447685c5e7ee4499734a2074294b82);});$marker.push(m_dd447685c5e7ee4499734a2074294b82);}});}google.maps.event.addDomListener(window, 'load', initialize);