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.2559,-81.1493)};var g_6c70dc8b8bddab9aed13a6dff54aeddb = new google.maps.Geocoder();g_6c70dc8b8bddab9aed13a6dff54aeddb.geocode( { 'address': "609 S New Hope Rd # 101, Gastonia, NC 28054, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gastonia-NC-regional-acceptance-corporation').style.display = '';map = new google.maps.Map(document.getElementById('gastonia-NC-regional-acceptance-corporation'), mapOptions);}document.getElementById('f52500b3').innerHTML += ' | View Map';var $l6c70dc8b8bddab9aed13a6dff54aeddb = '

Regional Acceptance Corporation

Address: 609 S New Hope Rd # 101, Gastonia, NC 28054, USA
Phone: (704) 854-4801
';var m_6c70dc8b8bddab9aed13a6dff54aeddb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Regional Acceptance Corporation',});m_6c70dc8b8bddab9aed13a6dff54aeddb['infowindow'] = new google.maps.InfoWindow({content: $l6c70dc8b8bddab9aed13a6dff54aeddb});var infowindow = new google.maps.InfoWindow({content: $l6c70dc8b8bddab9aed13a6dff54aeddb});google.maps.event.addListener(m_6c70dc8b8bddab9aed13a6dff54aeddb, 'click', function() {infowindow.open(map,m_6c70dc8b8bddab9aed13a6dff54aeddb);});$marker.push(m_6c70dc8b8bddab9aed13a6dff54aeddb);}});}google.maps.event.addDomListener(window, 'load', initialize);