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(33.1868,-107.219)};var g_19d785d68ff4fbf3ac93d23eb4666f08 = new google.maps.Geocoder();g_19d785d68ff4fbf3ac93d23eb4666f08.geocode( { 'address': "501 NM-195, Elephant Butte, NM 87935, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('elephant-butte-NM-bank-of-the-southwest').style.display = '';map = new google.maps.Map(document.getElementById('elephant-butte-NM-bank-of-the-southwest'), mapOptions);}document.getElementById('e487ec22').innerHTML += ' | View Map';var $l19d785d68ff4fbf3ac93d23eb4666f08 = '

Bank of the Southwest

Address: 501 NM-195, Elephant Butte, NM 87935, USA
Phone: (575) 744-5593
';var m_19d785d68ff4fbf3ac93d23eb4666f08 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the Southwest',});m_19d785d68ff4fbf3ac93d23eb4666f08['infowindow'] = new google.maps.InfoWindow({content: $l19d785d68ff4fbf3ac93d23eb4666f08});var infowindow = new google.maps.InfoWindow({content: $l19d785d68ff4fbf3ac93d23eb4666f08});google.maps.event.addListener(m_19d785d68ff4fbf3ac93d23eb4666f08, 'click', function() {infowindow.open(map,m_19d785d68ff4fbf3ac93d23eb4666f08);});$marker.push(m_19d785d68ff4fbf3ac93d23eb4666f08);}});}google.maps.event.addDomListener(window, 'load', initialize);