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.8505,-82.4035)};var g_68a3ead65a4bad5da277ab9ecf50ca89 = new google.maps.Geocoder();g_68a3ead65a4bad5da277ab9ecf50ca89.geocode( { 'address': "499 Woodruff Rd, Greenville, SC 29607"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('greenville-SC-home-trust-bank').style.display = '';map = new google.maps.Map(document.getElementById('greenville-SC-home-trust-bank'), mapOptions);}document.getElementById('270e5253').innerHTML += ' | View Map';var $l68a3ead65a4bad5da277ab9ecf50ca89 = '

Home Trust Bank

Address: 499 Woodruff Rd, Greenville, SC 29607
Phone: (864) 335-2200
';var m_68a3ead65a4bad5da277ab9ecf50ca89 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Home Trust Bank',});m_68a3ead65a4bad5da277ab9ecf50ca89['infowindow'] = new google.maps.InfoWindow({content: $l68a3ead65a4bad5da277ab9ecf50ca89});var infowindow = new google.maps.InfoWindow({content: $l68a3ead65a4bad5da277ab9ecf50ca89});google.maps.event.addListener(m_68a3ead65a4bad5da277ab9ecf50ca89, 'click', function() {infowindow.open(map,m_68a3ead65a4bad5da277ab9ecf50ca89);});$marker.push(m_68a3ead65a4bad5da277ab9ecf50ca89);}});}google.maps.event.addDomListener(window, 'load', initialize);