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(34.2413,-77.8779)};var g_586ee5cb5f17541372cdd7d54b6414d7 = new google.maps.Geocoder();g_586ee5cb5f17541372cdd7d54b6414d7.geocode( { 'address': "4949 New Centre Dr, Wilmington, NC 28403, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wilmington-NC-rippy-auto-world').style.display = '';map = new google.maps.Map(document.getElementById('wilmington-NC-rippy-auto-world'), mapOptions);}document.getElementById('adca1b06').innerHTML += ' | View Map';var $l586ee5cb5f17541372cdd7d54b6414d7 = '

Rippy Auto World

Address: 4949 New Centre Dr, Wilmington, NC 28403, USA
Phone: (910) 799-7678
';var m_586ee5cb5f17541372cdd7d54b6414d7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Rippy Auto World',});m_586ee5cb5f17541372cdd7d54b6414d7['infowindow'] = new google.maps.InfoWindow({content: $l586ee5cb5f17541372cdd7d54b6414d7});var infowindow = new google.maps.InfoWindow({content: $l586ee5cb5f17541372cdd7d54b6414d7});google.maps.event.addListener(m_586ee5cb5f17541372cdd7d54b6414d7, 'click', function() {infowindow.open(map,m_586ee5cb5f17541372cdd7d54b6414d7);});$marker.push(m_586ee5cb5f17541372cdd7d54b6414d7);}});}google.maps.event.addDomListener(window, 'load', initialize);