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.1738,-106.591)};var g_307f9f2343a9eca5afcb9d371ad93670 = new google.maps.Geocoder();g_307f9f2343a9eca5afcb9d371ad93670.geocode( { 'address': "4801 Lang Ave N.E. 110, Albuquerque, NM 87109, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('albuquerque-NM-plan-b-debt--credit-consultants').style.display = '';map = new google.maps.Map(document.getElementById('albuquerque-NM-plan-b-debt--credit-consultants'), mapOptions);}document.getElementById('1eec7fb9').innerHTML += ' | View Map';var $l307f9f2343a9eca5afcb9d371ad93670 = '

Plan B Debt & Credit Consultants

Address: 4801 Lang Ave N.E. 110, Albuquerque, NM 87109, USA
Phone: (800) 871-6817
';var m_307f9f2343a9eca5afcb9d371ad93670 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Plan B Debt & Credit Consultants',});m_307f9f2343a9eca5afcb9d371ad93670['infowindow'] = new google.maps.InfoWindow({content: $l307f9f2343a9eca5afcb9d371ad93670});var infowindow = new google.maps.InfoWindow({content: $l307f9f2343a9eca5afcb9d371ad93670});google.maps.event.addListener(m_307f9f2343a9eca5afcb9d371ad93670, 'click', function() {infowindow.open(map,m_307f9f2343a9eca5afcb9d371ad93670);});$marker.push(m_307f9f2343a9eca5afcb9d371ad93670);}});}google.maps.event.addDomListener(window, 'load', initialize);