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.761,-95.3676)};var g_66b94281f8c6f8ba217609604ee6332f = new google.maps.Geocoder();g_66b94281f8c6f8ba217609604ee6332f.geocode( { 'address': "515 Rusk St, Houston, TX 77002, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('houston-TX-us-e-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('houston-TX-us-e-credit-union'), mapOptions);}document.getElementById('1694895c').innerHTML += ' | View Map';var $l66b94281f8c6f8ba217609604ee6332f = '

US E Credit Union

Address: 515 Rusk St, Houston, TX 77002, USA
Phone: (713) 223-3105
';var m_66b94281f8c6f8ba217609604ee6332f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'US E Credit Union',});m_66b94281f8c6f8ba217609604ee6332f['infowindow'] = new google.maps.InfoWindow({content: $l66b94281f8c6f8ba217609604ee6332f});var infowindow = new google.maps.InfoWindow({content: $l66b94281f8c6f8ba217609604ee6332f});google.maps.event.addListener(m_66b94281f8c6f8ba217609604ee6332f, 'click', function() {infowindow.open(map,m_66b94281f8c6f8ba217609604ee6332f);});$marker.push(m_66b94281f8c6f8ba217609604ee6332f);}});}google.maps.event.addDomListener(window, 'load', initialize);