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(28.9736,-96.6403)};var g_bb0848134966fc5db45aa411b8933a5d = new google.maps.Geocoder();g_bb0848134966fc5db45aa411b8933a5d.geocode( { 'address': "624 S Wells St, Edna, TX 77957, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('edna-TX-texas-dow-employees-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('edna-TX-texas-dow-employees-credit-union'), mapOptions);}document.getElementById('1796e928').innerHTML += ' | View Map';var $lbb0848134966fc5db45aa411b8933a5d = '

Texas Dow Employees Credit Union

Address: 624 S Wells St, Edna, TX 77957, USA
Phone: (979) 297-1154
';var m_bb0848134966fc5db45aa411b8933a5d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Texas Dow Employees Credit Union',});m_bb0848134966fc5db45aa411b8933a5d['infowindow'] = new google.maps.InfoWindow({content: $lbb0848134966fc5db45aa411b8933a5d});var infowindow = new google.maps.InfoWindow({content: $lbb0848134966fc5db45aa411b8933a5d});google.maps.event.addListener(m_bb0848134966fc5db45aa411b8933a5d, 'click', function() {infowindow.open(map,m_bb0848134966fc5db45aa411b8933a5d);});$marker.push(m_bb0848134966fc5db45aa411b8933a5d);}});}google.maps.event.addDomListener(window, 'load', initialize);