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(33.4895,-112.349)};var g_cd6ce2f9cb75d8f41dc96d3c0b8952b9 = new google.maps.Geocoder();g_cd6ce2f9cb75d8f41dc96d3c0b8952b9.geocode( { 'address': "POB 686, Litchfield Park, AZ 85340, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('litchfield-park-AZ-trimark-legal-funding-llc').style.display = '';map = new google.maps.Map(document.getElementById('litchfield-park-AZ-trimark-legal-funding-llc'), mapOptions);}document.getElementById('3ef2410a').innerHTML += ' | View Map';var $lcd6ce2f9cb75d8f41dc96d3c0b8952b9 = '

TriMark Legal Funding LLC

Address: POB 686, Litchfield Park, AZ 85340, USA
Phone: (877) 932-2628
';var m_cd6ce2f9cb75d8f41dc96d3c0b8952b9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TriMark Legal Funding LLC',});m_cd6ce2f9cb75d8f41dc96d3c0b8952b9['infowindow'] = new google.maps.InfoWindow({content: $lcd6ce2f9cb75d8f41dc96d3c0b8952b9});var infowindow = new google.maps.InfoWindow({content: $lcd6ce2f9cb75d8f41dc96d3c0b8952b9});google.maps.event.addListener(m_cd6ce2f9cb75d8f41dc96d3c0b8952b9, 'click', function() {infowindow.open(map,m_cd6ce2f9cb75d8f41dc96d3c0b8952b9);});$marker.push(m_cd6ce2f9cb75d8f41dc96d3c0b8952b9);}});}google.maps.event.addDomListener(window, 'load', initialize);