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(26.2129,-98.1874)};var g_2cc8760ff37df97d467ff8bedb40fc98 = new google.maps.Geocoder();g_2cc8760ff37df97d467ff8bedb40fc98.geocode( { 'address': "800 W Ferguson Ave, Pharr, TX 78577, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pharr-TX-highway-district-21-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('pharr-TX-highway-district-21-federal-credit-union'), mapOptions);}document.getElementById('f9d14db1').innerHTML += ' | View Map';var $l2cc8760ff37df97d467ff8bedb40fc98 = '

Highway District 21 Federal Credit Union

Address: 800 W Ferguson Ave, Pharr, TX 78577, USA
Phone: (956) 787-2701
';var m_2cc8760ff37df97d467ff8bedb40fc98 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Highway District 21 Federal Credit Union',});m_2cc8760ff37df97d467ff8bedb40fc98['infowindow'] = new google.maps.InfoWindow({content: $l2cc8760ff37df97d467ff8bedb40fc98});var infowindow = new google.maps.InfoWindow({content: $l2cc8760ff37df97d467ff8bedb40fc98});google.maps.event.addListener(m_2cc8760ff37df97d467ff8bedb40fc98, 'click', function() {infowindow.open(map,m_2cc8760ff37df97d467ff8bedb40fc98);});$marker.push(m_2cc8760ff37df97d467ff8bedb40fc98);}});}google.maps.event.addDomListener(window, 'load', initialize);