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.714,-95.398)};var g_a0243637117d00cd2185936078081870 = new google.maps.Geocoder();g_a0243637117d00cd2185936078081870.geocode( { 'address': "6414 Fannin St, Houston, TX 77030, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('houston-TX-bayou-city-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('houston-TX-bayou-city-federal-credit-union'), mapOptions);}document.getElementById('b7a71b08').innerHTML += ' | View Map';var $la0243637117d00cd2185936078081870 = '

Bayou City Federal Credit Union

Address: 6414 Fannin St, Houston, TX 77030, USA
Phone: (713) 704-3980
';var m_a0243637117d00cd2185936078081870 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bayou City Federal Credit Union',});m_a0243637117d00cd2185936078081870['infowindow'] = new google.maps.InfoWindow({content: $la0243637117d00cd2185936078081870});var infowindow = new google.maps.InfoWindow({content: $la0243637117d00cd2185936078081870});google.maps.event.addListener(m_a0243637117d00cd2185936078081870, 'click', function() {infowindow.open(map,m_a0243637117d00cd2185936078081870);});$marker.push(m_a0243637117d00cd2185936078081870);}});}google.maps.event.addDomListener(window, 'load', initialize);