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.1753,-94.1523)};var g_a9350f1003cee6e54bf0561a4b68b0c9 = new google.maps.Geocoder();g_a9350f1003cee6e54bf0561a4b68b0c9.geocode( { 'address': "305 US Highway 59 S, Queen City, TX 75572"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('queen-city-TX-first-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('queen-city-TX-first-national-bank'), mapOptions);}document.getElementById('799d9dae').innerHTML += ' | View Map';var $la9350f1003cee6e54bf0561a4b68b0c9 = '

First National Bank

Address: 305 US Highway 59 S, Queen City, TX 75572
Phone: (903) 796-2779
';var m_a9350f1003cee6e54bf0561a4b68b0c9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank',});m_a9350f1003cee6e54bf0561a4b68b0c9['infowindow'] = new google.maps.InfoWindow({content: $la9350f1003cee6e54bf0561a4b68b0c9});var infowindow = new google.maps.InfoWindow({content: $la9350f1003cee6e54bf0561a4b68b0c9});google.maps.event.addListener(m_a9350f1003cee6e54bf0561a4b68b0c9, 'click', function() {infowindow.open(map,m_a9350f1003cee6e54bf0561a4b68b0c9);});$marker.push(m_a9350f1003cee6e54bf0561a4b68b0c9);}});}google.maps.event.addDomListener(window, 'load', initialize);