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(36.7437,-108.359)};var g_4aff075630a02bbed130800cdbb9cf47 = new google.maps.Geocoder();g_4aff075630a02bbed130800cdbb9cf47.geocode( { 'address': "2 Rd 6500, Kirtland, NM 87417, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kirtland-NM-bank-of-the-southwest').style.display = '';map = new google.maps.Map(document.getElementById('kirtland-NM-bank-of-the-southwest'), mapOptions);}document.getElementById('b4f6e89f').innerHTML += ' | View Map';var $l4aff075630a02bbed130800cdbb9cf47 = '

Bank of the Southwest

Address: 2 Rd 6500, Kirtland, NM 87417, USA
Phone: (505) 598-5823
';var m_4aff075630a02bbed130800cdbb9cf47 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the Southwest',});m_4aff075630a02bbed130800cdbb9cf47['infowindow'] = new google.maps.InfoWindow({content: $l4aff075630a02bbed130800cdbb9cf47});var infowindow = new google.maps.InfoWindow({content: $l4aff075630a02bbed130800cdbb9cf47});google.maps.event.addListener(m_4aff075630a02bbed130800cdbb9cf47, 'click', function() {infowindow.open(map,m_4aff075630a02bbed130800cdbb9cf47);});$marker.push(m_4aff075630a02bbed130800cdbb9cf47);}});}google.maps.event.addDomListener(window, 'load', initialize);