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.2471,-98.4771)};var g_acc90c264f09d151c7a09da4c06877e8 = new google.maps.Geocoder();g_acc90c264f09d151c7a09da4c06877e8.geocode( { 'address': "214 E Expy 83, La Joya, TX 78560, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('la-joya-TX-la-joya-area-fed-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('la-joya-TX-la-joya-area-fed-credit-union'), mapOptions);}document.getElementById('a56f724e').innerHTML += ' | View Map';var $lacc90c264f09d151c7a09da4c06877e8 = '

La Joya Area Fed Credit Union

Address: 214 E Expy 83, La Joya, TX 78560, USA
Phone: (956) 585-6207
';var m_acc90c264f09d151c7a09da4c06877e8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'La Joya Area Fed Credit Union',});m_acc90c264f09d151c7a09da4c06877e8['infowindow'] = new google.maps.InfoWindow({content: $lacc90c264f09d151c7a09da4c06877e8});var infowindow = new google.maps.InfoWindow({content: $lacc90c264f09d151c7a09da4c06877e8});google.maps.event.addListener(m_acc90c264f09d151c7a09da4c06877e8, 'click', function() {infowindow.open(map,m_acc90c264f09d151c7a09da4c06877e8);});$marker.push(m_acc90c264f09d151c7a09da4c06877e8);}});}google.maps.event.addDomListener(window, 'load', initialize);