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.1138,-106.586)};var g_80dba1d1a9b389adf6f4b44438ac3b71 = new google.maps.Geocoder();g_80dba1d1a9b389adf6f4b44438ac3b71.geocode( { 'address': "2800 San Mateo Blvd NE #101, Albuquerque, NM 87110, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('albuquerque-NM-tommy-r-martinez---academy-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('albuquerque-NM-tommy-r-martinez---academy-mortgage'), mapOptions);}document.getElementById('b5c6698b').innerHTML += ' | View Map';var $l80dba1d1a9b389adf6f4b44438ac3b71 = '

Tommy R. Martinez - Academy Mortgage

Address: 2800 San Mateo Blvd NE #101, Albuquerque, NM 87110, USA
Phone: (505) 265-1271
';var m_80dba1d1a9b389adf6f4b44438ac3b71 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Tommy R. Martinez - Academy Mortgage',});m_80dba1d1a9b389adf6f4b44438ac3b71['infowindow'] = new google.maps.InfoWindow({content: $l80dba1d1a9b389adf6f4b44438ac3b71});var infowindow = new google.maps.InfoWindow({content: $l80dba1d1a9b389adf6f4b44438ac3b71});google.maps.event.addListener(m_80dba1d1a9b389adf6f4b44438ac3b71, 'click', function() {infowindow.open(map,m_80dba1d1a9b389adf6f4b44438ac3b71);});$marker.push(m_80dba1d1a9b389adf6f4b44438ac3b71);}});}google.maps.event.addDomListener(window, 'load', initialize);