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(31.6521,-94.6771)};var g_41f64464b3e5b1a717cf9f9092af18cb = new google.maps.Geocoder();g_41f64464b3e5b1a717cf9f9092af18cb.geocode( { 'address': "2519 Stallings Dr N, Nacogdoches, TX 75964, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('nacogdoches-TX-heritage-land-bank').style.display = '';map = new google.maps.Map(document.getElementById('nacogdoches-TX-heritage-land-bank'), mapOptions);}document.getElementById('44df4433').innerHTML += ' | View Map';var $l41f64464b3e5b1a717cf9f9092af18cb = '

Heritage Land Bank

Address: 2519 Stallings Dr N, Nacogdoches, TX 75964, USA
Phone: (936) 564-8271
';var m_41f64464b3e5b1a717cf9f9092af18cb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Heritage Land Bank',});m_41f64464b3e5b1a717cf9f9092af18cb['infowindow'] = new google.maps.InfoWindow({content: $l41f64464b3e5b1a717cf9f9092af18cb});var infowindow = new google.maps.InfoWindow({content: $l41f64464b3e5b1a717cf9f9092af18cb});google.maps.event.addListener(m_41f64464b3e5b1a717cf9f9092af18cb, 'click', function() {infowindow.open(map,m_41f64464b3e5b1a717cf9f9092af18cb);});$marker.push(m_41f64464b3e5b1a717cf9f9092af18cb);}});}google.maps.event.addDomListener(window, 'load', initialize);