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(40.5645,-85.6762)};var g_e736230e56126b2bc4440320989aa6a7 = new google.maps.Geocoder();g_e736230e56126b2bc4440320989aa6a7.geocode( { 'address': "407 N Baldwin Ave, Marion, IN 46952, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('marion-IN-trading-post-llc').style.display = '';map = new google.maps.Map(document.getElementById('marion-IN-trading-post-llc'), mapOptions);}document.getElementById('7c34ce00').innerHTML += ' | View Map';var $le736230e56126b2bc4440320989aa6a7 = '

Trading Post LLC

Address: 407 N Baldwin Ave, Marion, IN 46952, USA
Phone: (765) 573-5665
';var m_e736230e56126b2bc4440320989aa6a7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Trading Post LLC',});m_e736230e56126b2bc4440320989aa6a7['infowindow'] = new google.maps.InfoWindow({content: $le736230e56126b2bc4440320989aa6a7});var infowindow = new google.maps.InfoWindow({content: $le736230e56126b2bc4440320989aa6a7});google.maps.event.addListener(m_e736230e56126b2bc4440320989aa6a7, 'click', function() {infowindow.open(map,m_e736230e56126b2bc4440320989aa6a7);});$marker.push(m_e736230e56126b2bc4440320989aa6a7);}});}google.maps.event.addDomListener(window, 'load', initialize);