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.146,-106.571)};var g_c494fcbfc764f265476d1c72efc9d8e3 = new google.maps.Geocoder();g_c494fcbfc764f265476d1c72efc9d8e3.geocode( { 'address': "6711 Academy Rd NE Ste B, Albuquerque, NM 87109, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('albuquerque-NM-the-ingles-company-realtors').style.display = '';map = new google.maps.Map(document.getElementById('albuquerque-NM-the-ingles-company-realtors'), mapOptions);}document.getElementById('5d0c5ad0').innerHTML += ' | View Map';var $lc494fcbfc764f265476d1c72efc9d8e3 = '

The Ingles Company Realtors

Address: 6711 Academy Rd NE Ste B, Albuquerque, NM 87109, USA
Phone: (505) 828-1366
';var m_c494fcbfc764f265476d1c72efc9d8e3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Ingles Company Realtors',});m_c494fcbfc764f265476d1c72efc9d8e3['infowindow'] = new google.maps.InfoWindow({content: $lc494fcbfc764f265476d1c72efc9d8e3});var infowindow = new google.maps.InfoWindow({content: $lc494fcbfc764f265476d1c72efc9d8e3});google.maps.event.addListener(m_c494fcbfc764f265476d1c72efc9d8e3, 'click', function() {infowindow.open(map,m_c494fcbfc764f265476d1c72efc9d8e3);});$marker.push(m_c494fcbfc764f265476d1c72efc9d8e3);}});}google.maps.event.addDomListener(window, 'load', initialize);