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(38.2969,-77.4974)};var g_00e16b766ea96e422a61ca6eea9c146b = new google.maps.Geocoder();g_00e16b766ea96e422a61ca6eea9c146b.geocode( { 'address': "2217 Plank Rd, Fredericksburg, VA 22401, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fredericksburg-VA-mariner-finance').style.display = '';map = new google.maps.Map(document.getElementById('fredericksburg-VA-mariner-finance'), mapOptions);}document.getElementById('c5aaee66').innerHTML += ' | View Map';var $l00e16b766ea96e422a61ca6eea9c146b = '

Mariner Finance

Address: 2217 Plank Rd, Fredericksburg, VA 22401, USA
Phone: (540) 322-4070
';var m_00e16b766ea96e422a61ca6eea9c146b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mariner Finance',});m_00e16b766ea96e422a61ca6eea9c146b['infowindow'] = new google.maps.InfoWindow({content: $l00e16b766ea96e422a61ca6eea9c146b});var infowindow = new google.maps.InfoWindow({content: $l00e16b766ea96e422a61ca6eea9c146b});google.maps.event.addListener(m_00e16b766ea96e422a61ca6eea9c146b, 'click', function() {infowindow.open(map,m_00e16b766ea96e422a61ca6eea9c146b);});$marker.push(m_00e16b766ea96e422a61ca6eea9c146b);}});}google.maps.event.addDomListener(window, 'load', initialize);