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.7365,-96.2757)};var g_256885516af278d9c9424884125a39f3 = new google.maps.Geocoder();g_256885516af278d9c9424884125a39f3.geocode( { 'address': "209 E Moore Ave, Terrell, TX 75160, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('terrell-TX-justice-finance-co').style.display = '';map = new google.maps.Map(document.getElementById('terrell-TX-justice-finance-co'), mapOptions);}document.getElementById('79fe8a16').innerHTML += ' | View Map';var $l256885516af278d9c9424884125a39f3 = '

Justice Finance Co

Address: 209 E Moore Ave, Terrell, TX 75160, USA
Phone: (972) 563-2633
';var m_256885516af278d9c9424884125a39f3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Justice Finance Co',});m_256885516af278d9c9424884125a39f3['infowindow'] = new google.maps.InfoWindow({content: $l256885516af278d9c9424884125a39f3});var infowindow = new google.maps.InfoWindow({content: $l256885516af278d9c9424884125a39f3});google.maps.event.addListener(m_256885516af278d9c9424884125a39f3, 'click', function() {infowindow.open(map,m_256885516af278d9c9424884125a39f3);});$marker.push(m_256885516af278d9c9424884125a39f3);}});}google.maps.event.addDomListener(window, 'load', initialize);