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.0488,-81.1507)};var g_ab825f4ecaf706f0afcc36cfc006717b = new google.maps.Geocoder();g_ab825f4ecaf706f0afcc36cfc006717b.geocode( { 'address': "4350 St Andrews Rd, Columbia, SC 29210, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbia-SC-national-asset-mtg-servicing').style.display = '';map = new google.maps.Map(document.getElementById('columbia-SC-national-asset-mtg-servicing'), mapOptions);}document.getElementById('6bda1788').innerHTML += ' | View Map';var $lab825f4ecaf706f0afcc36cfc006717b = '

National Asset Mtg Servicing

Address: 4350 St Andrews Rd, Columbia, SC 29210, USA
Phone: (803) 391-3299
';var m_ab825f4ecaf706f0afcc36cfc006717b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'National Asset Mtg Servicing',});m_ab825f4ecaf706f0afcc36cfc006717b['infowindow'] = new google.maps.InfoWindow({content: $lab825f4ecaf706f0afcc36cfc006717b});var infowindow = new google.maps.InfoWindow({content: $lab825f4ecaf706f0afcc36cfc006717b});google.maps.event.addListener(m_ab825f4ecaf706f0afcc36cfc006717b, 'click', function() {infowindow.open(map,m_ab825f4ecaf706f0afcc36cfc006717b);});$marker.push(m_ab825f4ecaf706f0afcc36cfc006717b);}});}google.maps.event.addDomListener(window, 'load', initialize);