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.1914,-97.6948)};var g_169d44ff5c9736fcb4a98033cba46e95 = new google.maps.Geocoder();g_169d44ff5c9736fcb4a98033cba46e95.geocode( { 'address': "134 E Van Buren Ave # 102, Harlingen, TX 78550, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('harlingen-TX-naft-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('harlingen-TX-naft-federal-credit-union'), mapOptions);}document.getElementById('fc8f36b8').innerHTML += ' | View Map';var $l169d44ff5c9736fcb4a98033cba46e95 = '

Naft Federal Credit Union

Address: 134 E Van Buren Ave # 102, Harlingen, TX 78550, USA
Phone: (956) 364-0990
';var m_169d44ff5c9736fcb4a98033cba46e95 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Naft Federal Credit Union',});m_169d44ff5c9736fcb4a98033cba46e95['infowindow'] = new google.maps.InfoWindow({content: $l169d44ff5c9736fcb4a98033cba46e95});var infowindow = new google.maps.InfoWindow({content: $l169d44ff5c9736fcb4a98033cba46e95});google.maps.event.addListener(m_169d44ff5c9736fcb4a98033cba46e95, 'click', function() {infowindow.open(map,m_169d44ff5c9736fcb4a98033cba46e95);});$marker.push(m_169d44ff5c9736fcb4a98033cba46e95);}});}google.maps.event.addDomListener(window, 'load', initialize);