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.9243,-81.9722)};var g_ec8956637a99787bd197eacd77acce5e = new google.maps.Geocoder();g_ec8956637a99787bd197eacd77acce5e.geocode( { 'address': "1510 John B White Sr Blvd, Spartanburg, SC 29303, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('spartanburg-SC-first-piedmont').style.display = '';map = new google.maps.Map(document.getElementById('spartanburg-SC-first-piedmont'), mapOptions);}document.getElementById('c2948075').innerHTML += ' | View Map';var $lec8956637a99787bd197eacd77acce5e = '

First Piedmont

Address: 1510 John B White Sr Blvd, Spartanburg, SC 29303, USA
Phone: (864) 576-4466
';var m_ec8956637a99787bd197eacd77acce5e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Piedmont',});m_ec8956637a99787bd197eacd77acce5e['infowindow'] = new google.maps.InfoWindow({content: $lec8956637a99787bd197eacd77acce5e});var infowindow = new google.maps.InfoWindow({content: $lec8956637a99787bd197eacd77acce5e});google.maps.event.addListener(m_ec8956637a99787bd197eacd77acce5e, 'click', function() {infowindow.open(map,m_ec8956637a99787bd197eacd77acce5e);});$marker.push(m_ec8956637a99787bd197eacd77acce5e);}});}google.maps.event.addDomListener(window, 'load', initialize);