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.4546,-81.8766)};var g_6be2a50119294b7e785d6601afb6876c = new google.maps.Geocoder();g_6be2a50119294b7e785d6601afb6876c.geocode( { 'address': "198 Jacobs Hwy, Clinton, SC 29325, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clinton-SC-park-sterling-bank-inc').style.display = '';map = new google.maps.Map(document.getElementById('clinton-SC-park-sterling-bank-inc'), mapOptions);}document.getElementById('2a8138ab').innerHTML += ' | View Map';var $l6be2a50119294b7e785d6601afb6876c = '

Park Sterling Bank Inc

Address: 198 Jacobs Hwy, Clinton, SC 29325, USA
Phone: (864) 938-1000
';var m_6be2a50119294b7e785d6601afb6876c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Park Sterling Bank Inc',});m_6be2a50119294b7e785d6601afb6876c['infowindow'] = new google.maps.InfoWindow({content: $l6be2a50119294b7e785d6601afb6876c});var infowindow = new google.maps.InfoWindow({content: $l6be2a50119294b7e785d6601afb6876c});google.maps.event.addListener(m_6be2a50119294b7e785d6601afb6876c, 'click', function() {infowindow.open(map,m_6be2a50119294b7e785d6601afb6876c);});$marker.push(m_6be2a50119294b7e785d6601afb6876c);}});}google.maps.event.addDomListener(window, 'load', initialize);