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.8185,-102.397)};var g_fe8f28ba07e85186a48ee41ba046c4eb = new google.maps.Geocoder();g_fe8f28ba07e85186a48ee41ba046c4eb.geocode( { 'address': "330 Schley Ave, Hereford, TX 79045, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hereford-TX-hereford-texas-federal-cu').style.display = '';map = new google.maps.Map(document.getElementById('hereford-TX-hereford-texas-federal-cu'), mapOptions);}document.getElementById('610ed67a').innerHTML += ' | View Map';var $lfe8f28ba07e85186a48ee41ba046c4eb = '

Hereford Texas Federal CU

Address: 330 Schley Ave, Hereford, TX 79045, USA
Phone: (806) 364-1888
';var m_fe8f28ba07e85186a48ee41ba046c4eb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Hereford Texas Federal CU',});m_fe8f28ba07e85186a48ee41ba046c4eb['infowindow'] = new google.maps.InfoWindow({content: $lfe8f28ba07e85186a48ee41ba046c4eb});var infowindow = new google.maps.InfoWindow({content: $lfe8f28ba07e85186a48ee41ba046c4eb});google.maps.event.addListener(m_fe8f28ba07e85186a48ee41ba046c4eb, 'click', function() {infowindow.open(map,m_fe8f28ba07e85186a48ee41ba046c4eb);});$marker.push(m_fe8f28ba07e85186a48ee41ba046c4eb);}});}google.maps.event.addDomListener(window, 'load', initialize);