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.0862,-80.9369)};var g_aa1c2eeb0d2ad2f3a102b5b248f0c79f = new google.maps.Geocoder();g_aa1c2eeb0d2ad2f3a102b5b248f0c79f.geocode( { 'address': "114 Atrium Way, Columbia, SC 29223, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbia-SC-palmetto-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('columbia-SC-palmetto-federal-credit-union'), mapOptions);}document.getElementById('d3373033').innerHTML += ' | View Map';var $laa1c2eeb0d2ad2f3a102b5b248f0c79f = '

Palmetto Federal Credit Union

Address: 114 Atrium Way, Columbia, SC 29223, USA
Phone:
';var m_aa1c2eeb0d2ad2f3a102b5b248f0c79f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Palmetto Federal Credit Union',});m_aa1c2eeb0d2ad2f3a102b5b248f0c79f['infowindow'] = new google.maps.InfoWindow({content: $laa1c2eeb0d2ad2f3a102b5b248f0c79f});var infowindow = new google.maps.InfoWindow({content: $laa1c2eeb0d2ad2f3a102b5b248f0c79f});google.maps.event.addListener(m_aa1c2eeb0d2ad2f3a102b5b248f0c79f, 'click', function() {infowindow.open(map,m_aa1c2eeb0d2ad2f3a102b5b248f0c79f);});$marker.push(m_aa1c2eeb0d2ad2f3a102b5b248f0c79f);}});}google.maps.event.addDomListener(window, 'load', initialize);