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(32.6492,-96.8604)};var g_dc747cf336aff1215b775ced150e7531 = new google.maps.Geocoder();g_dc747cf336aff1215b775ced150e7531.geocode( { 'address': "2525 W Wheatland Rd Suite 280, Dallas, TX 75237, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dallas-TX-mariner-finance').style.display = '';map = new google.maps.Map(document.getElementById('dallas-TX-mariner-finance'), mapOptions);}document.getElementById('dac6bc0e').innerHTML += ' | View Map';var $ldc747cf336aff1215b775ced150e7531 = '

Mariner Finance

Address: 2525 W Wheatland Rd Suite 280, Dallas, TX 75237, USA
Phone: (214) 329-1706
';var m_dc747cf336aff1215b775ced150e7531 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mariner Finance',});m_dc747cf336aff1215b775ced150e7531['infowindow'] = new google.maps.InfoWindow({content: $ldc747cf336aff1215b775ced150e7531});var infowindow = new google.maps.InfoWindow({content: $ldc747cf336aff1215b775ced150e7531});google.maps.event.addListener(m_dc747cf336aff1215b775ced150e7531, 'click', function() {infowindow.open(map,m_dc747cf336aff1215b775ced150e7531);});$marker.push(m_dc747cf336aff1215b775ced150e7531);}});}google.maps.event.addDomListener(window, 'load', initialize);