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.0106,-100.302)};var g_58ad92fe05b1bbd581fd2d3aaee16c2f = new google.maps.Geocoder();g_58ad92fe05b1bbd581fd2d3aaee16c2f.geocode( { 'address': "Tenth & Bacus Sts, Paducah, TX 79248"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('paducah-TX-first-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('paducah-TX-first-national-bank'), mapOptions);}document.getElementById('3027e845').innerHTML += ' | View Map';var $l58ad92fe05b1bbd581fd2d3aaee16c2f = '

First National Bank

Address: Tenth & Bacus Sts, Paducah, TX 79248
Phone: (806) 492-3508
';var m_58ad92fe05b1bbd581fd2d3aaee16c2f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank',});m_58ad92fe05b1bbd581fd2d3aaee16c2f['infowindow'] = new google.maps.InfoWindow({content: $l58ad92fe05b1bbd581fd2d3aaee16c2f});var infowindow = new google.maps.InfoWindow({content: $l58ad92fe05b1bbd581fd2d3aaee16c2f});google.maps.event.addListener(m_58ad92fe05b1bbd581fd2d3aaee16c2f, 'click', function() {infowindow.open(map,m_58ad92fe05b1bbd581fd2d3aaee16c2f);});$marker.push(m_58ad92fe05b1bbd581fd2d3aaee16c2f);}});}google.maps.event.addDomListener(window, 'load', initialize);