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.8169,-106.532)};var g_4bf6d29c0783b2ae052eb3f684995821 = new google.maps.Geocoder();g_4bf6d29c0783b2ae052eb3f684995821.geocode( { 'address': "550 S Mesa Hills Dr, El Paso, TX 79912, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('el-paso-TX-prime-mortgage-llc').style.display = '';map = new google.maps.Map(document.getElementById('el-paso-TX-prime-mortgage-llc'), mapOptions);}document.getElementById('7f1d2974').innerHTML += ' | View Map';var $l4bf6d29c0783b2ae052eb3f684995821 = '

Prime Mortgage LLC

Address: 550 S Mesa Hills Dr, El Paso, TX 79912, USA
Phone: (915) 587-7463
';var m_4bf6d29c0783b2ae052eb3f684995821 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Prime Mortgage LLC',});m_4bf6d29c0783b2ae052eb3f684995821['infowindow'] = new google.maps.InfoWindow({content: $l4bf6d29c0783b2ae052eb3f684995821});var infowindow = new google.maps.InfoWindow({content: $l4bf6d29c0783b2ae052eb3f684995821});google.maps.event.addListener(m_4bf6d29c0783b2ae052eb3f684995821, 'click', function() {infowindow.open(map,m_4bf6d29c0783b2ae052eb3f684995821);});$marker.push(m_4bf6d29c0783b2ae052eb3f684995821);}});}google.maps.event.addDomListener(window, 'load', initialize);