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(26.1825,-98.1162)};var g_7a32a66dbeefd3a21b75cbc58c48d99b = new google.maps.Geocoder();g_7a32a66dbeefd3a21b75cbc58c48d99b.geocode( { 'address': "715 U.S. 83 Business, Alamo, TX 78516, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alamo-TX-alamo-edc---economic-development-corporation').style.display = '';map = new google.maps.Map(document.getElementById('alamo-TX-alamo-edc---economic-development-corporation'), mapOptions);}document.getElementById('54979298').innerHTML += ' | View Map';var $l7a32a66dbeefd3a21b75cbc58c48d99b = '

Alamo EDC - Economic Development Corporation

Address: 715 U.S. 83 Business, Alamo, TX 78516, USA
Phone: (956) 787-6622
';var m_7a32a66dbeefd3a21b75cbc58c48d99b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Alamo EDC - Economic Development Corporation',});m_7a32a66dbeefd3a21b75cbc58c48d99b['infowindow'] = new google.maps.InfoWindow({content: $l7a32a66dbeefd3a21b75cbc58c48d99b});var infowindow = new google.maps.InfoWindow({content: $l7a32a66dbeefd3a21b75cbc58c48d99b});google.maps.event.addListener(m_7a32a66dbeefd3a21b75cbc58c48d99b, 'click', function() {infowindow.open(map,m_7a32a66dbeefd3a21b75cbc58c48d99b);});$marker.push(m_7a32a66dbeefd3a21b75cbc58c48d99b);}});}google.maps.event.addDomListener(window, 'load', initialize);