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.8682,-94.5795)};var g_8339611181c6b2622eec0551fbd4d298 = new google.maps.Geocoder();g_8339611181c6b2622eec0551fbd4d298.geocode( { 'address': "55 Highway 155 W, Avinger, TX 75630"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('avinger-TX-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('avinger-TX-community-bank'), mapOptions);}document.getElementById('31f7b712').innerHTML += ' | View Map';var $l8339611181c6b2622eec0551fbd4d298 = '

Community Bank

Address: 55 Highway 155 W, Avinger, TX 75630
Phone: (903) 562-1325
';var m_8339611181c6b2622eec0551fbd4d298 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Bank',});m_8339611181c6b2622eec0551fbd4d298['infowindow'] = new google.maps.InfoWindow({content: $l8339611181c6b2622eec0551fbd4d298});var infowindow = new google.maps.InfoWindow({content: $l8339611181c6b2622eec0551fbd4d298});google.maps.event.addListener(m_8339611181c6b2622eec0551fbd4d298, 'click', function() {infowindow.open(map,m_8339611181c6b2622eec0551fbd4d298);});$marker.push(m_8339611181c6b2622eec0551fbd4d298);}});}google.maps.event.addDomListener(window, 'load', initialize);