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.0819,-93.7581)};var g_7309447d05f35c430ba06b46c3593799 = new google.maps.Geocoder();g_7309447d05f35c430ba06b46c3593799.geocode( { 'address': "43427 State Highway 87 S, Orange, TX 77632"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('orange-TX-community-bank-of-texas').style.display = '';map = new google.maps.Map(document.getElementById('orange-TX-community-bank-of-texas'), mapOptions);}document.getElementById('9cda1da8').innerHTML += ' | View Map';var $l7309447d05f35c430ba06b46c3593799 = '

Community Bank Of Texas

Address: 43427 State Highway 87 S, Orange, TX 77632
Phone: (409) 746-7026
';var m_7309447d05f35c430ba06b46c3593799 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Bank Of Texas',});m_7309447d05f35c430ba06b46c3593799['infowindow'] = new google.maps.InfoWindow({content: $l7309447d05f35c430ba06b46c3593799});var infowindow = new google.maps.InfoWindow({content: $l7309447d05f35c430ba06b46c3593799});google.maps.event.addListener(m_7309447d05f35c430ba06b46c3593799, 'click', function() {infowindow.open(map,m_7309447d05f35c430ba06b46c3593799);});$marker.push(m_7309447d05f35c430ba06b46c3593799);}});}google.maps.event.addDomListener(window, 'load', initialize);