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_bf165d97e6383d0430a56b09f96397d7 = new google.maps.Geocoder();g_bf165d97e6383d0430a56b09f96397d7.geocode( { 'address': "423 N Main St, Childress, TX 79201"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('childress-TX-bank-of-america').style.display = '';map = new google.maps.Map(document.getElementById('childress-TX-bank-of-america'), mapOptions);}document.getElementById('2d6d22d9').innerHTML += ' | View Map';var $lbf165d97e6383d0430a56b09f96397d7 = '

Bank of America

Address: 423 N Main St, Childress, TX 79201
Phone: (940) 937-8686
';var m_bf165d97e6383d0430a56b09f96397d7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America',});m_bf165d97e6383d0430a56b09f96397d7['infowindow'] = new google.maps.InfoWindow({content: $lbf165d97e6383d0430a56b09f96397d7});var infowindow = new google.maps.InfoWindow({content: $lbf165d97e6383d0430a56b09f96397d7});google.maps.event.addListener(m_bf165d97e6383d0430a56b09f96397d7, 'click', function() {infowindow.open(map,m_bf165d97e6383d0430a56b09f96397d7);});$marker.push(m_bf165d97e6383d0430a56b09f96397d7);}});}google.maps.event.addDomListener(window, 'load', initialize);