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.1678,-79.4043)};var g_182885680bfb8779210f848a1eda1e14 = new google.maps.Geocoder();g_182885680bfb8779210f848a1eda1e14.geocode( { 'address': "972 S Bennett St # A, Southern Pines, NC 28387, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('southern-pines-NC-southern-loan').style.display = '';map = new google.maps.Map(document.getElementById('southern-pines-NC-southern-loan'), mapOptions);}document.getElementById('6f9ce801').innerHTML += ' | View Map';var $l182885680bfb8779210f848a1eda1e14 = '

Southern Loan

Address: 972 S Bennett St # A, Southern Pines, NC 28387, USA
Phone: (910) 692-7663
';var m_182885680bfb8779210f848a1eda1e14 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Southern Loan',});m_182885680bfb8779210f848a1eda1e14['infowindow'] = new google.maps.InfoWindow({content: $l182885680bfb8779210f848a1eda1e14});var infowindow = new google.maps.InfoWindow({content: $l182885680bfb8779210f848a1eda1e14});google.maps.event.addListener(m_182885680bfb8779210f848a1eda1e14, 'click', function() {infowindow.open(map,m_182885680bfb8779210f848a1eda1e14);});$marker.push(m_182885680bfb8779210f848a1eda1e14);}});}google.maps.event.addDomListener(window, 'load', initialize);