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.3065,-78.7159)};var g_448856a61287bd83d14b49dacba42a5d = new google.maps.Geocoder();g_448856a61287bd83d14b49dacba42a5d.geocode( { 'address': "1619 S JK Powell Blvd B1, Whiteville, NC 28472, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('whiteville-NC-mariner-finance').style.display = '';map = new google.maps.Map(document.getElementById('whiteville-NC-mariner-finance'), mapOptions);}document.getElementById('e2cdcfd9').innerHTML += ' | View Map';var $l448856a61287bd83d14b49dacba42a5d = '

Mariner Finance

Address: 1619 S JK Powell Blvd B1, Whiteville, NC 28472, USA
Phone: (910) 641-0189
';var m_448856a61287bd83d14b49dacba42a5d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mariner Finance',});m_448856a61287bd83d14b49dacba42a5d['infowindow'] = new google.maps.InfoWindow({content: $l448856a61287bd83d14b49dacba42a5d});var infowindow = new google.maps.InfoWindow({content: $l448856a61287bd83d14b49dacba42a5d});google.maps.event.addListener(m_448856a61287bd83d14b49dacba42a5d, 'click', function() {infowindow.open(map,m_448856a61287bd83d14b49dacba42a5d);});$marker.push(m_448856a61287bd83d14b49dacba42a5d);}});}google.maps.event.addDomListener(window, 'load', initialize);