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(30.0039,-95.2757)};var g_9b65e5d8db23f28ce17175d1c3907cfc = new google.maps.Geocoder();g_9b65e5d8db23f28ce17175d1c3907cfc.geocode( { 'address': "9810 FM 1960 Bypass Rd W # 105, Humble, TX 77338, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('humble-TX-houston-belt--terminal-fcu').style.display = '';map = new google.maps.Map(document.getElementById('humble-TX-houston-belt--terminal-fcu'), mapOptions);}document.getElementById('0a39fde5').innerHTML += ' | View Map';var $l9b65e5d8db23f28ce17175d1c3907cfc = '

Houston Belt & Terminal FCU

Address: 9810 FM 1960 Bypass Rd W # 105, Humble, TX 77338, USA
Phone: (281) 548-3377
';var m_9b65e5d8db23f28ce17175d1c3907cfc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Houston Belt & Terminal FCU',});m_9b65e5d8db23f28ce17175d1c3907cfc['infowindow'] = new google.maps.InfoWindow({content: $l9b65e5d8db23f28ce17175d1c3907cfc});var infowindow = new google.maps.InfoWindow({content: $l9b65e5d8db23f28ce17175d1c3907cfc});google.maps.event.addListener(m_9b65e5d8db23f28ce17175d1c3907cfc, 'click', function() {infowindow.open(map,m_9b65e5d8db23f28ce17175d1c3907cfc);});$marker.push(m_9b65e5d8db23f28ce17175d1c3907cfc);}});}google.maps.event.addDomListener(window, 'load', initialize);