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(30.0546,-95.383)};var g_823d21584d1c5fe5ea643bc15d17251f = new google.maps.Geocoder();g_823d21584d1c5fe5ea643bc15d17251f.geocode( { 'address': "10655 Six Pines Dr, Spring, TX 77380"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('spring-TX-community-bank-of-texas').style.display = '';map = new google.maps.Map(document.getElementById('spring-TX-community-bank-of-texas'), mapOptions);}document.getElementById('605a05f6').innerHTML += ' | View Map';var $l823d21584d1c5fe5ea643bc15d17251f = '

Community Bank Of Texas

Address: 10655 Six Pines Dr, Spring, TX 77380
Phone: (832) 663-9058
';var m_823d21584d1c5fe5ea643bc15d17251f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Bank Of Texas',});m_823d21584d1c5fe5ea643bc15d17251f['infowindow'] = new google.maps.InfoWindow({content: $l823d21584d1c5fe5ea643bc15d17251f});var infowindow = new google.maps.InfoWindow({content: $l823d21584d1c5fe5ea643bc15d17251f});google.maps.event.addListener(m_823d21584d1c5fe5ea643bc15d17251f, 'click', function() {infowindow.open(map,m_823d21584d1c5fe5ea643bc15d17251f);});$marker.push(m_823d21584d1c5fe5ea643bc15d17251f);}});}google.maps.event.addDomListener(window, 'load', initialize);