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.4325,-100.146)};var g_6f4374db902e3d345cfc77e4468b7cff = new google.maps.Geocoder();g_6f4374db902e3d345cfc77e4468b7cff.geocode( { 'address': "501 Commerce St, Childress, TX 79201"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('childress-TX-first-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('childress-TX-first-national-bank'), mapOptions);}document.getElementById('0385c2f5').innerHTML += ' | View Map';var $l6f4374db902e3d345cfc77e4468b7cff = '

First National Bank

Address: 501 Commerce St, Childress, TX 79201
Phone: (940) 937-2514
';var m_6f4374db902e3d345cfc77e4468b7cff = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank',});m_6f4374db902e3d345cfc77e4468b7cff['infowindow'] = new google.maps.InfoWindow({content: $l6f4374db902e3d345cfc77e4468b7cff});var infowindow = new google.maps.InfoWindow({content: $l6f4374db902e3d345cfc77e4468b7cff});google.maps.event.addListener(m_6f4374db902e3d345cfc77e4468b7cff, 'click', function() {infowindow.open(map,m_6f4374db902e3d345cfc77e4468b7cff);});$marker.push(m_6f4374db902e3d345cfc77e4468b7cff);}});}google.maps.event.addDomListener(window, 'load', initialize);