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(29.7627,-95.3647)};var g_7fb45d2d54e74de61320d33581c67f7c = new google.maps.Geocoder();g_7fb45d2d54e74de61320d33581c67f7c.geocode( { 'address': "440 Louisiana St, Houston, TX 77002, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('houston-TX-direct-commercial-funding-inc').style.display = '';map = new google.maps.Map(document.getElementById('houston-TX-direct-commercial-funding-inc'), mapOptions);}document.getElementById('0802f874').innerHTML += ' | View Map';var $l7fb45d2d54e74de61320d33581c67f7c = '

Direct Commercial Funding Inc

Address: 440 Louisiana St, Houston, TX 77002, USA
Phone: (713) 224-6004
';var m_7fb45d2d54e74de61320d33581c67f7c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Direct Commercial Funding Inc',});m_7fb45d2d54e74de61320d33581c67f7c['infowindow'] = new google.maps.InfoWindow({content: $l7fb45d2d54e74de61320d33581c67f7c});var infowindow = new google.maps.InfoWindow({content: $l7fb45d2d54e74de61320d33581c67f7c});google.maps.event.addListener(m_7fb45d2d54e74de61320d33581c67f7c, 'click', function() {infowindow.open(map,m_7fb45d2d54e74de61320d33581c67f7c);});$marker.push(m_7fb45d2d54e74de61320d33581c67f7c);}});}google.maps.event.addDomListener(window, 'load', initialize);