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(32.7251,-103.141)};var g_2c97470b88a7147de0853a9b6ba8d0ce = new google.maps.Geocoder();g_2c97470b88a7147de0853a9b6ba8d0ce.geocode( { 'address': "3920 N Grimes St, Hobbs, NM 88240"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hobbs-NM-western-commerce-bank').style.display = '';map = new google.maps.Map(document.getElementById('hobbs-NM-western-commerce-bank'), mapOptions);}document.getElementById('c2f066ba').innerHTML += ' | View Map';var $l2c97470b88a7147de0853a9b6ba8d0ce = '

Western Commerce Bank

Address: 3920 N Grimes St, Hobbs, NM 88240
Phone: (575) 397-0200
';var m_2c97470b88a7147de0853a9b6ba8d0ce = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Western Commerce Bank',});m_2c97470b88a7147de0853a9b6ba8d0ce['infowindow'] = new google.maps.InfoWindow({content: $l2c97470b88a7147de0853a9b6ba8d0ce});var infowindow = new google.maps.InfoWindow({content: $l2c97470b88a7147de0853a9b6ba8d0ce});google.maps.event.addListener(m_2c97470b88a7147de0853a9b6ba8d0ce, 'click', function() {infowindow.open(map,m_2c97470b88a7147de0853a9b6ba8d0ce);});$marker.push(m_2c97470b88a7147de0853a9b6ba8d0ce);}});}google.maps.event.addDomListener(window, 'load', initialize);