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.7606,-95.3564)};var g_3a0f19df72fef0495c54ced664735a7d = new google.maps.Geocoder();g_3a0f19df72fef0495c54ced664735a7d.geocode( { 'address': "1400 Franklin St, Houston, TX 77002, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('houston-TX-harris-county-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('houston-TX-harris-county-federal-credit-union'), mapOptions);}document.getElementById('e4930c3e').innerHTML += ' | View Map';var $l3a0f19df72fef0495c54ced664735a7d = '

Harris County Federal Credit Union

Address: 1400 Franklin St, Houston, TX 77002, USA
Phone: (713) 755-5160
';var m_3a0f19df72fef0495c54ced664735a7d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Harris County Federal Credit Union',});m_3a0f19df72fef0495c54ced664735a7d['infowindow'] = new google.maps.InfoWindow({content: $l3a0f19df72fef0495c54ced664735a7d});var infowindow = new google.maps.InfoWindow({content: $l3a0f19df72fef0495c54ced664735a7d});google.maps.event.addListener(m_3a0f19df72fef0495c54ced664735a7d, 'click', function() {infowindow.open(map,m_3a0f19df72fef0495c54ced664735a7d);});$marker.push(m_3a0f19df72fef0495c54ced664735a7d);}});}google.maps.event.addDomListener(window, 'load', initialize);