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(35.2005,-106.643)};var g_5708bc08150358bcab702024df5a1e0d = new google.maps.Geocoder();g_5708bc08150358bcab702024df5a1e0d.geocode( { 'address': "2155 Louisiana Blvd Ne, Albuquerque, NM 87110"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('albuquerque-NM-weststar-mortgage-corp').style.display = '';map = new google.maps.Map(document.getElementById('albuquerque-NM-weststar-mortgage-corp'), mapOptions);}document.getElementById('2c199b20').innerHTML += ' | View Map';var $l5708bc08150358bcab702024df5a1e0d = '

Weststar Mortgage Corp

Address: 2155 Louisiana Blvd Ne, Albuquerque, NM 87110
Phone: (505) 883-0332
';var m_5708bc08150358bcab702024df5a1e0d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Weststar Mortgage Corp',});m_5708bc08150358bcab702024df5a1e0d['infowindow'] = new google.maps.InfoWindow({content: $l5708bc08150358bcab702024df5a1e0d});var infowindow = new google.maps.InfoWindow({content: $l5708bc08150358bcab702024df5a1e0d});google.maps.event.addListener(m_5708bc08150358bcab702024df5a1e0d, 'click', function() {infowindow.open(map,m_5708bc08150358bcab702024df5a1e0d);});$marker.push(m_5708bc08150358bcab702024df5a1e0d);}});}google.maps.event.addDomListener(window, 'load', initialize);