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_3d107802f6434b95a0ef95b7d880b1ad = new google.maps.Geocoder();g_3d107802f6434b95a0ef95b7d880b1ad.geocode( { 'address': "1010 Nasa Pkwy, Houston, TX 77058"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('houston-TX-allied-clear-lake-bank').style.display = '';map = new google.maps.Map(document.getElementById('houston-TX-allied-clear-lake-bank'), mapOptions);}document.getElementById('c2bcdba3').innerHTML += ' | View Map';var $l3d107802f6434b95a0ef95b7d880b1ad = '

Allied Clear Lake Bank

Address: 1010 Nasa Pkwy, Houston, TX 77058
Phone: (281) 333-9338
';var m_3d107802f6434b95a0ef95b7d880b1ad = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Allied Clear Lake Bank',});m_3d107802f6434b95a0ef95b7d880b1ad['infowindow'] = new google.maps.InfoWindow({content: $l3d107802f6434b95a0ef95b7d880b1ad});var infowindow = new google.maps.InfoWindow({content: $l3d107802f6434b95a0ef95b7d880b1ad});google.maps.event.addListener(m_3d107802f6434b95a0ef95b7d880b1ad, 'click', function() {infowindow.open(map,m_3d107802f6434b95a0ef95b7d880b1ad);});$marker.push(m_3d107802f6434b95a0ef95b7d880b1ad);}});}google.maps.event.addDomListener(window, 'load', initialize);