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.5902,-105.198)};var g_7333ced1e90bc5293b912027c8e6fd33 = new google.maps.Geocoder();g_7333ced1e90bc5293b912027c8e6fd33.geocode( { 'address': "1650 7th St, Las Vegas, NM 87701"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('las-vegas-NM-community-first-bank-las-vegas').style.display = '';map = new google.maps.Map(document.getElementById('las-vegas-NM-community-first-bank-las-vegas'), mapOptions);}document.getElementById('439f2762').innerHTML += ' | View Map';var $l7333ced1e90bc5293b912027c8e6fd33 = '

Community First Bank-Las Vegas

Address: 1650 7th St, Las Vegas, NM 87701
Phone: (505) 454-1495
';var m_7333ced1e90bc5293b912027c8e6fd33 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community First Bank-Las Vegas',});m_7333ced1e90bc5293b912027c8e6fd33['infowindow'] = new google.maps.InfoWindow({content: $l7333ced1e90bc5293b912027c8e6fd33});var infowindow = new google.maps.InfoWindow({content: $l7333ced1e90bc5293b912027c8e6fd33});google.maps.event.addListener(m_7333ced1e90bc5293b912027c8e6fd33, 'click', function() {infowindow.open(map,m_7333ced1e90bc5293b912027c8e6fd33);});$marker.push(m_7333ced1e90bc5293b912027c8e6fd33);}});}google.maps.event.addDomListener(window, 'load', initialize);