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.2154,-97.1292)};var g_6d019dde2d89826521acdf51af761ca4 = new google.maps.Geocoder();g_6d019dde2d89826521acdf51af761ca4.geocode( { 'address': "318 E Oak St, Denton, TX 76201, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('denton-TX-justice-finance-co').style.display = '';map = new google.maps.Map(document.getElementById('denton-TX-justice-finance-co'), mapOptions);}document.getElementById('50d91176').innerHTML += ' | View Map';var $l6d019dde2d89826521acdf51af761ca4 = '

Justice Finance Co

Address: 318 E Oak St, Denton, TX 76201, USA
Phone: (940) 898-0988
';var m_6d019dde2d89826521acdf51af761ca4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Justice Finance Co',});m_6d019dde2d89826521acdf51af761ca4['infowindow'] = new google.maps.InfoWindow({content: $l6d019dde2d89826521acdf51af761ca4});var infowindow = new google.maps.InfoWindow({content: $l6d019dde2d89826521acdf51af761ca4});google.maps.event.addListener(m_6d019dde2d89826521acdf51af761ca4, 'click', function() {infowindow.open(map,m_6d019dde2d89826521acdf51af761ca4);});$marker.push(m_6d019dde2d89826521acdf51af761ca4);}});}google.maps.event.addDomListener(window, 'load', initialize);