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.0525,-81.0277)};var g_b7b9afd39320e7e74fd84e389dabbc91 = new google.maps.Geocoder();g_b7b9afd39320e7e74fd84e389dabbc91.geocode( { 'address': "5114 Fairfield Rd, Columbia, SC 29203, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbia-SC-sunbelt-credit').style.display = '';map = new google.maps.Map(document.getElementById('columbia-SC-sunbelt-credit'), mapOptions);}document.getElementById('d075d39f').innerHTML += ' | View Map';var $lb7b9afd39320e7e74fd84e389dabbc91 = '

Sunbelt Credit

Address: 5114 Fairfield Rd, Columbia, SC 29203, USA
Phone: (803) 786-1100
';var m_b7b9afd39320e7e74fd84e389dabbc91 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sunbelt Credit',});m_b7b9afd39320e7e74fd84e389dabbc91['infowindow'] = new google.maps.InfoWindow({content: $lb7b9afd39320e7e74fd84e389dabbc91});var infowindow = new google.maps.InfoWindow({content: $lb7b9afd39320e7e74fd84e389dabbc91});google.maps.event.addListener(m_b7b9afd39320e7e74fd84e389dabbc91, 'click', function() {infowindow.open(map,m_b7b9afd39320e7e74fd84e389dabbc91);});$marker.push(m_b7b9afd39320e7e74fd84e389dabbc91);}});}google.maps.event.addDomListener(window, 'load', initialize);