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(42.8709,-112.46)};var g_66310d3f19db17c27c61b4fdb928b35a = new google.maps.Geocoder();g_66310d3f19db17c27c61b4fdb928b35a.geocode( { 'address': "1238 N Main St, Pocatello, ID 83204, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pocatello-ID-mad-mikes-trading-post').style.display = '';map = new google.maps.Map(document.getElementById('pocatello-ID-mad-mikes-trading-post'), mapOptions);}document.getElementById('0a377011').innerHTML += ' | View Map';var $l66310d3f19db17c27c61b4fdb928b35a = '

MAD MIKES TRADING POST

Address: 1238 N Main St, Pocatello, ID 83204, USA
Phone: (208) 234-3788
';var m_66310d3f19db17c27c61b4fdb928b35a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'MAD MIKES TRADING POST',});m_66310d3f19db17c27c61b4fdb928b35a['infowindow'] = new google.maps.InfoWindow({content: $l66310d3f19db17c27c61b4fdb928b35a});var infowindow = new google.maps.InfoWindow({content: $l66310d3f19db17c27c61b4fdb928b35a});google.maps.event.addListener(m_66310d3f19db17c27c61b4fdb928b35a, 'click', function() {infowindow.open(map,m_66310d3f19db17c27c61b4fdb928b35a);});$marker.push(m_66310d3f19db17c27c61b4fdb928b35a);}});}google.maps.event.addDomListener(window, 'load', initialize);