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.2365,-77.8773)};var g_01b3296a89ddb57db8da17f47e7296b3 = new google.maps.Geocoder();g_01b3296a89ddb57db8da17f47e7296b3.geocode( { 'address': "352 S College Rd, Wilmington, NC 28403, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wilmington-NC-mariner-finance').style.display = '';map = new google.maps.Map(document.getElementById('wilmington-NC-mariner-finance'), mapOptions);}document.getElementById('6a549013').innerHTML += ' | View Map';var $l01b3296a89ddb57db8da17f47e7296b3 = '

Mariner Finance

Address: 352 S College Rd, Wilmington, NC 28403, USA
Phone: (910) 791-7843
';var m_01b3296a89ddb57db8da17f47e7296b3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mariner Finance',});m_01b3296a89ddb57db8da17f47e7296b3['infowindow'] = new google.maps.InfoWindow({content: $l01b3296a89ddb57db8da17f47e7296b3});var infowindow = new google.maps.InfoWindow({content: $l01b3296a89ddb57db8da17f47e7296b3});google.maps.event.addListener(m_01b3296a89ddb57db8da17f47e7296b3, 'click', function() {infowindow.open(map,m_01b3296a89ddb57db8da17f47e7296b3);});$marker.push(m_01b3296a89ddb57db8da17f47e7296b3);}});}google.maps.event.addDomListener(window, 'load', initialize);