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.9867,-96.8024)};var g_4faddae1f69e34f08a7503ba77427051 = new google.maps.Geocoder();g_4faddae1f69e34f08a7503ba77427051.geocode( { 'address': "17304 Preston Rd # 620, Dallas, TX 75252, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dallas-TX-certified-funding').style.display = '';map = new google.maps.Map(document.getElementById('dallas-TX-certified-funding'), mapOptions);}document.getElementById('8a41a1ed').innerHTML += ' | View Map';var $l4faddae1f69e34f08a7503ba77427051 = '

Certified Funding

Address: 17304 Preston Rd # 620, Dallas, TX 75252, USA
Phone: (972) 248-0200
';var m_4faddae1f69e34f08a7503ba77427051 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Certified Funding',});m_4faddae1f69e34f08a7503ba77427051['infowindow'] = new google.maps.InfoWindow({content: $l4faddae1f69e34f08a7503ba77427051});var infowindow = new google.maps.InfoWindow({content: $l4faddae1f69e34f08a7503ba77427051});google.maps.event.addListener(m_4faddae1f69e34f08a7503ba77427051, 'click', function() {infowindow.open(map,m_4faddae1f69e34f08a7503ba77427051);});$marker.push(m_4faddae1f69e34f08a7503ba77427051);}});}google.maps.event.addDomListener(window, 'load', initialize);