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.1466,-106.571)};var g_535f80eabc53b711201f9339f3b33ae7 = new google.maps.Geocoder();g_535f80eabc53b711201f9339f3b33ae7.geocode( { 'address': "6719 Academy Rd NE, Albuquerque, NM 87109, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('albuquerque-NM-affiliated-bank-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('albuquerque-NM-affiliated-bank-mortgage'), mapOptions);}document.getElementById('2c0f54d7').innerHTML += ' | View Map';var $l535f80eabc53b711201f9339f3b33ae7 = '

Affiliated Bank Mortgage

Address: 6719 Academy Rd NE, Albuquerque, NM 87109, USA
Phone: (505) 717-1135
';var m_535f80eabc53b711201f9339f3b33ae7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Affiliated Bank Mortgage',});m_535f80eabc53b711201f9339f3b33ae7['infowindow'] = new google.maps.InfoWindow({content: $l535f80eabc53b711201f9339f3b33ae7});var infowindow = new google.maps.InfoWindow({content: $l535f80eabc53b711201f9339f3b33ae7});google.maps.event.addListener(m_535f80eabc53b711201f9339f3b33ae7, 'click', function() {infowindow.open(map,m_535f80eabc53b711201f9339f3b33ae7);});$marker.push(m_535f80eabc53b711201f9339f3b33ae7);}});}google.maps.event.addDomListener(window, 'load', initialize);