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_6638a54068551f365b5ee1cf79624db3 = new google.maps.Geocoder();g_6638a54068551f365b5ee1cf79624db3.geocode( { 'address': "6330 Riverside Plaza Ln NW, Albuquerque, NM 87120"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('albuquerque-NM-first-national-bank-of-nm').style.display = '';map = new google.maps.Map(document.getElementById('albuquerque-NM-first-national-bank-of-nm'), mapOptions);}document.getElementById('bfac20eb').innerHTML += ' | View Map';var $l6638a54068551f365b5ee1cf79624db3 = '

First National Bank Of NM

Address: 6330 Riverside Plaza Ln NW, Albuquerque, NM 87120
Phone: (505) 899-6239
';var m_6638a54068551f365b5ee1cf79624db3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank Of NM',});m_6638a54068551f365b5ee1cf79624db3['infowindow'] = new google.maps.InfoWindow({content: $l6638a54068551f365b5ee1cf79624db3});var infowindow = new google.maps.InfoWindow({content: $l6638a54068551f365b5ee1cf79624db3});google.maps.event.addListener(m_6638a54068551f365b5ee1cf79624db3, 'click', function() {infowindow.open(map,m_6638a54068551f365b5ee1cf79624db3);});$marker.push(m_6638a54068551f365b5ee1cf79624db3);}});}google.maps.event.addDomListener(window, 'load', initialize);