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.9447,-81.9125)};var g_0b51d22aac496b45fba3cb5344104c19 = new google.maps.Geocoder();g_0b51d22aac496b45fba3cb5344104c19.geocode( { 'address': "481 S Pine St, Spartanburg, SC 29302, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('spartanburg-SC-select-source-insurance').style.display = '';map = new google.maps.Map(document.getElementById('spartanburg-SC-select-source-insurance'), mapOptions);}document.getElementById('cf69feea').innerHTML += ' | View Map';var $l0b51d22aac496b45fba3cb5344104c19 = '

Select Source Insurance

Address: 481 S Pine St, Spartanburg, SC 29302, USA
Phone: (864) 585-8318
';var m_0b51d22aac496b45fba3cb5344104c19 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Select Source Insurance',});m_0b51d22aac496b45fba3cb5344104c19['infowindow'] = new google.maps.InfoWindow({content: $l0b51d22aac496b45fba3cb5344104c19});var infowindow = new google.maps.InfoWindow({content: $l0b51d22aac496b45fba3cb5344104c19});google.maps.event.addListener(m_0b51d22aac496b45fba3cb5344104c19, 'click', function() {infowindow.open(map,m_0b51d22aac496b45fba3cb5344104c19);});$marker.push(m_0b51d22aac496b45fba3cb5344104c19);}});}google.maps.event.addDomListener(window, 'load', initialize);