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.9111,-96.8859)};var g_3448375b81912ad250b35aede821170b = new google.maps.Geocoder();g_3448375b81912ad250b35aede821170b.geocode( { 'address': "2727 Lyndon B Johnson Fwy, Dallas, TX 75234, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dallas-TX-grace-invest--loan').style.display = '';map = new google.maps.Map(document.getElementById('dallas-TX-grace-invest--loan'), mapOptions);}document.getElementById('582a54fc').innerHTML += ' | View Map';var $l3448375b81912ad250b35aede821170b = '

Grace Invest & Loan

Address: 2727 Lyndon B Johnson Fwy, Dallas, TX 75234, USA
Phone: (972) 243-9888
';var m_3448375b81912ad250b35aede821170b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Grace Invest & Loan',});m_3448375b81912ad250b35aede821170b['infowindow'] = new google.maps.InfoWindow({content: $l3448375b81912ad250b35aede821170b});var infowindow = new google.maps.InfoWindow({content: $l3448375b81912ad250b35aede821170b});google.maps.event.addListener(m_3448375b81912ad250b35aede821170b, 'click', function() {infowindow.open(map,m_3448375b81912ad250b35aede821170b);});$marker.push(m_3448375b81912ad250b35aede821170b);}});}google.maps.event.addDomListener(window, 'load', initialize);