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.9664,-81.9298)};var g_11a69d2c4d782ec9e0331198903eef1b = new google.maps.Geocoder();g_11a69d2c4d782ec9e0331198903eef1b.geocode( { 'address': "104-C Garner Rd, Spartanburg, SC 29303, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('spartanburg-SC-community-credit').style.display = '';map = new google.maps.Map(document.getElementById('spartanburg-SC-community-credit'), mapOptions);}document.getElementById('539ec755').innerHTML += ' | View Map';var $l11a69d2c4d782ec9e0331198903eef1b = '

Community Credit

Address: 104-C Garner Rd, Spartanburg, SC 29303, USA
Phone: (864) 585-3360
';var m_11a69d2c4d782ec9e0331198903eef1b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Credit',});m_11a69d2c4d782ec9e0331198903eef1b['infowindow'] = new google.maps.InfoWindow({content: $l11a69d2c4d782ec9e0331198903eef1b});var infowindow = new google.maps.InfoWindow({content: $l11a69d2c4d782ec9e0331198903eef1b});google.maps.event.addListener(m_11a69d2c4d782ec9e0331198903eef1b, 'click', function() {infowindow.open(map,m_11a69d2c4d782ec9e0331198903eef1b);});$marker.push(m_11a69d2c4d782ec9e0331198903eef1b);}});}google.maps.event.addDomListener(window, 'load', initialize);