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.351,-99.1423)};var g_55312eec654a75a08dc83de96adde735 = new google.maps.Geocoder();g_55312eec654a75a08dc83de96adde735.geocode( { 'address': "1502 Ave M, Hondo, TX 78861, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hondo-TX-medina-community-bancshares').style.display = '';map = new google.maps.Map(document.getElementById('hondo-TX-medina-community-bancshares'), mapOptions);}document.getElementById('7d9f3457').innerHTML += ' | View Map';var $l55312eec654a75a08dc83de96adde735 = '

Medina Community Bancshares

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