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.1395,-106.587)};var g_74de5f915765ea59816e770a8e686f38 = new google.maps.Geocoder();g_74de5f915765ea59816e770a8e686f38.geocode( { 'address': "5111 San Mateo Blvd NE, Albuquerque, NM 87109, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('albuquerque-NM-indigo-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('albuquerque-NM-indigo-mortgage'), mapOptions);}document.getElementById('ef66fa78').innerHTML += ' | View Map';var $l74de5f915765ea59816e770a8e686f38 = '

Indigo Mortgage

Address: 5111 San Mateo Blvd NE, Albuquerque, NM 87109, USA
Phone: (505) 836-5700
';var m_74de5f915765ea59816e770a8e686f38 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Indigo Mortgage',});m_74de5f915765ea59816e770a8e686f38['infowindow'] = new google.maps.InfoWindow({content: $l74de5f915765ea59816e770a8e686f38});var infowindow = new google.maps.InfoWindow({content: $l74de5f915765ea59816e770a8e686f38});google.maps.event.addListener(m_74de5f915765ea59816e770a8e686f38, 'click', function() {infowindow.open(map,m_74de5f915765ea59816e770a8e686f38);});$marker.push(m_74de5f915765ea59816e770a8e686f38);}});}google.maps.event.addDomListener(window, 'load', initialize);