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.5064,-108.744)};var g_59e77979612da26cc3554f632f7bd994 = new google.maps.Geocoder();g_59e77979612da26cc3554f632f7bd994.geocode( { 'address': "1980 NM-602, Gallup, NM 87301, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gallup-NM-ellis-tanner-trading-company').style.display = '';map = new google.maps.Map(document.getElementById('gallup-NM-ellis-tanner-trading-company'), mapOptions);}document.getElementById('09cedbf4').innerHTML += ' | View Map';var $l59e77979612da26cc3554f632f7bd994 = '

Ellis Tanner Trading Company

Address: 1980 NM-602, Gallup, NM 87301, USA
Phone: (505) 863-4434
';var m_59e77979612da26cc3554f632f7bd994 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ellis Tanner Trading Company',});m_59e77979612da26cc3554f632f7bd994['infowindow'] = new google.maps.InfoWindow({content: $l59e77979612da26cc3554f632f7bd994});var infowindow = new google.maps.InfoWindow({content: $l59e77979612da26cc3554f632f7bd994});google.maps.event.addListener(m_59e77979612da26cc3554f632f7bd994, 'click', function() {infowindow.open(map,m_59e77979612da26cc3554f632f7bd994);});$marker.push(m_59e77979612da26cc3554f632f7bd994);}});}google.maps.event.addDomListener(window, 'load', initialize);