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.7341,-95.3176)};var g_0faf9bdafc7c31e3578b1112431857e8 = new google.maps.Geocoder();g_0faf9bdafc7c31e3578b1112431857e8.geocode( { 'address': "5425 Polk St B, Houston, TX 77023, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('houston-TX-greater-texas-credit-union---polk-st').style.display = '';map = new google.maps.Map(document.getElementById('houston-TX-greater-texas-credit-union---polk-st'), mapOptions);}document.getElementById('8b2aacd9').innerHTML += ' | View Map';var $l0faf9bdafc7c31e3578b1112431857e8 = '

Greater Texas Credit Union - Polk St.

Address: 5425 Polk St B, Houston, TX 77023, USA
Phone: (713) 923-5336
';var m_0faf9bdafc7c31e3578b1112431857e8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Greater Texas Credit Union - Polk St.',});m_0faf9bdafc7c31e3578b1112431857e8['infowindow'] = new google.maps.InfoWindow({content: $l0faf9bdafc7c31e3578b1112431857e8});var infowindow = new google.maps.InfoWindow({content: $l0faf9bdafc7c31e3578b1112431857e8});google.maps.event.addListener(m_0faf9bdafc7c31e3578b1112431857e8, 'click', function() {infowindow.open(map,m_0faf9bdafc7c31e3578b1112431857e8);});$marker.push(m_0faf9bdafc7c31e3578b1112431857e8);}});}google.maps.event.addDomListener(window, 'load', initialize);