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(35.0606,-81.6722)};var g_9884dfd73a2471545e0c3f8c14177a04 = new google.maps.Geocoder();g_9884dfd73a2471545e0c3f8c14177a04.geocode( { 'address': "1709 Old Georgia Hwy, Gaffney, SC 29341, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gaffney-SC-palmetto-bank').style.display = '';map = new google.maps.Map(document.getElementById('gaffney-SC-palmetto-bank'), mapOptions);}document.getElementById('f1b409f2').innerHTML += ' | View Map';var $l9884dfd73a2471545e0c3f8c14177a04 = '

Palmetto Bank

Address: 1709 Old Georgia Hwy, Gaffney, SC 29341, USA
Phone: (864) 489-3802
';var m_9884dfd73a2471545e0c3f8c14177a04 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Palmetto Bank',});m_9884dfd73a2471545e0c3f8c14177a04['infowindow'] = new google.maps.InfoWindow({content: $l9884dfd73a2471545e0c3f8c14177a04});var infowindow = new google.maps.InfoWindow({content: $l9884dfd73a2471545e0c3f8c14177a04});google.maps.event.addListener(m_9884dfd73a2471545e0c3f8c14177a04, 'click', function() {infowindow.open(map,m_9884dfd73a2471545e0c3f8c14177a04);});$marker.push(m_9884dfd73a2471545e0c3f8c14177a04);}});}google.maps.event.addDomListener(window, 'load', initialize);