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.7204,-95.2221)};var g_299a6628d35fda9ddf7b15b449c0d51a = new google.maps.Geocoder();g_299a6628d35fda9ddf7b15b449c0d51a.geocode( { 'address': "3902 Cypress Creek Pkwy, Houston, TX 77068"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('houston-TX-plains-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('houston-TX-plains-state-bank'), mapOptions);}document.getElementById('b1109e1f').innerHTML += ' | View Map';var $l299a6628d35fda9ddf7b15b449c0d51a = '

Plains State Bank

Address: 3902 Cypress Creek Pkwy, Houston, TX 77068
Phone: (281) 885-0449
';var m_299a6628d35fda9ddf7b15b449c0d51a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Plains State Bank',});m_299a6628d35fda9ddf7b15b449c0d51a['infowindow'] = new google.maps.InfoWindow({content: $l299a6628d35fda9ddf7b15b449c0d51a});var infowindow = new google.maps.InfoWindow({content: $l299a6628d35fda9ddf7b15b449c0d51a});google.maps.event.addListener(m_299a6628d35fda9ddf7b15b449c0d51a, 'click', function() {infowindow.open(map,m_299a6628d35fda9ddf7b15b449c0d51a);});$marker.push(m_299a6628d35fda9ddf7b15b449c0d51a);}});}google.maps.event.addDomListener(window, 'load', initialize);