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.8646,-96.6552)};var g_da0c03acd1f39210011e050871fa3570 = new google.maps.Geocoder();g_da0c03acd1f39210011e050871fa3570.geocode( { 'address': "1795 Northwest Hwy, Garland, TX 75041, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('garland-TX-funding-partners-lp').style.display = '';map = new google.maps.Map(document.getElementById('garland-TX-funding-partners-lp'), mapOptions);}document.getElementById('8dd3e9b9').innerHTML += ' | View Map';var $lda0c03acd1f39210011e050871fa3570 = '

Funding Partners LP

Address: 1795 Northwest Hwy, Garland, TX 75041, USA
Phone: (972) 840-0600
';var m_da0c03acd1f39210011e050871fa3570 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Funding Partners LP',});m_da0c03acd1f39210011e050871fa3570['infowindow'] = new google.maps.InfoWindow({content: $lda0c03acd1f39210011e050871fa3570});var infowindow = new google.maps.InfoWindow({content: $lda0c03acd1f39210011e050871fa3570});google.maps.event.addListener(m_da0c03acd1f39210011e050871fa3570, 'click', function() {infowindow.open(map,m_da0c03acd1f39210011e050871fa3570);});$marker.push(m_da0c03acd1f39210011e050871fa3570);}});}google.maps.event.addDomListener(window, 'load', initialize);