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.9846,-101.335)};var g_7c77f048a2d02e784926184a82686fa0 = new google.maps.Geocoder();g_7c77f048a2d02e784926184a82686fa0.geocode( { 'address': "124 S Main St, Floydada, TX 79235, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('floydada-TX-first-national-bank-floydada').style.display = '';map = new google.maps.Map(document.getElementById('floydada-TX-first-national-bank-floydada'), mapOptions);}document.getElementById('3d0350e7').innerHTML += ' | View Map';var $l7c77f048a2d02e784926184a82686fa0 = '

First National Bank-Floydada

Address: 124 S Main St, Floydada, TX 79235, USA
Phone: (806) 983-3717
';var m_7c77f048a2d02e784926184a82686fa0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank-Floydada',});m_7c77f048a2d02e784926184a82686fa0['infowindow'] = new google.maps.InfoWindow({content: $l7c77f048a2d02e784926184a82686fa0});var infowindow = new google.maps.InfoWindow({content: $l7c77f048a2d02e784926184a82686fa0});google.maps.event.addListener(m_7c77f048a2d02e784926184a82686fa0, 'click', function() {infowindow.open(map,m_7c77f048a2d02e784926184a82686fa0);});$marker.push(m_7c77f048a2d02e784926184a82686fa0);}});}google.maps.event.addDomListener(window, 'load', initialize);