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.386,-96.847)};var g_97a65c014ebd83c01826b096ab08a4df = new google.maps.Geocoder();g_97a65c014ebd83c01826b096ab08a4df.geocode( { 'address': "112 N College St, Waxahachie, TX 75165, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('waxahachie-TX-justice-finance-co').style.display = '';map = new google.maps.Map(document.getElementById('waxahachie-TX-justice-finance-co'), mapOptions);}document.getElementById('92afb28f').innerHTML += ' | View Map';var $l97a65c014ebd83c01826b096ab08a4df = '

Justice Finance Co

Address: 112 N College St, Waxahachie, TX 75165, USA
Phone: (972) 937-4106
';var m_97a65c014ebd83c01826b096ab08a4df = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Justice Finance Co',});m_97a65c014ebd83c01826b096ab08a4df['infowindow'] = new google.maps.InfoWindow({content: $l97a65c014ebd83c01826b096ab08a4df});var infowindow = new google.maps.InfoWindow({content: $l97a65c014ebd83c01826b096ab08a4df});google.maps.event.addListener(m_97a65c014ebd83c01826b096ab08a4df, 'click', function() {infowindow.open(map,m_97a65c014ebd83c01826b096ab08a4df);});$marker.push(m_97a65c014ebd83c01826b096ab08a4df);}});}google.maps.event.addDomListener(window, 'load', initialize);