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(39.7478,-94.8029)};var g_00e9804ec40b7294c196a2549c8e535e = new google.maps.Geocoder();g_00e9804ec40b7294c196a2549c8e535e.geocode( { 'address': "2102 S Belt Hwy, St Joseph, MO 64507, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('saint-joseph-MO-american-gold-mine').style.display = '';map = new google.maps.Map(document.getElementById('saint-joseph-MO-american-gold-mine'), mapOptions);}document.getElementById('0ac43225').innerHTML += ' | View Map';var $l00e9804ec40b7294c196a2549c8e535e = '

American Gold Mine

Address: 2102 S Belt Hwy, St Joseph, MO 64507, USA
Phone: (816) 232-2092
';var m_00e9804ec40b7294c196a2549c8e535e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Gold Mine',});m_00e9804ec40b7294c196a2549c8e535e['infowindow'] = new google.maps.InfoWindow({content: $l00e9804ec40b7294c196a2549c8e535e});var infowindow = new google.maps.InfoWindow({content: $l00e9804ec40b7294c196a2549c8e535e});google.maps.event.addListener(m_00e9804ec40b7294c196a2549c8e535e, 'click', function() {infowindow.open(map,m_00e9804ec40b7294c196a2549c8e535e);});$marker.push(m_00e9804ec40b7294c196a2549c8e535e);}});}google.maps.event.addDomListener(window, 'load', initialize);