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.2422,-106.673)};var g_aec1abb4077bda7ced0afe7078ad544e = new google.maps.Geocoder();g_aec1abb4077bda7ced0afe7078ad544e.geocode( { 'address': "3101 Southern Blvd SE, Rio Rancho, NM 87124, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rio-rancho-NM-bank-of-america-financial-center').style.display = '';map = new google.maps.Map(document.getElementById('rio-rancho-NM-bank-of-america-financial-center'), mapOptions);}document.getElementById('c83a4689').innerHTML += ' | View Map';var $laec1abb4077bda7ced0afe7078ad544e = '

Bank of America Financial Center

Address: 3101 Southern Blvd SE, Rio Rancho, NM 87124, USA
Phone: (505) 282-3800
';var m_aec1abb4077bda7ced0afe7078ad544e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America Financial Center',});m_aec1abb4077bda7ced0afe7078ad544e['infowindow'] = new google.maps.InfoWindow({content: $laec1abb4077bda7ced0afe7078ad544e});var infowindow = new google.maps.InfoWindow({content: $laec1abb4077bda7ced0afe7078ad544e});google.maps.event.addListener(m_aec1abb4077bda7ced0afe7078ad544e, 'click', function() {infowindow.open(map,m_aec1abb4077bda7ced0afe7078ad544e);});$marker.push(m_aec1abb4077bda7ced0afe7078ad544e);}});}google.maps.event.addDomListener(window, 'load', initialize);