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.1086,-106.538)};var g_95167ae279a3d7d96f8b54e6e97cc3e6 = new google.maps.Geocoder();g_95167ae279a3d7d96f8b54e6e97cc3e6.geocode( { 'address': "9320 Menaul Blvd NE Ste. C, Albuquerque, NM 87112, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('albuquerque-NM-lighthouse-financial-group').style.display = '';map = new google.maps.Map(document.getElementById('albuquerque-NM-lighthouse-financial-group'), mapOptions);}document.getElementById('8b79e373').innerHTML += ' | View Map';var $l95167ae279a3d7d96f8b54e6e97cc3e6 = '

Lighthouse Financial Group

Address: 9320 Menaul Blvd NE Ste. C, Albuquerque, NM 87112, USA
Phone: (505) 293-4883
';var m_95167ae279a3d7d96f8b54e6e97cc3e6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lighthouse Financial Group',});m_95167ae279a3d7d96f8b54e6e97cc3e6['infowindow'] = new google.maps.InfoWindow({content: $l95167ae279a3d7d96f8b54e6e97cc3e6});var infowindow = new google.maps.InfoWindow({content: $l95167ae279a3d7d96f8b54e6e97cc3e6});google.maps.event.addListener(m_95167ae279a3d7d96f8b54e6e97cc3e6, 'click', function() {infowindow.open(map,m_95167ae279a3d7d96f8b54e6e97cc3e6);});$marker.push(m_95167ae279a3d7d96f8b54e6e97cc3e6);}});}google.maps.event.addDomListener(window, 'load', initialize);