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.0955,-80.6689)};var g_a595bee060cea00398f20e479c0daeee = new google.maps.Geocoder();g_a595bee060cea00398f20e479c0daeee.geocode( { 'address': "111 Cupped Oak Dr # F, Matthews, NC 28104, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('matthews-NC-ace-motor-acceptance-corp').style.display = '';map = new google.maps.Map(document.getElementById('matthews-NC-ace-motor-acceptance-corp'), mapOptions);}document.getElementById('12358236').innerHTML += ' | View Map';var $la595bee060cea00398f20e479c0daeee = '

Ace Motor Acceptance Corp

Address: 111 Cupped Oak Dr # F, Matthews, NC 28104, USA
Phone: (800) 297-5618
';var m_a595bee060cea00398f20e479c0daeee = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ace Motor Acceptance Corp',});m_a595bee060cea00398f20e479c0daeee['infowindow'] = new google.maps.InfoWindow({content: $la595bee060cea00398f20e479c0daeee});var infowindow = new google.maps.InfoWindow({content: $la595bee060cea00398f20e479c0daeee});google.maps.event.addListener(m_a595bee060cea00398f20e479c0daeee, 'click', function() {infowindow.open(map,m_a595bee060cea00398f20e479c0daeee);});$marker.push(m_a595bee060cea00398f20e479c0daeee);}});}google.maps.event.addDomListener(window, 'load', initialize);