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.7818,-95.1241)};var g_c76309ddf7b7b953035399442861ccec = new google.maps.Geocoder();g_c76309ddf7b7b953035399442861ccec.geocode( { 'address': "528 Sheldon Rd, Channelview, TX 77530, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('channelview-TX-woodforest-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('channelview-TX-woodforest-national-bank'), mapOptions);}document.getElementById('23c4d855').innerHTML += ' | View Map';var $lc76309ddf7b7b953035399442861ccec = '

Woodforest National Bank

Address: 528 Sheldon Rd, Channelview, TX 77530, USA
Phone: (713) 495-8055
';var m_c76309ddf7b7b953035399442861ccec = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodforest National Bank',});m_c76309ddf7b7b953035399442861ccec['infowindow'] = new google.maps.InfoWindow({content: $lc76309ddf7b7b953035399442861ccec});var infowindow = new google.maps.InfoWindow({content: $lc76309ddf7b7b953035399442861ccec});google.maps.event.addListener(m_c76309ddf7b7b953035399442861ccec, 'click', function() {infowindow.open(map,m_c76309ddf7b7b953035399442861ccec);});$marker.push(m_c76309ddf7b7b953035399442861ccec);}});}google.maps.event.addDomListener(window, 'load', initialize);