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.9084,-81.5353)};var g_5a562b1ecd3433001cad71b66be9bb6d = new google.maps.Geocoder();g_5a562b1ecd3433001cad71b66be9bb6d.geocode( { 'address': "246 W Columbia Ave, Batesburg, SC 29006, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('batesburg-leesville-SC-palmetto-citizens-federal-credit-union-atm').style.display = '';map = new google.maps.Map(document.getElementById('batesburg-leesville-SC-palmetto-citizens-federal-credit-union-atm'), mapOptions);}document.getElementById('564f435a').innerHTML += ' | View Map';var $l5a562b1ecd3433001cad71b66be9bb6d = '

Palmetto Citizens Federal Credit Union ATM

Address: 246 W Columbia Ave, Batesburg, SC 29006, USA
Phone: (803) 732-5000
';var m_5a562b1ecd3433001cad71b66be9bb6d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Palmetto Citizens Federal Credit Union ATM',});m_5a562b1ecd3433001cad71b66be9bb6d['infowindow'] = new google.maps.InfoWindow({content: $l5a562b1ecd3433001cad71b66be9bb6d});var infowindow = new google.maps.InfoWindow({content: $l5a562b1ecd3433001cad71b66be9bb6d});google.maps.event.addListener(m_5a562b1ecd3433001cad71b66be9bb6d, 'click', function() {infowindow.open(map,m_5a562b1ecd3433001cad71b66be9bb6d);});$marker.push(m_5a562b1ecd3433001cad71b66be9bb6d);}});}google.maps.event.addDomListener(window, 'load', initialize);