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(33.6412,-97.1634)};var g_6baf0c68d744f7699a2fca1addf6a105 = new google.maps.Geocoder();g_6baf0c68d744f7699a2fca1addf6a105.geocode( { 'address': "1619 US-82, Gainesville, TX 76240, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gainesville-TX-muenster-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('gainesville-TX-muenster-state-bank'), mapOptions);}document.getElementById('e2274130').innerHTML += ' | View Map';var $l6baf0c68d744f7699a2fca1addf6a105 = '

Muenster State Bank

Address: 1619 US-82, Gainesville, TX 76240, USA
Phone: (940) 665-7900
';var m_6baf0c68d744f7699a2fca1addf6a105 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Muenster State Bank',});m_6baf0c68d744f7699a2fca1addf6a105['infowindow'] = new google.maps.InfoWindow({content: $l6baf0c68d744f7699a2fca1addf6a105});var infowindow = new google.maps.InfoWindow({content: $l6baf0c68d744f7699a2fca1addf6a105});google.maps.event.addListener(m_6baf0c68d744f7699a2fca1addf6a105, 'click', function() {infowindow.open(map,m_6baf0c68d744f7699a2fca1addf6a105);});$marker.push(m_6baf0c68d744f7699a2fca1addf6a105);}});}google.maps.event.addDomListener(window, 'load', initialize);