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.8392,-106.523)};var g_a06dfaedc1e4413666a940fb0e84fbd6 = new google.maps.Geocoder();g_a06dfaedc1e4413666a940fb0e84fbd6.geocode( { 'address': "5915 Silver Springs Dr # 6A, El Paso, TX 79912, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('el-paso-TX-sierra-mortgage-corporation').style.display = '';map = new google.maps.Map(document.getElementById('el-paso-TX-sierra-mortgage-corporation'), mapOptions);}document.getElementById('80accb4c').innerHTML += ' | View Map';var $la06dfaedc1e4413666a940fb0e84fbd6 = '

Sierra Mortgage Corporation

Address: 5915 Silver Springs Dr # 6A, El Paso, TX 79912, USA
Phone: (915) 313-7000
';var m_a06dfaedc1e4413666a940fb0e84fbd6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sierra Mortgage Corporation',});m_a06dfaedc1e4413666a940fb0e84fbd6['infowindow'] = new google.maps.InfoWindow({content: $la06dfaedc1e4413666a940fb0e84fbd6});var infowindow = new google.maps.InfoWindow({content: $la06dfaedc1e4413666a940fb0e84fbd6});google.maps.event.addListener(m_a06dfaedc1e4413666a940fb0e84fbd6, 'click', function() {infowindow.open(map,m_a06dfaedc1e4413666a940fb0e84fbd6);});$marker.push(m_a06dfaedc1e4413666a940fb0e84fbd6);}});}google.maps.event.addDomListener(window, 'load', initialize);