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(34.9416,-104.687)};var g_38f4202e05558b2c49b9da27ebf63518 = new google.maps.Geocoder();g_38f4202e05558b2c49b9da27ebf63518.geocode( { 'address': "109 S 4th St, Santa Rosa, NM 88435, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('santa-rosa-NM-community-1st-bank-las-vegas').style.display = '';map = new google.maps.Map(document.getElementById('santa-rosa-NM-community-1st-bank-las-vegas'), mapOptions);}document.getElementById('8c85f69d').innerHTML += ' | View Map';var $l38f4202e05558b2c49b9da27ebf63518 = '

Community 1st Bank Las Vegas

Address: 109 S 4th St, Santa Rosa, NM 88435, USA
Phone: (575) 472-7584
';var m_38f4202e05558b2c49b9da27ebf63518 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community 1st Bank Las Vegas',});m_38f4202e05558b2c49b9da27ebf63518['infowindow'] = new google.maps.InfoWindow({content: $l38f4202e05558b2c49b9da27ebf63518});var infowindow = new google.maps.InfoWindow({content: $l38f4202e05558b2c49b9da27ebf63518});google.maps.event.addListener(m_38f4202e05558b2c49b9da27ebf63518, 'click', function() {infowindow.open(map,m_38f4202e05558b2c49b9da27ebf63518);});$marker.push(m_38f4202e05558b2c49b9da27ebf63518);}});}google.maps.event.addDomListener(window, 'load', initialize);