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_dbb240d23ce3d732b67bcfbae5956b18 = new google.maps.Geocoder();g_dbb240d23ce3d732b67bcfbae5956b18.geocode( { 'address': "4304 Hard Scrabble Rd, Columbia, SC 29229"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbia-SC-first-palmetto-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('columbia-SC-first-palmetto-savings-bank'), mapOptions);}document.getElementById('d7d362ce').innerHTML += ' | View Map';var $ldbb240d23ce3d732b67bcfbae5956b18 = '

First Palmetto Savings Bank

Address: 4304 Hard Scrabble Rd, Columbia, SC 29229
Phone: (803) 419-3424
';var m_dbb240d23ce3d732b67bcfbae5956b18 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Palmetto Savings Bank',});m_dbb240d23ce3d732b67bcfbae5956b18['infowindow'] = new google.maps.InfoWindow({content: $ldbb240d23ce3d732b67bcfbae5956b18});var infowindow = new google.maps.InfoWindow({content: $ldbb240d23ce3d732b67bcfbae5956b18});google.maps.event.addListener(m_dbb240d23ce3d732b67bcfbae5956b18, 'click', function() {infowindow.open(map,m_dbb240d23ce3d732b67bcfbae5956b18);});$marker.push(m_dbb240d23ce3d732b67bcfbae5956b18);}});}google.maps.event.addDomListener(window, 'load', initialize);