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(36.3294,-79.6905)};var g_54ac07b6d18355a02139d2338de6eb7c = new google.maps.Geocoder();g_54ac07b6d18355a02139d2338de6eb7c.geocode( { 'address': "1421 Freeway Dr, Reidsville, NC 27320, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('reidsville-NC-mariner-finance').style.display = '';map = new google.maps.Map(document.getElementById('reidsville-NC-mariner-finance'), mapOptions);}document.getElementById('cf4636bc').innerHTML += ' | View Map';var $l54ac07b6d18355a02139d2338de6eb7c = '

Mariner Finance

Address: 1421 Freeway Dr, Reidsville, NC 27320, USA
Phone: (336) 349-8660
';var m_54ac07b6d18355a02139d2338de6eb7c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mariner Finance',});m_54ac07b6d18355a02139d2338de6eb7c['infowindow'] = new google.maps.InfoWindow({content: $l54ac07b6d18355a02139d2338de6eb7c});var infowindow = new google.maps.InfoWindow({content: $l54ac07b6d18355a02139d2338de6eb7c});google.maps.event.addListener(m_54ac07b6d18355a02139d2338de6eb7c, 'click', function() {infowindow.open(map,m_54ac07b6d18355a02139d2338de6eb7c);});$marker.push(m_54ac07b6d18355a02139d2338de6eb7c);}});}google.maps.event.addDomListener(window, 'load', initialize);