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.8338,-106.549)};var g_c7b663244f217e0102a615967b547f38 = new google.maps.Geocoder();g_c7b663244f217e0102a615967b547f38.geocode( { 'address': "6950 Pitts St, El Paso, TX 79912, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('el-paso-TX-el-paso-employees-federal-cu').style.display = '';map = new google.maps.Map(document.getElementById('el-paso-TX-el-paso-employees-federal-cu'), mapOptions);}document.getElementById('9934bdc4').innerHTML += ' | View Map';var $lc7b663244f217e0102a615967b547f38 = '

El Paso Employees Federal Cu

Address: 6950 Pitts St, El Paso, TX 79912, USA
Phone: (915) 593-5866
';var m_c7b663244f217e0102a615967b547f38 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'El Paso Employees Federal Cu',});m_c7b663244f217e0102a615967b547f38['infowindow'] = new google.maps.InfoWindow({content: $lc7b663244f217e0102a615967b547f38});var infowindow = new google.maps.InfoWindow({content: $lc7b663244f217e0102a615967b547f38});google.maps.event.addListener(m_c7b663244f217e0102a615967b547f38, 'click', function() {infowindow.open(map,m_c7b663244f217e0102a615967b547f38);});$marker.push(m_c7b663244f217e0102a615967b547f38);}});}google.maps.event.addDomListener(window, 'load', initialize);