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(32.5005,-94.5757)};var g_7e83f16b88fc737a8f2d78b84ce9651d = new google.maps.Geocoder();g_7e83f16b88fc737a8f2d78b84ce9651d.geocode( { 'address': "700 W Main St, Hallsville, TX 75650"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hallsville-TX-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('hallsville-TX-community-bank'), mapOptions);}document.getElementById('6a7d8cb1').innerHTML += ' | View Map';var $l7e83f16b88fc737a8f2d78b84ce9651d = '

Community Bank

Address: 700 W Main St, Hallsville, TX 75650
Phone: (903) 660-2265
';var m_7e83f16b88fc737a8f2d78b84ce9651d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Bank',});m_7e83f16b88fc737a8f2d78b84ce9651d['infowindow'] = new google.maps.InfoWindow({content: $l7e83f16b88fc737a8f2d78b84ce9651d});var infowindow = new google.maps.InfoWindow({content: $l7e83f16b88fc737a8f2d78b84ce9651d});google.maps.event.addListener(m_7e83f16b88fc737a8f2d78b84ce9651d, 'click', function() {infowindow.open(map,m_7e83f16b88fc737a8f2d78b84ce9651d);});$marker.push(m_7e83f16b88fc737a8f2d78b84ce9651d);}});}google.maps.event.addDomListener(window, 'load', initialize);