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.7561,-97.3307)};var g_ce6babd060aa46c61a5777902cca78af = new google.maps.Geocoder();g_ce6babd060aa46c61a5777902cca78af.geocode( { 'address': "301 Commerce St #1380, Fort Worth, TX 76102, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-worth-TX-heritage-land-bank').style.display = '';map = new google.maps.Map(document.getElementById('fort-worth-TX-heritage-land-bank'), mapOptions);}document.getElementById('c4bff011').innerHTML += ' | View Map';var $lce6babd060aa46c61a5777902cca78af = '

Heritage Land Bank

Address: 301 Commerce St #1380, Fort Worth, TX 76102, USA
Phone: (817) 986-0910
';var m_ce6babd060aa46c61a5777902cca78af = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Heritage Land Bank',});m_ce6babd060aa46c61a5777902cca78af['infowindow'] = new google.maps.InfoWindow({content: $lce6babd060aa46c61a5777902cca78af});var infowindow = new google.maps.InfoWindow({content: $lce6babd060aa46c61a5777902cca78af});google.maps.event.addListener(m_ce6babd060aa46c61a5777902cca78af, 'click', function() {infowindow.open(map,m_ce6babd060aa46c61a5777902cca78af);});$marker.push(m_ce6babd060aa46c61a5777902cca78af);}});}google.maps.event.addDomListener(window, 'load', initialize);