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_7b74cfe89208f6a3bcc341317f123f92 = new google.maps.Geocoder();g_7b74cfe89208f6a3bcc341317f123f92.geocode( { 'address': "17350 State Highway 249, Houston, TX 77064"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('houston-TX-crescent-bank-trust').style.display = '';map = new google.maps.Map(document.getElementById('houston-TX-crescent-bank-trust'), mapOptions);}document.getElementById('0ce1121d').innerHTML += ' | View Map';var $l7b74cfe89208f6a3bcc341317f123f92 = '

Crescent Bank & Trust

Address: 17350 State Highway 249, Houston, TX 77064
Phone: (281) 970-6381
';var m_7b74cfe89208f6a3bcc341317f123f92 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Crescent Bank & Trust',});m_7b74cfe89208f6a3bcc341317f123f92['infowindow'] = new google.maps.InfoWindow({content: $l7b74cfe89208f6a3bcc341317f123f92});var infowindow = new google.maps.InfoWindow({content: $l7b74cfe89208f6a3bcc341317f123f92});google.maps.event.addListener(m_7b74cfe89208f6a3bcc341317f123f92, 'click', function() {infowindow.open(map,m_7b74cfe89208f6a3bcc341317f123f92);});$marker.push(m_7b74cfe89208f6a3bcc341317f123f92);}});}google.maps.event.addDomListener(window, 'load', initialize);