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.916,-99.7862)};var g_37b8f935b8a23fdeb2e43a415f9ec193 = new google.maps.Geocoder();g_37b8f935b8a23fdeb2e43a415f9ec193.geocode( { 'address': "201 Ellis St, Menard, TX 76859, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('menard-TX-menard-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('menard-TX-menard-national-bank'), mapOptions);}document.getElementById('304f0ccd').innerHTML += ' | View Map';var $l37b8f935b8a23fdeb2e43a415f9ec193 = '

Menard National Bank

Address: 201 Ellis St, Menard, TX 76859, USA
Phone: (325) 396-4524
';var m_37b8f935b8a23fdeb2e43a415f9ec193 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Menard National Bank',});m_37b8f935b8a23fdeb2e43a415f9ec193['infowindow'] = new google.maps.InfoWindow({content: $l37b8f935b8a23fdeb2e43a415f9ec193});var infowindow = new google.maps.InfoWindow({content: $l37b8f935b8a23fdeb2e43a415f9ec193});google.maps.event.addListener(m_37b8f935b8a23fdeb2e43a415f9ec193, 'click', function() {infowindow.open(map,m_37b8f935b8a23fdeb2e43a415f9ec193);});$marker.push(m_37b8f935b8a23fdeb2e43a415f9ec193);}});}google.maps.event.addDomListener(window, 'load', initialize);