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.4671,-87.4101)};var g_56c65430b9a6d2db11d3453b7eaf9d1c = new google.maps.Geocoder();g_56c65430b9a6d2db11d3453b7eaf9d1c.geocode( { 'address': "293 W Honey Creek Dr, Terre Haute, IN 47802"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('terre-haute-IN-oriental-market').style.display = '';map = new google.maps.Map(document.getElementById('terre-haute-IN-oriental-market'), mapOptions);}document.getElementById('3e5a8f92').innerHTML += ' | View Map';var $l56c65430b9a6d2db11d3453b7eaf9d1c = '

Oriental Market

Address: 293 W Honey Creek Dr, Terre Haute, IN 47802
Phone: (812) 232-7000
';var m_56c65430b9a6d2db11d3453b7eaf9d1c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Oriental Market',});m_56c65430b9a6d2db11d3453b7eaf9d1c['infowindow'] = new google.maps.InfoWindow({content: $l56c65430b9a6d2db11d3453b7eaf9d1c});var infowindow = new google.maps.InfoWindow({content: $l56c65430b9a6d2db11d3453b7eaf9d1c});google.maps.event.addListener(m_56c65430b9a6d2db11d3453b7eaf9d1c, 'click', function() {infowindow.open(map,m_56c65430b9a6d2db11d3453b7eaf9d1c);});$marker.push(m_56c65430b9a6d2db11d3453b7eaf9d1c);}});}google.maps.event.addDomListener(window, 'load', initialize);