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.0081,-81.0452)};var g_85387a78160ec385df3dc4a589d62dd7 = new google.maps.Geocoder();g_85387a78160ec385df3dc4a589d62dd7.geocode( { 'address': "712 Richland St, Columbia, SC 29201, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbia-SC-lending-path').style.display = '';map = new google.maps.Map(document.getElementById('columbia-SC-lending-path'), mapOptions);}document.getElementById('8706b949').innerHTML += ' | View Map';var $l85387a78160ec385df3dc4a589d62dd7 = '

Lending Path

Address: 712 Richland St, Columbia, SC 29201, USA
Phone: (803) 765-9399
';var m_85387a78160ec385df3dc4a589d62dd7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lending Path',});m_85387a78160ec385df3dc4a589d62dd7['infowindow'] = new google.maps.InfoWindow({content: $l85387a78160ec385df3dc4a589d62dd7});var infowindow = new google.maps.InfoWindow({content: $l85387a78160ec385df3dc4a589d62dd7});google.maps.event.addListener(m_85387a78160ec385df3dc4a589d62dd7, 'click', function() {infowindow.open(map,m_85387a78160ec385df3dc4a589d62dd7);});$marker.push(m_85387a78160ec385df3dc4a589d62dd7);}});}google.maps.event.addDomListener(window, 'load', initialize);