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.5175,-80.8578)};var g_b08e00c7f35d03b5f10f715d00cb93df = new google.maps.Geocoder();g_b08e00c7f35d03b5f10f715d00cb93df.geocode( { 'address': "1725 St Matthews Rd NE, Orangeburg, SC 29118, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('orangeburg-SC-kwest-mortgage-group-llc').style.display = '';map = new google.maps.Map(document.getElementById('orangeburg-SC-kwest-mortgage-group-llc'), mapOptions);}document.getElementById('1d761a49').innerHTML += ' | View Map';var $lb08e00c7f35d03b5f10f715d00cb93df = '

Kwest Mortgage Group LLC

Address: 1725 St Matthews Rd NE, Orangeburg, SC 29118, USA
Phone: (803) 707-9997
';var m_b08e00c7f35d03b5f10f715d00cb93df = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Kwest Mortgage Group LLC',});m_b08e00c7f35d03b5f10f715d00cb93df['infowindow'] = new google.maps.InfoWindow({content: $lb08e00c7f35d03b5f10f715d00cb93df});var infowindow = new google.maps.InfoWindow({content: $lb08e00c7f35d03b5f10f715d00cb93df});google.maps.event.addListener(m_b08e00c7f35d03b5f10f715d00cb93df, 'click', function() {infowindow.open(map,m_b08e00c7f35d03b5f10f715d00cb93df);});$marker.push(m_b08e00c7f35d03b5f10f715d00cb93df);}});}google.maps.event.addDomListener(window, 'load', initialize);