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.0747,-81.6501)};var g_68db38cc9fc94a0feff812a13896202f = new google.maps.Geocoder();g_68db38cc9fc94a0feff812a13896202f.geocode( { 'address': "217 N Granard St, Gaffney, SC 29341, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gaffney-SC-american-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('gaffney-SC-american-community-bank'), mapOptions);}document.getElementById('f8b9da06').innerHTML += ' | View Map';var $l68db38cc9fc94a0feff812a13896202f = '

American Community Bank

Address: 217 N Granard St, Gaffney, SC 29341, USA
Phone: (864) 488-2265
';var m_68db38cc9fc94a0feff812a13896202f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Community Bank',});m_68db38cc9fc94a0feff812a13896202f['infowindow'] = new google.maps.InfoWindow({content: $l68db38cc9fc94a0feff812a13896202f});var infowindow = new google.maps.InfoWindow({content: $l68db38cc9fc94a0feff812a13896202f});google.maps.event.addListener(m_68db38cc9fc94a0feff812a13896202f, 'click', function() {infowindow.open(map,m_68db38cc9fc94a0feff812a13896202f);});$marker.push(m_68db38cc9fc94a0feff812a13896202f);}});}google.maps.event.addDomListener(window, 'load', initialize);