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.193,-104.37)};var g_314ae9d82ce2688ee2a7e911e1760c4b = new google.maps.Geocoder();g_314ae9d82ce2688ee2a7e911e1760c4b.geocode( { 'address': "201 State Rd 2, Dexter, NM 88230, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dexter-NM-valley-bank-of-commerce').style.display = '';map = new google.maps.Map(document.getElementById('dexter-NM-valley-bank-of-commerce'), mapOptions);}document.getElementById('0425757c').innerHTML += ' | View Map';var $l314ae9d82ce2688ee2a7e911e1760c4b = '

Valley Bank of Commerce

Address: 201 State Rd 2, Dexter, NM 88230, USA
Phone: (575) 734-2265
';var m_314ae9d82ce2688ee2a7e911e1760c4b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Valley Bank of Commerce',});m_314ae9d82ce2688ee2a7e911e1760c4b['infowindow'] = new google.maps.InfoWindow({content: $l314ae9d82ce2688ee2a7e911e1760c4b});var infowindow = new google.maps.InfoWindow({content: $l314ae9d82ce2688ee2a7e911e1760c4b});google.maps.event.addListener(m_314ae9d82ce2688ee2a7e911e1760c4b, 'click', function() {infowindow.open(map,m_314ae9d82ce2688ee2a7e911e1760c4b);});$marker.push(m_314ae9d82ce2688ee2a7e911e1760c4b);}});}google.maps.event.addDomListener(window, 'load', initialize);