Profile
Taj Mahal Gems is an Indian family-owned jewelry store located in New York City. We specialize in crafting traditional Indian jewelry using the finest gemstones, diamonds, and precious metals. Our exquisite designs and impeccable craftsmanship have made them a trusted destination for high-quality jewelry.
Location Based Business Shortcode
add_shortcode('nearby_listings', 'display_nearby_listings');
function display_nearby_listings($atts) {
// Buffer the output
ob_start();
// Enqueue required scripts
wp_enqueue_script('jquery');
?>