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.0041,-81.0253)};var g_2a99bd007705fc31bd0a1e67dc0e30e1 = new google.maps.Geocoder();g_2a99bd007705fc31bd0a1e67dc0e30e1.geocode( { 'address': "1703 Gervais St, Columbia, SC 29201, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbia-SC-primelending-a-plainscapital-company').style.display = '';map = new google.maps.Map(document.getElementById('columbia-SC-primelending-a-plainscapital-company'), mapOptions);}document.getElementById('41c91936').innerHTML += ' | View Map';var $l2a99bd007705fc31bd0a1e67dc0e30e1 = '

PrimeLending, A PlainsCapital Company

Address: 1703 Gervais St, Columbia, SC 29201, USA
Phone: (803) 234-7322
';var m_2a99bd007705fc31bd0a1e67dc0e30e1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'PrimeLending, A PlainsCapital Company',});m_2a99bd007705fc31bd0a1e67dc0e30e1['infowindow'] = new google.maps.InfoWindow({content: $l2a99bd007705fc31bd0a1e67dc0e30e1});var infowindow = new google.maps.InfoWindow({content: $l2a99bd007705fc31bd0a1e67dc0e30e1});google.maps.event.addListener(m_2a99bd007705fc31bd0a1e67dc0e30e1, 'click', function() {infowindow.open(map,m_2a99bd007705fc31bd0a1e67dc0e30e1);});$marker.push(m_2a99bd007705fc31bd0a1e67dc0e30e1);}});}google.maps.event.addDomListener(window, 'load', initialize);