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.0713,-108.841)};var g_6857dca1dac34cbfd8e34777a63bc394 = new google.maps.Geocoder();g_6857dca1dac34cbfd8e34777a63bc394.geocode( { 'address': "1203 NM-53, Zuni, NM 87327, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('zuni-NM-first-financial-bank').style.display = '';map = new google.maps.Map(document.getElementById('zuni-NM-first-financial-bank'), mapOptions);}document.getElementById('de32562b').innerHTML += ' | View Map';var $l6857dca1dac34cbfd8e34777a63bc394 = '

First Financial Bank

Address: 1203 NM-53, Zuni, NM 87327, USA
Phone:
';var m_6857dca1dac34cbfd8e34777a63bc394 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Financial Bank',});m_6857dca1dac34cbfd8e34777a63bc394['infowindow'] = new google.maps.InfoWindow({content: $l6857dca1dac34cbfd8e34777a63bc394});var infowindow = new google.maps.InfoWindow({content: $l6857dca1dac34cbfd8e34777a63bc394});google.maps.event.addListener(m_6857dca1dac34cbfd8e34777a63bc394, 'click', function() {infowindow.open(map,m_6857dca1dac34cbfd8e34777a63bc394);});$marker.push(m_6857dca1dac34cbfd8e34777a63bc394);}});}google.maps.event.addDomListener(window, 'load', initialize);