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.7201,-82.2483)};var g_80d9ff41e9577b4a3f52b75c5d9b7d7d = new google.maps.Geocoder();g_80d9ff41e9577b4a3f52b75c5d9b7d7d.geocode( { 'address': "729 SE Main St, Simpsonville, SC 29681, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('simpsonville-SC-ghs-federal-credit-union-hillcrest-memorial-hospital').style.display = '';map = new google.maps.Map(document.getElementById('simpsonville-SC-ghs-federal-credit-union-hillcrest-memorial-hospital'), mapOptions);}document.getElementById('061ec72d').innerHTML += ' | View Map';var $l80d9ff41e9577b4a3f52b75c5d9b7d7d = '

GHS Federal Credit Union-Hillcrest Memorial Hospital

Address: 729 SE Main St, Simpsonville, SC 29681, USA
Phone: (864) 454-6291
';var m_80d9ff41e9577b4a3f52b75c5d9b7d7d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'GHS Federal Credit Union-Hillcrest Memorial Hospital',});m_80d9ff41e9577b4a3f52b75c5d9b7d7d['infowindow'] = new google.maps.InfoWindow({content: $l80d9ff41e9577b4a3f52b75c5d9b7d7d});var infowindow = new google.maps.InfoWindow({content: $l80d9ff41e9577b4a3f52b75c5d9b7d7d});google.maps.event.addListener(m_80d9ff41e9577b4a3f52b75c5d9b7d7d, 'click', function() {infowindow.open(map,m_80d9ff41e9577b4a3f52b75c5d9b7d7d);});$marker.push(m_80d9ff41e9577b4a3f52b75c5d9b7d7d);}});}google.maps.event.addDomListener(window, 'load', initialize);