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.7429,-96.8272)};var g_741a0099c9ac04c7bfc822caf7c7459f = new google.maps.Geocoder();g_741a0099c9ac04c7bfc822caf7c7459f.geocode( { 'address': "314 W Jefferson Blvd, Dallas, TX 75208, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dallas-TX-justice-finance').style.display = '';map = new google.maps.Map(document.getElementById('dallas-TX-justice-finance'), mapOptions);}document.getElementById('eaf7d30b').innerHTML += ' | View Map';var $l741a0099c9ac04c7bfc822caf7c7459f = '

Justice Finance

Address: 314 W Jefferson Blvd, Dallas, TX 75208, USA
Phone: (214) 943-5464
';var m_741a0099c9ac04c7bfc822caf7c7459f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Justice Finance',});m_741a0099c9ac04c7bfc822caf7c7459f['infowindow'] = new google.maps.InfoWindow({content: $l741a0099c9ac04c7bfc822caf7c7459f});var infowindow = new google.maps.InfoWindow({content: $l741a0099c9ac04c7bfc822caf7c7459f});google.maps.event.addListener(m_741a0099c9ac04c7bfc822caf7c7459f, 'click', function() {infowindow.open(map,m_741a0099c9ac04c7bfc822caf7c7459f);});$marker.push(m_741a0099c9ac04c7bfc822caf7c7459f);}});}google.maps.event.addDomListener(window, 'load', initialize);