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.3569,-99.1016)};var g_5eb8261bc8c67ebd56aa317f2805568e = new google.maps.Geocoder();g_5eb8261bc8c67ebd56aa317f2805568e.geocode( { 'address': "1502 Avenue M, Hondo, TX 78861"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hondo-TX-community-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('hondo-TX-community-national-bank'), mapOptions);}document.getElementById('ae6fe8dd').innerHTML += ' | View Map';var $l5eb8261bc8c67ebd56aa317f2805568e = '

Community National Bank

Address: 1502 Avenue M, Hondo, TX 78861
Phone: (830) 426-3066
';var m_5eb8261bc8c67ebd56aa317f2805568e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community National Bank',});m_5eb8261bc8c67ebd56aa317f2805568e['infowindow'] = new google.maps.InfoWindow({content: $l5eb8261bc8c67ebd56aa317f2805568e});var infowindow = new google.maps.InfoWindow({content: $l5eb8261bc8c67ebd56aa317f2805568e});google.maps.event.addListener(m_5eb8261bc8c67ebd56aa317f2805568e, 'click', function() {infowindow.open(map,m_5eb8261bc8c67ebd56aa317f2805568e);});$marker.push(m_5eb8261bc8c67ebd56aa317f2805568e);}});}google.maps.event.addDomListener(window, 'load', initialize);