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.5621,-95.6823)};var g_a3518523747eac6db7b48a08e17fbdda = new google.maps.Geocoder();g_a3518523747eac6db7b48a08e17fbdda.geocode( { 'address': "19855 Southwest Fwy #100, Sugar Land, TX 77479, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sugar-land-TX-houston-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('sugar-land-TX-houston-community-bank'), mapOptions);}document.getElementById('e9200893').innerHTML += ' | View Map';var $la3518523747eac6db7b48a08e17fbdda = '

Houston Community Bank

Address: 19855 Southwest Fwy #100, Sugar Land, TX 77479, USA
Phone: (281) 343-7700
';var m_a3518523747eac6db7b48a08e17fbdda = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Houston Community Bank',});m_a3518523747eac6db7b48a08e17fbdda['infowindow'] = new google.maps.InfoWindow({content: $la3518523747eac6db7b48a08e17fbdda});var infowindow = new google.maps.InfoWindow({content: $la3518523747eac6db7b48a08e17fbdda});google.maps.event.addListener(m_a3518523747eac6db7b48a08e17fbdda, 'click', function() {infowindow.open(map,m_a3518523747eac6db7b48a08e17fbdda);});$marker.push(m_a3518523747eac6db7b48a08e17fbdda);}});}google.maps.event.addDomListener(window, 'load', initialize);