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(35.1713,-79.397)};var g_9320bf2c7dd3f295462036091cbc1f76 = new google.maps.Geocoder();g_9320bf2c7dd3f295462036091cbc1f76.geocode( { 'address': "280 Pinehurst Ave #5, Southern Pines, NC 28387, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('southern-pines-NC-southern-trust-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('southern-pines-NC-southern-trust-mortgage'), mapOptions);}document.getElementById('e3631ff4').innerHTML += ' | View Map';var $l9320bf2c7dd3f295462036091cbc1f76 = '

Southern Trust Mortgage

Address: 280 Pinehurst Ave #5, Southern Pines, NC 28387, USA
Phone: (910) 852-9415
';var m_9320bf2c7dd3f295462036091cbc1f76 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Southern Trust Mortgage',});m_9320bf2c7dd3f295462036091cbc1f76['infowindow'] = new google.maps.InfoWindow({content: $l9320bf2c7dd3f295462036091cbc1f76});var infowindow = new google.maps.InfoWindow({content: $l9320bf2c7dd3f295462036091cbc1f76});google.maps.event.addListener(m_9320bf2c7dd3f295462036091cbc1f76, 'click', function() {infowindow.open(map,m_9320bf2c7dd3f295462036091cbc1f76);});$marker.push(m_9320bf2c7dd3f295462036091cbc1f76);}});}google.maps.event.addDomListener(window, 'load', initialize);