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.7321,-95.465)};var g_912ac8d7c7126069ec3a8d21b8bde572 = new google.maps.Geocoder();g_912ac8d7c7126069ec3a8d21b8bde572.geocode( { 'address': "5102 Richmond Ave, Houston, TX 77056, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('houston-TX-texas-dow-employees-credit-union-tdecu').style.display = '';map = new google.maps.Map(document.getElementById('houston-TX-texas-dow-employees-credit-union-tdecu'), mapOptions);}document.getElementById('6dfeae36').innerHTML += ' | View Map';var $l912ac8d7c7126069ec3a8d21b8bde572 = '

Texas Dow Employees Credit Union (TDECU)

Address: 5102 Richmond Ave, Houston, TX 77056, USA
Phone: (800) 839-1154
';var m_912ac8d7c7126069ec3a8d21b8bde572 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Texas Dow Employees Credit Union (TDECU)',});m_912ac8d7c7126069ec3a8d21b8bde572['infowindow'] = new google.maps.InfoWindow({content: $l912ac8d7c7126069ec3a8d21b8bde572});var infowindow = new google.maps.InfoWindow({content: $l912ac8d7c7126069ec3a8d21b8bde572});google.maps.event.addListener(m_912ac8d7c7126069ec3a8d21b8bde572, 'click', function() {infowindow.open(map,m_912ac8d7c7126069ec3a8d21b8bde572);});$marker.push(m_912ac8d7c7126069ec3a8d21b8bde572);}});}google.maps.event.addDomListener(window, 'load', initialize);