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.6902,-105.938)};var g_69ef7ae2f8d8c77cae5ec8614abb5584 = new google.maps.Geocoder();g_69ef7ae2f8d8c77cae5ec8614abb5584.geocode( { 'address': "100 S Federal Pl, Santa Fe, NM 87501, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('santa-fe-NM-century-bank').style.display = '';map = new google.maps.Map(document.getElementById('santa-fe-NM-century-bank'), mapOptions);}document.getElementById('0ceae327').innerHTML += ' | View Map';var $l69ef7ae2f8d8c77cae5ec8614abb5584 = '

Century Bank

Address: 100 S Federal Pl, Santa Fe, NM 87501, USA
Phone: (505) 995-1200
';var m_69ef7ae2f8d8c77cae5ec8614abb5584 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Century Bank',});m_69ef7ae2f8d8c77cae5ec8614abb5584['infowindow'] = new google.maps.InfoWindow({content: $l69ef7ae2f8d8c77cae5ec8614abb5584});var infowindow = new google.maps.InfoWindow({content: $l69ef7ae2f8d8c77cae5ec8614abb5584});google.maps.event.addListener(m_69ef7ae2f8d8c77cae5ec8614abb5584, 'click', function() {infowindow.open(map,m_69ef7ae2f8d8c77cae5ec8614abb5584);});$marker.push(m_69ef7ae2f8d8c77cae5ec8614abb5584);}});}google.maps.event.addDomListener(window, 'load', initialize);