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.4749,-79.187)};var g_ae7a76c44e9150ff4beec197884f42aa = new google.maps.Geocoder();g_ae7a76c44e9150ff4beec197884f42aa.geocode( { 'address': "802 Wicker St, Sanford, NC 27330, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sanford-NC-money-man-loan').style.display = '';map = new google.maps.Map(document.getElementById('sanford-NC-money-man-loan'), mapOptions);}document.getElementById('cdc49b11').innerHTML += ' | View Map';var $lae7a76c44e9150ff4beec197884f42aa = '

Money Man Loan

Address: 802 Wicker St, Sanford, NC 27330, USA
Phone: (919) 708-5395
';var m_ae7a76c44e9150ff4beec197884f42aa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Money Man Loan',});m_ae7a76c44e9150ff4beec197884f42aa['infowindow'] = new google.maps.InfoWindow({content: $lae7a76c44e9150ff4beec197884f42aa});var infowindow = new google.maps.InfoWindow({content: $lae7a76c44e9150ff4beec197884f42aa});google.maps.event.addListener(m_ae7a76c44e9150ff4beec197884f42aa, 'click', function() {infowindow.open(map,m_ae7a76c44e9150ff4beec197884f42aa);});$marker.push(m_ae7a76c44e9150ff4beec197884f42aa);}});}google.maps.event.addDomListener(window, 'load', initialize);