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(33.9982,-81.0325)};var g_c933697660243185652bf51a75f9001a = new google.maps.Geocoder();g_c933697660243185652bf51a75f9001a.geocode( { 'address': "10136 Two Notch Rd, Columbia, SC 29229"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbia-SC-lendmark-financial-services-inc').style.display = '';map = new google.maps.Map(document.getElementById('columbia-SC-lendmark-financial-services-inc'), mapOptions);}document.getElementById('290ba529').innerHTML += ' | View Map';var $lc933697660243185652bf51a75f9001a = '

Lendmark Financial Services Inc

Address: 10136 Two Notch Rd, Columbia, SC 29229
Phone: (803) 462-1668
';var m_c933697660243185652bf51a75f9001a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lendmark Financial Services Inc',});m_c933697660243185652bf51a75f9001a['infowindow'] = new google.maps.InfoWindow({content: $lc933697660243185652bf51a75f9001a});var infowindow = new google.maps.InfoWindow({content: $lc933697660243185652bf51a75f9001a});google.maps.event.addListener(m_c933697660243185652bf51a75f9001a, 'click', function() {infowindow.open(map,m_c933697660243185652bf51a75f9001a);});$marker.push(m_c933697660243185652bf51a75f9001a);}});}google.maps.event.addDomListener(window, 'load', initialize);