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.8079,-95.1691)};var g_141d660834334d8284a7dcaeb011ec86 = new google.maps.Geocoder();g_141d660834334d8284a7dcaeb011ec86.geocode( { 'address': "15245 Wallisville Rd, Houston, TX 77049, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('houston-TX-texas-bay-credit-union-north-shore-branch').style.display = '';map = new google.maps.Map(document.getElementById('houston-TX-texas-bay-credit-union-north-shore-branch'), mapOptions);}document.getElementById('249c7788').innerHTML += ' | View Map';var $l141d660834334d8284a7dcaeb011ec86 = '

Texas Bay Credit Union, North Shore Branch

Address: 15245 Wallisville Rd, Houston, TX 77049, USA
Phone: (713) 852-6700
';var m_141d660834334d8284a7dcaeb011ec86 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Texas Bay Credit Union, North Shore Branch',});m_141d660834334d8284a7dcaeb011ec86['infowindow'] = new google.maps.InfoWindow({content: $l141d660834334d8284a7dcaeb011ec86});var infowindow = new google.maps.InfoWindow({content: $l141d660834334d8284a7dcaeb011ec86});google.maps.event.addListener(m_141d660834334d8284a7dcaeb011ec86, 'click', function() {infowindow.open(map,m_141d660834334d8284a7dcaeb011ec86);});$marker.push(m_141d660834334d8284a7dcaeb011ec86);}});}google.maps.event.addDomListener(window, 'load', initialize);