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_c1210dd1376c754b78be3d9709965276 = new google.maps.Geocoder();g_c1210dd1376c754b78be3d9709965276.geocode( { 'address': "500 Bush River Rd, Columbia, SC 29210"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbia-SC-palmetto-citizens-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('columbia-SC-palmetto-citizens-federal-credit-union'), mapOptions);}document.getElementById('d3573b2b').innerHTML += ' | View Map';var $lc1210dd1376c754b78be3d9709965276 = '

Palmetto Citizens Federal Credit Union

Address: 500 Bush River Rd, Columbia, SC 29210
Phone: (803) 732-5000
';var m_c1210dd1376c754b78be3d9709965276 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Palmetto Citizens Federal Credit Union',});m_c1210dd1376c754b78be3d9709965276['infowindow'] = new google.maps.InfoWindow({content: $lc1210dd1376c754b78be3d9709965276});var infowindow = new google.maps.InfoWindow({content: $lc1210dd1376c754b78be3d9709965276});google.maps.event.addListener(m_c1210dd1376c754b78be3d9709965276, 'click', function() {infowindow.open(map,m_c1210dd1376c754b78be3d9709965276);});$marker.push(m_c1210dd1376c754b78be3d9709965276);}});}google.maps.event.addDomListener(window, 'load', initialize);