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(36.0531,-79.9043)};var g_ae4c7fee61c84c3c5ddef18ea9709c37 = new google.maps.Geocoder();g_ae4c7fee61c84c3c5ddef18ea9709c37.geocode( { 'address': "1302 Bridford Pkwy, Greensboro, NC 27407, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('greensboro-NC-acceptance-now').style.display = '';map = new google.maps.Map(document.getElementById('greensboro-NC-acceptance-now'), mapOptions);}document.getElementById('3eb5d959').innerHTML += ' | View Map';var $lae4c7fee61c84c3c5ddef18ea9709c37 = '

Acceptance Now

Address: 1302 Bridford Pkwy, Greensboro, NC 27407, USA
Phone: (336) 645-1009
';var m_ae4c7fee61c84c3c5ddef18ea9709c37 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Acceptance Now',});m_ae4c7fee61c84c3c5ddef18ea9709c37['infowindow'] = new google.maps.InfoWindow({content: $lae4c7fee61c84c3c5ddef18ea9709c37});var infowindow = new google.maps.InfoWindow({content: $lae4c7fee61c84c3c5ddef18ea9709c37});google.maps.event.addListener(m_ae4c7fee61c84c3c5ddef18ea9709c37, 'click', function() {infowindow.open(map,m_ae4c7fee61c84c3c5ddef18ea9709c37);});$marker.push(m_ae4c7fee61c84c3c5ddef18ea9709c37);}});}google.maps.event.addDomListener(window, 'load', initialize);