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.2005,-106.643)};var g_ab243ac315c8f9c55254cbafe079b3c5 = new google.maps.Geocoder();g_ab243ac315c8f9c55254cbafe079b3c5.geocode( { 'address': "633 Old Coors Dr SW, Albuquerque, NM 87121"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('albuquerque-NM-associated-foreign-exchange').style.display = '';map = new google.maps.Map(document.getElementById('albuquerque-NM-associated-foreign-exchange'), mapOptions);}document.getElementById('f7948e41').innerHTML += ' | View Map';var $lab243ac315c8f9c55254cbafe079b3c5 = '

Associated Foreign Exchange

Address: 633 Old Coors Dr SW, Albuquerque, NM 87121
Phone: (505) 352-2580
';var m_ab243ac315c8f9c55254cbafe079b3c5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Associated Foreign Exchange',});m_ab243ac315c8f9c55254cbafe079b3c5['infowindow'] = new google.maps.InfoWindow({content: $lab243ac315c8f9c55254cbafe079b3c5});var infowindow = new google.maps.InfoWindow({content: $lab243ac315c8f9c55254cbafe079b3c5});google.maps.event.addListener(m_ab243ac315c8f9c55254cbafe079b3c5, 'click', function() {infowindow.open(map,m_ab243ac315c8f9c55254cbafe079b3c5);});$marker.push(m_ab243ac315c8f9c55254cbafe079b3c5);}});}google.maps.event.addDomListener(window, 'load', initialize);