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(34.2984,-99.7391)};var g_add64af0be37c305f83eae5d89099bf3 = new google.maps.Geocoder();g_add64af0be37c305f83eae5d89099bf3.geocode( { 'address': "211 S Main St, Quanah, TX 79252, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('quanah-TX-security-bank').style.display = '';map = new google.maps.Map(document.getElementById('quanah-TX-security-bank'), mapOptions);}document.getElementById('4bb183e5').innerHTML += ' | View Map';var $ladd64af0be37c305f83eae5d89099bf3 = '

Security Bank

Address: 211 S Main St, Quanah, TX 79252, USA
Phone: (940) 663-6331
';var m_add64af0be37c305f83eae5d89099bf3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Security Bank',});m_add64af0be37c305f83eae5d89099bf3['infowindow'] = new google.maps.InfoWindow({content: $ladd64af0be37c305f83eae5d89099bf3});var infowindow = new google.maps.InfoWindow({content: $ladd64af0be37c305f83eae5d89099bf3});google.maps.event.addListener(m_add64af0be37c305f83eae5d89099bf3, 'click', function() {infowindow.open(map,m_add64af0be37c305f83eae5d89099bf3);});$marker.push(m_add64af0be37c305f83eae5d89099bf3);}});}google.maps.event.addDomListener(window, 'load', initialize);