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(31.8933,-106.433)};var g_4edd4f1806f31833b0e1a11ee91bd1e7 = new google.maps.Geocoder();g_4edd4f1806f31833b0e1a11ee91bd1e7.geocode( { 'address': "9835 Kenworthy St, El Paso, TX 79924, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('el-paso-TX-tfcu---northeastkenworthy-branch').style.display = '';map = new google.maps.Map(document.getElementById('el-paso-TX-tfcu---northeastkenworthy-branch'), mapOptions);}document.getElementById('ae4a6d86').innerHTML += ' | View Map';var $l4edd4f1806f31833b0e1a11ee91bd1e7 = '

TFCU - NORTHEAST/Kenworthy Branch

Address: 9835 Kenworthy St, El Paso, TX 79924, USA
Phone:
';var m_4edd4f1806f31833b0e1a11ee91bd1e7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TFCU - NORTHEAST/Kenworthy Branch',});m_4edd4f1806f31833b0e1a11ee91bd1e7['infowindow'] = new google.maps.InfoWindow({content: $l4edd4f1806f31833b0e1a11ee91bd1e7});var infowindow = new google.maps.InfoWindow({content: $l4edd4f1806f31833b0e1a11ee91bd1e7});google.maps.event.addListener(m_4edd4f1806f31833b0e1a11ee91bd1e7, 'click', function() {infowindow.open(map,m_4edd4f1806f31833b0e1a11ee91bd1e7);});$marker.push(m_4edd4f1806f31833b0e1a11ee91bd1e7);}});}google.maps.event.addDomListener(window, 'load', initialize);