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.7377,-95.5696)};var g_1960c061924d553ff7e2eedd3c2c1ad2 = new google.maps.Geocoder();g_1960c061924d553ff7e2eedd3c2c1ad2.geocode( { 'address': "10952 Westheimer Rd, Houston, TX 77042, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('houston-TX-texas-dow-employees-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('houston-TX-texas-dow-employees-credit-union'), mapOptions);}document.getElementById('b7c7c40d').innerHTML += ' | View Map';var $l1960c061924d553ff7e2eedd3c2c1ad2 = '

Texas Dow Employees Credit Union

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