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.6276,-95.6356)};var g_4196941faa401f5c3d16641c030b5109 = new google.maps.Geocoder();g_4196941faa401f5c3d16641c030b5109.geocode( { 'address': "16320 Kensington Dr, Sugar Land, TX 77479"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sugar-land-TX-houston-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('sugar-land-TX-houston-federal-credit-union'), mapOptions);}document.getElementById('a08fedbe').innerHTML += ' | View Map';var $l4196941faa401f5c3d16641c030b5109 = '

Houston Federal Credit Union

Address: 16320 Kensington Dr, Sugar Land, TX 77479
Phone: (281) 243-0500
';var m_4196941faa401f5c3d16641c030b5109 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Houston Federal Credit Union',});m_4196941faa401f5c3d16641c030b5109['infowindow'] = new google.maps.InfoWindow({content: $l4196941faa401f5c3d16641c030b5109});var infowindow = new google.maps.InfoWindow({content: $l4196941faa401f5c3d16641c030b5109});google.maps.event.addListener(m_4196941faa401f5c3d16641c030b5109, 'click', function() {infowindow.open(map,m_4196941faa401f5c3d16641c030b5109);});$marker.push(m_4196941faa401f5c3d16641c030b5109);}});}google.maps.event.addDomListener(window, 'load', initialize);