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.551,-102.314)};var g_671355f4110cbbec1ff35af7e0754971 = new google.maps.Geocoder();g_671355f4110cbbec1ff35af7e0754971.geocode( { 'address': "212 W Bedford St, Dimmitt, TX 79027, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dimmitt-TX-hereford-texas-federal-cu').style.display = '';map = new google.maps.Map(document.getElementById('dimmitt-TX-hereford-texas-federal-cu'), mapOptions);}document.getElementById('35f17efa').innerHTML += ' | View Map';var $l671355f4110cbbec1ff35af7e0754971 = '

Hereford Texas Federal CU

Address: 212 W Bedford St, Dimmitt, TX 79027, USA
Phone: (806) 647-5169
';var m_671355f4110cbbec1ff35af7e0754971 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Hereford Texas Federal CU',});m_671355f4110cbbec1ff35af7e0754971['infowindow'] = new google.maps.InfoWindow({content: $l671355f4110cbbec1ff35af7e0754971});var infowindow = new google.maps.InfoWindow({content: $l671355f4110cbbec1ff35af7e0754971});google.maps.event.addListener(m_671355f4110cbbec1ff35af7e0754971, 'click', function() {infowindow.open(map,m_671355f4110cbbec1ff35af7e0754971);});$marker.push(m_671355f4110cbbec1ff35af7e0754971);}});}google.maps.event.addDomListener(window, 'load', initialize);