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.1978,-82.1711)};var g_0e64a7b00c83e3d22ce6b3acf2c582b6 = new google.maps.Geocoder();g_0e64a7b00c83e3d22ce6b3acf2c582b6.geocode( { 'address': "109 Montague Ave, Greenwood, SC 29649, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('greenwood-SC-park-sterling-bank-inc').style.display = '';map = new google.maps.Map(document.getElementById('greenwood-SC-park-sterling-bank-inc'), mapOptions);}document.getElementById('089a967a').innerHTML += ' | View Map';var $l0e64a7b00c83e3d22ce6b3acf2c582b6 = '

Park Sterling Bank Inc

Address: 109 Montague Ave, Greenwood, SC 29649, USA
Phone: (864) 941-8212
';var m_0e64a7b00c83e3d22ce6b3acf2c582b6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Park Sterling Bank Inc',});m_0e64a7b00c83e3d22ce6b3acf2c582b6['infowindow'] = new google.maps.InfoWindow({content: $l0e64a7b00c83e3d22ce6b3acf2c582b6});var infowindow = new google.maps.InfoWindow({content: $l0e64a7b00c83e3d22ce6b3acf2c582b6});google.maps.event.addListener(m_0e64a7b00c83e3d22ce6b3acf2c582b6, 'click', function() {infowindow.open(map,m_0e64a7b00c83e3d22ce6b3acf2c582b6);});$marker.push(m_0e64a7b00c83e3d22ce6b3acf2c582b6);}});}google.maps.event.addDomListener(window, 'load', initialize);