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()};var g_6aadca7bd86c4743e6724f9607256126 = new google.maps.Geocoder();g_6aadca7bd86c4743e6724f9607256126.geocode( { 'address': "304 Texas Highway 37, Mt Vernon, TX 75457"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mt-vernon-TX-guaranty-bank-trust').style.display = '';map = new google.maps.Map(document.getElementById('mt-vernon-TX-guaranty-bank-trust'), mapOptions);}document.getElementById('163725e9').innerHTML += ' | View Map';var $l6aadca7bd86c4743e6724f9607256126 = '

Guaranty Bank & Trust

Address: 304 Texas Highway 37, Mt Vernon, TX 75457
Phone: (903) 537-3990
';var m_6aadca7bd86c4743e6724f9607256126 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Guaranty Bank & Trust',});m_6aadca7bd86c4743e6724f9607256126['infowindow'] = new google.maps.InfoWindow({content: $l6aadca7bd86c4743e6724f9607256126});var infowindow = new google.maps.InfoWindow({content: $l6aadca7bd86c4743e6724f9607256126});google.maps.event.addListener(m_6aadca7bd86c4743e6724f9607256126, 'click', function() {infowindow.open(map,m_6aadca7bd86c4743e6724f9607256126);});$marker.push(m_6aadca7bd86c4743e6724f9607256126);}});}google.maps.event.addDomListener(window, 'load', initialize);